﻿var screenHeight = screen.height;var screenWidth = screen.width;function pop_post(the_form) {	var posh = (screenHeight/2) - 300; 	var posl = (screenWidth/2) - 400;	my_form = eval(the_form);	newwin = window.open("../wait.php", "flash", "height=600,width=800,menubar='no',toolbar='no',location='no',status='no',scrollbars='no',resizable=yes,top="+posh+",left="+posl);	my_form.target = "flash";	my_form.submit();}