function wopen(link,wi,he) { wincom = window.open(link ,"fenster","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width="+wi+",height="+he); wincom.focus() ; } function openw_suche(url) { pr=window.open(url,"alpha","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizeable=0,width=600,height=400 top=10,left=10"); pr.focus(); } function openw_random(url) { pr=window.open(url,"alpha","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizeable=0,width=450,height=250 top=10,left=10"); pr.focus(); } function GoUrl(s) { var d = s.options[s.selectedIndex].value window.top.location.href = d s.selectedIndex=0 } function popupwin(external, height, width) { options = "height=" + height + ",width=" + width + ",scrollbars=yes,resizable=yes"; window.open(external, 'popup', options); } function Go(x) { var mess; if(x == "nothing") { document.forms[0].reset(); document.forms[0].elements[0].blur(); parent.frames[2].focus(); return; } else { mess=x; if ( mess.substring (0,2) == "b;") { window.open(mess.substring(2,mess.length)); } else { if ( mess.substring (0,2) == "p;") { parent.location.href = mess.substring(2,mess.length); } else { parent.frames[2].location.href = x; } } document.forms[0].reset(); document.forms[0].elements[0].blur(); if ( mess.substring (0,2) != "b;" && mess.substring (0,2) != "p;") { parent.frames[2].focus(); } } }