<!--
    
    /*
    Dynamic-FX slide in menu v6.5 (By maXimus, http://maximus.ravecore.com/)
    Configure menu styles below
    NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
    */
var YOffset=150; // no quotes!!
var XOffset=0;
var staticYOffset=30; // no quotes!!
var slideSpeed=20; // no quotes!!
var waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
var menuBGColor="black";
var menuIsStatic="yes"; //this sets whether menu should stay static on the screen
var menuWidth=200; // Must be a multiple of 10! no quotes!!
var menuCols=2;
var hdrFontFamily="verdana";
var hdrFontSize="2";
var hdrFontColor="white";
var hdrBGColor="#FF5353";
var hdrAlign="left";
var hdrVAlign="center";
var hdrHeight="15";
var linkFontFamily="Verdana";
var linkFontSize="2";
var linkBGColor="white";
var linkOverBGColor="#FFFF99";
var linkTarget="_top";
var linkAlign="Left";
var barBGColor="#A40000";
var barFontFamily="Verdana";
var barFontSize="2";
var barFontColor="white";
var barVAlign="center";
var barWidth=20; // no quotes!!
var barText="MENU RAPIDE"; // <IMG> tag supported. Put exact html for an image to show.
    
///////////////////////////
//-->

