
function PopIt(url)
{
	window.open(url,"popDialog", "height=500,width=750,toolbar=no,location=25,status=0,menubar=0,scrollbars=yes,resizable=yes,top=0,left=0")

}