﻿$(document).ready(function(){
	$("#content").hide();
  $("#butMTIS").click(function(){
    $("#content").slideDown();
  });
});
