function fspop(url)
	{
		window.open(url, "mywindow","status=no,toolbar=no,scrollbars=no,location=no,menubar=no,copyhistory=no,resizable=yes,height="+window.screen.height+",width="+window.screen.width+""); 
			}
