GIF89a
function hideForm() { if($("#Form1").is(":visible")) { $("#Form1").hide(); } else { $("#Form1").show(); } }