function searchInNewWindow(url) { var framePop; framePop = window.open(url,'thewin','toolbars=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=500,height=500',''); framePop.focus(); } function InNewWindow(url) { var framePop; framePop = window.open(url,'thewin','toolbars=yes,locationbar=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,navigationbar=yes,width=600,height=480',''); framePop.focus(); } function NewWindow(url) { var framePop; framePop = window.open(url,'thewin','toolbar=yes,locationbar=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,navigationbar=yes,width=780,height=500',''); framePop.focus(); } function NaviFenster() { Navigation = window.open("adview.html","Navigation","height=190,width=240"); Navigation.focus(); } function NaviFenster2() { Navigation = window.open("../adview.html","Navigation","height=200,width=300"); Navigation.focus(); } function lesezeichen_moeglich() { if(!window.external) return false return true } function lesezeichen(verweis, name) { if(!lesezeichen_moeglich()) { alert("Diese Funktion wird von Ihrem Browser nicht unterstützt!") return } window.external.AddFavorite(verweis, name) }