function Go (x) { if (x == "DEFAULT") { parent.bilder.location.href="/i/load_image2.php"; } else { x = "/i/load_image2.php?id2=" + x; parent.bilder.location.href = x; } } function check_form() { if ((document.form1.st.value =="")) { alert('Bitte geben Sie einen Suchtext ein'); document.form1.st.focus(); return false; } return true; } function subpop(s) { addWindow = window.open(s,"cal","width=275,height=200,resizable=1,status=1,menubar=0,scrollbars=0,fullscreen=0"); addWindow.focus() } function hotel_results() { addWindow = window.open("","res_hotels","width=450,height=500,resizable=1,status=1,menubar=0,scrollbars=1,fullscreen=0"); addWindow.focus() return true; } function hostels_results() { addWindow = window.open("","res_hostels","width=780,height=500,resizable=1,status=1,menubar=0,scrollbars=1,fullscreen=0"); addWindow.focus() return true; } function f() { var sOpts = "width=300,height=50,resizable=0,status=0,menubar=0,scrollbars=0,fullscreen=0", // var sOpts = "width=780,height=500,resizable,status,scrollbars", oAddWindow = window.open("popup0.php", "test", sOpts); oAddWindow.focus(); }