if (!rc_mac)
{
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=201; // 200 no quotes!! rc : YOffset=staticYOffset donne une resonnance ! (tjrs different)
// cette valeur pour ie doit être précisé dans l'offset de infobulle.js pour y
XOffset=-35;  // -40  rc : doit correspondre à la largeur de l'image de bordure définie dans la var barText + reglage
rcHaut=340; // rc : variable rajoutée (hauteur de la div pour scroll)
heightBord=20; //rc : bordure exterieure
staticYOffset=200; // 70 no quotes!!
menuWidth=500; // Must be a multiple of 10! no quotes!!
//
slideSpeed=5 // no quotes!!
waitTime=1000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#18187B"; //bleu foncé
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuCols=2;
hdrAlign="center";
hdrVAlign="center";
//linkOverBGColor="";
//linkTarget="_top";
linkAlign1="Left"; // lien sans appel de page
linkAlign2="center"; // lien avec appel de page vert
//
barBGColor="#18187B";//bleu foncé
barFontFamily="";
barFontSize="";
barFontColor="";
barVAlign="top";
barWidth=0; // no quotes!! rc : doit etre à zero
//barText="SIDE MENU"; // <IMG> tag supported. Put exact html for an image to show.
barText="<IMG SRC=img/bordGloss_40x300.gif WIDTH=40 HEIGHT=300 BORDER=0 ALT=>";
//
document.write('<div style="position:absolute;visibility:hidden;Z-Index:100" id=topdecklink></div>');

//<!-- infoBulle.js doit etre placé avant mmenu.js -->
document.write('<SCRIPT SRC="infoBulle.js" language="JavaScript1.2"></SCRIPT>');
document.write('<SCRIPT SRC="ssm.js" language="JavaScript1.2"></SCRIPT>');
};