browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserName == "Explorer" && browserVer >= 4)
        version = "Rollover";
else
        version="noRollover";
        if (version == "noRollover")
        {
        function over(src,color)
                {
                if (!src.contains(event.fromElement))
                {
                        src.style.cursor = 'hand'; src.bgColor = color;
                }
        }
        function out(src, color)
        {
                if (!src.contains(event.toElement))
                {
                        src.style.cursor = 'default'; src.bgColor = color;
                }
        }
        function clicked(src)
        {
                if(event.srcElement.tagName=="TD")
                {
                        src.children.tags('A')[0].click();
                }
        }
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}



//<tr onmouseover="setPointer(this, 'over', '#DDDDDD', '#CCFFCC', '#FFCC99')" onmouseout="setPointer(this, 'out', '#DDDDDD', '#CCFFCC', '#FFCC99')" onmousedown="setPointer(this, 'click', '#DDDDDD', '#CCFFCC', '#FFCC99')">


function setPointer(theRow, theAction, theDefaultColor, thePointerColor, theMarkColor)
{
    var theCells = null;

    // 1. Pointer and mark feature are disabled or the browser can't get the
    //    row -> exits
    if ((thePointerColor == '' && theMarkColor == '')
        || typeof(theRow.style) == 'undefined') {
        return false;
    }

    // 2. Gets the current row and exits if the browser can't get it
    if (typeof(document.getElementsByTagName) != 'undefined') {
        theCells = theRow.getElementsByTagName('td');
    }
    else if (typeof(theRow.cells) != 'undefined') {
        theCells = theRow.cells;
    }
    else {
        return false;
    }

    // 3. Gets the current color...
    var rowCellsCnt  = theCells.length;
    var domDetect    = null;
    var currentColor = null;
    var newColor     = null;
    // 3.1 ... with DOM compatible browsers except Opera that does not return
    //         valid values with "getAttribute"
    if (typeof(window.opera) == 'undefined'
        && typeof(theCells[0].getAttribute) != 'undefined') {
        currentColor = theCells[0].getAttribute('bgcolor');
        domDetect    = true;
    }
    // 3.2 ... with other browsers
    else {
        currentColor = theCells[0].style.backgroundColor;
        domDetect    = false;
    } // end 3

    // 4. Defines the new color
    // 4.1 Current color is the default one
    if (currentColor == ''
        || currentColor.toLowerCase() == theDefaultColor.toLowerCase()) {
        if (theAction == 'over' && thePointerColor != '') {
            newColor = thePointerColor;
        }
        else if (theAction == 'click' && theMarkColor != '') {
            newColor = theMarkColor;
        }
    }
    // 4.1.2 Current color is the pointer one
    else if (currentColor.toLowerCase() == thePointerColor.toLowerCase()) {
        if (theAction == 'out') {
            newColor = theDefaultColor;
        }
        else if (theAction == 'click' && theMarkColor != '') {
            newColor = theMarkColor;
        }
    }
    // 4.1.3 Current color is the marker one
    else if (currentColor.toLowerCase() == theMarkColor.toLowerCase()) {
        if (theAction == 'click') {
            newColor = (thePointerColor != '')
                     ? thePointerColor
                     : theDefaultColor;
        }
    } // end 4

    // 5. Sets the new color...
    if (newColor) {
        var c = null;
        // 5.1 ... with DOM compatible browsers except Opera
        if (domDetect) {
            for (c = 0; c < rowCellsCnt; c++) {
                theCells[c].setAttribute('bgcolor', newColor, 0);
            } // end for
        }
        // 5.2 ... with other browsers
        else {
            for (c = 0; c < rowCellsCnt; c++) {
                theCells[c].style.backgroundColor = newColor;
            }
        }
    } // end 5

    return true;
} // end of the 'setPointer()' function


// Detection du navigateur
nc6 = (typeof(window.controllers) != 'undefined' && typeof(window.locationbar) != 'undefined')? true:false;
nc4 = (document.layers)? true:false;
ie4 = (document.all)? true:false;

function cacher(objet) {

// Pour Netscape 4.x
    if (nc4) {
        eval('document.' + objet).visibility = 'hidden';
        }

// Pour Internet Explorer
    if (ie4) {
        eval(objet + '.style').visibility = 'hidden';
        }

// Pour Netscape 6.x
    if (nc6) {
        eval('document.getElementById("' + objet + '").style').visibility = 'hidden';
        }
    }

//-->






<!--

// **************************************
//  Script de gestion DHTML
// **************************************
//   version : 1.21
//   societe : Sysale
//   auteur  : ROLLAND Bruce
// **************************************

// **************************************
//  Historique :
//  1.1 : Ajout de la fonction setDivDocument
//  1.2 : Prise en charge du moteur Gecko
//        utilisé par Netscape 6
//        (position seulement)
//  1.21 : Ajout de la prise en charge
//         du changement de texte et
//         de visibilité (bug) pour
//         le moteur Gecko
// **************************************

// --------------------------------------
//               Variables
// --------------------------------------

var typeBrowserDHTML = 0; // Type de browser DHTML
                          // Par defaut pas de DHTML

// --------------------------------------
//               Fonctions
// --------------------------------------

// --------------------------------------
//               detectbrowser
// --------------------------------------
// in :
// out:
// ret: le type de browser DHTML
// --------------------------------------
//  Cette fonction detection du le type
//  de navigateur :
//  1 : Comme IE
//  2 : Comme netscape
//  3 : Moteur Gecko
//  0 : non supporter
// --------------------------------------

function detectbrowser()
{
  if (document.all != null) // Type IE
    {
      return 1;
    }

  if (document.layers != null)
    {
      return 2; // Type Netscape
    }

  if (document.getElementById != null)
    {
      return 3; // Type Netscape
    }

  return 0;
}





// --------------------------------------
//              initDHTML
// --------------------------------------
// in :
// out:
// ret:
// --------------------------------------
//   Initialisation du script DHTML
// --------------------------------------

function initDHTML()
{
  typeBrowserDHTML = detectbrowser();
}

// --------------------------------------
//               layerOf
// --------------------------------------
// in : nom de l'objet DHTML
// out:
// ret: l'objet contenant ses données
// --------------------------------------
//   Cette function renvoie l'objet
//  contenant les caracteristiques
//  d'un objet DHTML
// --------------------------------------

function layerOf( nameObjet )
{
  if (typeBrowserDHTML == 1)
   {
     return document.all[ nameObjet ].style;
   }

  if (typeBrowserDHTML == 2)
   {
     return document.layers[ nameObjet ];
   }

  if (typeBrowserDHTML == 3)
   {
     return document.getElementById(nameObjet).style;
   }

 return null;
}

// --------------------------------------
//              getPosiX
// --------------------------------------
// in : nomObjet = le nom de l'objet DHTML
// out:
// ret: l'abscisse de l'objet
// --------------------------------------
//   Retourne l'abscisse d'un objet
// --------------------------------------

function getPosiX( nameObjet )
{
  if ( typeBrowserDHTML != 0 )
   {
    return parseInt( layerOf( nameObjet).left );
   }
}

// --------------------------------------
//              getPosiY
// --------------------------------------
// in : nomObjet = le nom de l'objet DHTML
// out:
// ret: l'ordonnee de l'objet
// --------------------------------------
//   Retourne l'ordonnee d'un objet
// --------------------------------------

function getPosiY( nameObjet )
{
  if ( typeBrowserDHTML != 0 )
  {
   return parseInt( layerOf( nameObjet).top );
  }
}

// --------------------------------------
//              setPosiX
// --------------------------------------
// in : nomObjet = le nom de l'objet DHTML
//      posi  = l'abscisse de l'objet
// out:
// ret:
// --------------------------------------
//   Deplace horizontalement l'objet
// --------------------------------------

function setPosiX( nameObjet , posi )
{
  if ( typeBrowserDHTML != 0 )
  {
   layerOf( nameObjet ).left = posi + "px";
  }
}

// --------------------------------------
//              setPosiY
// --------------------------------------
// in : nomObjet = le nom de l'objet DHTML
//      posi  = l'ordonnee de l'objet
// out:
// ret:
// --------------------------------------
//   Deplace verticalement l'objet
// --------------------------------------

function setPosiY( nameObjet , posi )
{
  if ( typeBrowserDHTML != 0 )
  {
    layerOf( nameObjet ).top = posi+ "px";
  }
}

// --------------------------------------
//              setVisibility
// --------------------------------------
// in : nomObjet = le nom de l'objet DHTML
// out:
// ret:
// --------------------------------------
//   Rend visible un objet
// --------------------------------------

function setVisibility( nameObjet )
{
  if ( typeBrowserDHTML == 1 )
   {
     document.all[ nameObjet ].style.visibility="visible";
   }
 else
   if ( typeBrowserDHTML == 2 )
    {
      document.layers[ nameObjet ].visibility="show";
    }
 else
   if ( typeBrowserDHTML == 3)
    {
      document.getElementById(nameObjet).style.visibility='visible';
    }
}

// --------------------------------------
//              setInvisibility
// --------------------------------------
// in : nomObjet = le nom de l'objet DHTML
// out:
// ret:
// --------------------------------------
//   Rend invisible un objet
// --------------------------------------

function setInvisibility( nameObjet )
{
  if ( typeBrowserDHTML == 1 )
   {
     document.all[ nameObjet ].style.visibility="hidden";
   }
 else
   if ( typeBrowserDHTML == 2 )
    {
      document.layers[ nameObjet ].visibility="hide";
    }
 else
   if ( typeBrowserDHTML == 3)
    {
      document.getElementById(nameObjet).style.visibility='hidden';
    }
}

// --------------------------------------
//              setClipping
// --------------------------------------
// in : nomObjet = le nom de l'objet DHTML
//      x,y = la zone de clipping
// out:
// ret:
// --------------------------------------
//  Definit la partie visible de l'objet
// --------------------------------------

function setClipping( nameObjet,x1,y1,x2,y2)
{
  if ( typeBrowserDHTML == 1 )
   {
     document.all[ nameObjet ].clip = "rect("+y1+"px "+x2+"px "+y2+"px "+x1+"px)";
   }
 else
   if ( typeBrowserDHTML == 2 )
    {
      document.layers[ nameObjet ].clip.left  = x1;
      document.layers[ nameObjet ].clip.top    = y1;
      document.layers[ nameObjet ].clip.right  = x2;
      document.layers[ nameObjet ].clip.bottom = y2;
    }
 else
   if ( typeBrowserDHTML == 3)
    {
      document.getElementById(nameObjet).style.clip = "rect("+y1+"px "+x2+"px "+y2+"px "+x1+"px)";
    }
}

// --------------------------------------
//              setDivDocument
// --------------------------------------
// in : nomObjet codeHtml
// out:
// ret:
// --------------------------------------
//   Definit le contenu d'un objet DIV
//   Attente le moteur Gecko n'accepte
//   que du texte pure (sans tag)
// --------------------------------------

function setDivDocument( nameObjet, codeHtml )
{
  if ( typeBrowserDHTML == 1 )
   {
     document.all[ nameObjet ].innerHTML = codeHtml;
   }
 else
   if ( typeBrowserDHTML == 2 )
    {
      document.layers[nameObjet].document.open();
      document.layers[nameObjet].document.write(codeHtml);
      document.layers[nameObjet].document.close();
    }
 else
   if ( typeBrowserDHTML == 3 )
    {
      var blockDiv = document.getElementById(nameObjet);
      var nvText   = document.createTextNode(codeHtml);
      var blockTxt = blockDiv.firstChild;

      blockDiv.replaceChild(nvText,blockTxt);
      blockDiv.normalize();
    }

  return null;
}


// Exemple de style pour le tag DIV
// STYLE="position: absolute; width: 102px; height: 102px; z-index: 9;
// visibility: hidden;"

//-->



// affiche la date et l'heure en haut de chaque page










/* SALESLETTER */

function countdown(){
        js = new Array("Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi", "Samedi");
        m = new Array("janvier", "février", "mars", "avril", "mai", "juin", "juillet", "août", "septembre", "octobre", "novembre", "décembre");

        maintenant = new Date();
        jour = maintenant.getDate();
        heure = maintenant.getHours();
        Min = maintenant.getMinutes();
        secondes = maintenant.getSeconds();
        document.getElementById('c_timer').innerHTML = (js[maintenant.getDay()]+' '+jour+' '+m[maintenant.getMonth()]+' - '+heure+':'+Min+':'+secondes);
        ID=window.setTimeout("countdown()",1000);
}


function loadfunc()
{
       countdown();
}




