function open_form()
{
	window.open("form.php","WndForm","alwaysRaised=yes,top=10,left=50, height=552, width=415, menubar=no, location=no, resizable=no, scrollbars=yes, status=no, toolbar=no")
}
function play()
{
	window.open("pop_up.html","","alwaysRaised=yes,top=10,left=400, height=352, width=395, menubar=no, location=no, resizable=no, scdrollbars=no, status=no, toolbar=no")
}

