function AddStyle(trObj, aObj, newClassName) {
  trObj.className = newClassName;
  aObj.style.color = '#FFFFFF';
}
function RemoveStyle(trObj, aObj) {
  trObj.className = '';
  aObj.style.color = '';
}

//**********************************************************
//**********************************************************

// out of frame

<!--
if (window!= top)
top.location.href=location.href
// -->

//**********************************************************
//**********************************************************

// defaultstatus

window.defaultStatus="Le Baron Royal | (514) 254-3509"

//**********************************************************
//**********************************************************

function ChangeImage (ImageName,FileName) 
{
document[ImageName].src = FileName;
}

//**********************************************************
//**********************************************************

// version du navigateur

<!-- debut du script
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;
}
//  fin du script -->

//**********************************************************
//**********************************************************

// popup

<!--
function note (src,w,h)
{
size=",width="+w+",height="+h
browser=window.open(src,"","resizeable=no,scrollbars=no,toolbar=no,status=no,menubar=no,location=no,left=0,top=0,directories=no"+size)
}
// -->

//**********************************************************
//**********************************************************

// pour agrandir les photos

<!--
function big (src,w,h)
{
size=",width="+w+",height="+h
browser=window.open(src,"","resizeable=no,scrollbars=no,toolbar=no,status=no,menubar=no,location=no,left=0,top=0,directories=no"+size)
}
// -->

//**********************************************************
//**********************************************************
<!--
//PLF-http://www.jejavascript.net/
function objet() {
this.length = objet.arguments.length
for (var i = 0; i < this.length; i++) this[i+1] = objet.arguments[i]
}
var nom = new objet ("banner1.jpg", "banner2.jpg", "banner3.jpg");
var numero = 1;
function changer() {
document.image.src = "../banner/"+nom[numero];
numero += 1;
if (numero == nom.length + 1) numero = 1;
setTimeout("changer()", 2000);
}
//-->

//**********************************************************
//**********************************************************

// pour agrandir les photos 2

<!--
function big2 (src,w,h)
{
size=",width="+w+",height="+h
browser=window.open(src,"","resizeable=no,scrollbars=no,toolbar=no,status=no,menubar=yes,location=no,left=0,top=0,directories=no"+size)
}
// -->

//**********************************************************
//**********************************************************

// Liens en construction

<!-- Begin
function ConstrucFR()
{
alert("En construction")
}
function ConstrucEN()
{
alert("Under Construction")
}
// End -->