function prot1() { var txt = '© Judith Andres - Agentur-Andres.de'; function was(eve) { if ( document.layers && eve.which == 3 ) { alert(txt); return false; } else if ( document.all && event.button == 2 ) { alert(txt); return false; } return true; } if ( document.all ) { document.onmousedown = was; } else if ( document.layers ) { window.captureEvents(Event.MOUSEDOWN); window.onmousedown = was; } } function check() { var Breite; Breite=screen.width; if (Breite==640) { alert("Bitte schalten Sie Ihre Auflösung (>800*600) hoch."); } else { if (Breite==800) { create1(); } else { create2(); } } } function create1() { popUp=window.open('index.shtml', 'newWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,border=no,width=620,height=484,left=0,top=0'); } function create2() { popUp=window.open('index.shtml', 'newWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,border=no,width=930,height=726,left=0,top=0'); } function destroyer() { document.close(); } function info() { window.defaultStatus = '© Judith Andres - Agentur-Andres.de'; }