function GoRun(s) {
	var w=window.open("/gorun/gorun.php?s="+s,'js_run','width=780,height=500,left=20,top=20,statusbar=yes,menubar=no,resizable,scrollbars,status');
	w.document.close();
	w.focus();
}

function GoRun_2(t) {
	var w=window.open("/gorun/gorun_2.php?t="+t,'js_run','width=780,height=500,left=20,top=20,statusbar=yes,menubar=no,resizable,scrollbars,status');
	w.document.close();
	w.focus();
}

function GoRun_4(a) {
	var w=window.open("/gorun/gorun_4.php?z=9&a="+a,'js_run','width=780,height=500,left=20,top=20,statusbar=yes,menubar=no,resizable,scrollbars,status');
	w.document.close();
	w.focus();
}


