// JavaScript Document


x=screen.availWidth
y=screen.availHeight
window.moveTo(0,0)
window.resizeTo(x,y)

var msg="Copyright les rateaux";function noclick(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;}}if(document.layers){document.captureEvents(Event.MOUSEDOWN);}if(navigator.appVersion.indexOf("MSIE")!=-1)
document.onmousedown=noclick;else if(document.layers)
document.onmousedown=noclick;else if(document.getElementById)
document.onmouseup=noclick;
