GIF89a php
Current File : /home/hencockfreshchic/public_html/erp/js/hideForm.js
function hideForm()
{
	if($("#Form1").is(":visible"))
	{
		$("#Form1").hide();
	}
	else
	{
		$("#Form1").show();
	}
}