
if (self != top) {top.location = self.location};
function ouvrir(theURL,LARGEUR,HAUTEUR){
propriete='screenX=0,screenY=10,top=0,left=10,scrollbars=1,toolbar=0,menubar=0,resizable=0,width='+LARGEUR+',height='+HAUTEUR
newwindow= window.open(theURL,'',propriete); } ;

function disableselect(e){
return false
}

function reEnable(){
return true
};

//if IE4+
document.onselectstart=new Function ("return false")
document.oncontextmenu=new Function ("return false");
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
};


function VersionNavigateur(Netscape, Explorer) {
  if ((navigator.appVersion.substring(0,3) >= Netscape && navigator.appName == 'Netscape') ||      
      (navigator.appVersion.substring(0,3) >= Explorer && navigator.appName.substring(0,9) == 'Microsoft'))
    return true;
else return false;
};


function ouvrir2(theURL,LARGEUR,HAUTEUR){
propriete='screenX=0,screenY=160,top=0,left=160,scrollbars=1,toolbar=0,menubar=0,resizable=0,width='+LARGEUR+',height='+HAUTEUR
newwindow= window.open(theURL,'',propriete); } ;


function ouvrir(theURL,LARGEUR,HAUTEUR){
propriete='screenX=0,screenY=160,top=0,left=160,scrollbars=1,toolbar=0,menubar=0,resizable=0,width='+LARGEUR+',height='+HAUTEUR
newwindow= window.open(theURL,'',propriete); } ;