var popWin = null;function popWindow1(service) {	var width = 520;	var height = 400;	var filename = "popup_" + service + ".php";	popWin = window.open(filename, "Window1", "width=" + width + ",height=" + height + ",toolbar=no,location=no,status=no,personalbar=no,scrollbars=yes,resizable=yes,menubar=no");}var popWin = null;function popWindow2(service) {	var width = 700;	var height = 415;	var filename = "popup_" + service + ".php";	popWin = window.open(filename, "Window2", "width=" + width + ",height=" + height + ",toolbar=no,location=no,status=no,personalbar=no,scrollbars=yes,resizable=yes,menubar=no");}var popWin = null;function popWindowDemo(service) {	var width = 580;	var height = 460;	var filename = "demos/popup_" + service + ".php";	popWin = window.open(filename, "popWindowDemo", "width=" + width + ",height=" + height + ",toolbar=no,location=no,status=no,personalbar=no,scrollbars=yes,resizable=yes,menubar=no");}var popWin = null;function popWindow4(service) {	var width = 500;	var height = 300;	var filename = "popup_" + service + ".php";	popWin = window.open(filename, "Window4", "width=" + width + ",height=" + height + ",toolbar=no,location=no,status=no,personalbar=no,scrollbars=yes,resizable=yes,menubar=no");}var popWin = null;function popWindowDemo2(service) {	var width = 640;	var height = 475;	var filename = "demos/popup_" + service + ".php";	popWin = window.open(filename, "popWindowDemo2", "width=" + width + ",height=" + height + ",toolbar=no,location=no,status=no,personalbar=no,scrollbars=yes,resizable=yes,menubar=no");}
