/* AUTEUR : Patrick PENA */
/* DATE DE CREATION : 30/05/1996 */

function popup(target)
{
window.open(target,"popup","scrollbars=1, resizable=0, width=750, height=550"); 
}

function popup0(target)
{
window.open(target,"popup","scrollbars=1, resizable=0, width=750, height=300"); 
}


function popup1(target)
{
window.open(target,"popup","scrollbars=1, resizable=0, width=450, height=320"); 
}


function popupt(target)
{
window.open(target,"popup","scrollbars=1, resizable=0, width=800, height=650"); 
}




function non(clic) {
var msg="On est curieux ? Le copiécollépillage tue la webcréation !";
if (navigator.appName == 'Netscape' && clic.which==3) {
alert(msg);
return false;}
else
if ((navigator.appName == 'Microsoft Internet Explorer' && event.button==2) | (navigator.appName == 'Microsoft Internet Explorer' && event.button==3)) {
alert(msg);
return false;
}
return true;
}
document.onmousedown = non;


function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclik=reEnable
}



        var position = 0;
        function scroller() {
        if (position !=18000 ) {
            position++;
            scrollBy(0,1);
            clearTimeout(timer);
        var timer = setTimeout("scroller()",100); timer;
                }
        }
		