function Fenster() { if(navigator.platform == "win32"){ window.open("pop_anfahrt.php","Anfahrt","status=no,locationbar=no,toolbar=no,scrollbars=no,width=300,height=535,screenX=0,screenY=100") } else { window.open("pop_anfahrt.php","Anfahrt","status=no,locationbar=no,toolbar=no,scrollbars=no,width=300,height=535,screenX=0,screenY=100") } }