<!--// Auto maximize window script - By Nick Lowe (nicklowe@ukonline.co.uk)// Courtesy of SimplytheBest.net (http://simplythebest.net/info/dhtml_scripts.html)window.moveTo(0,0);if (document.all) {top.window.resizeTo(screen.availWidth,screen.availHeight);}else if (document.layers||document.getElementById) {if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){top.window.outerHeight = screen.availHeight;top.window.outerWidth = screen.availWidth;}} var msg = "Désolé, le bouton droit est désactivé ! Sorry the right button is disabled ! Przepraszamy prawy przycisk myszki nie dziala";function rightclick(scx){if (navigator.appName == "Netscape" && scx.which == 3) { alert(msg) ; return false ; }if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(msg); return false; }}
