function ShowPopup()
{
	window.open("popup.php", "g", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, height=470, width=620, screenX=100, screenY=100, top=200, left=400,");
}