<!--



/*

Configure menu styles below

NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors

*/

YOffset=95; // no quotes!!

XOffset=173;

staticYOffset=30; // no quotes!!

slideSpeed=20 // no quotes!!

waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.

menuBGColor="#006633";

menuIsStatic="yes"; //this sets whether menu should stay static on the screen

menuWidth=90; // Must be a multiple of 10! no quotes!!

menuCols=2;

hdrFontFamily="verdana";

hdrFontSize="2";

hdrFontColor="CC3333";

hdrBGColor="#cccccc";

hdrAlign="left";

hdrVAlign="center";

hdrHeight="15";

linkFontFamily="Verdana";

linkFontSize="2";

linkBGColor="#FFCC00";

linkOverBGColor="#FFCC00";

linkTarget="_top";

linkAlign="Left";

barBGColor="#cc3333";

barFontFamily="Verdana";

barFontSize="1";

barFontColor="#ffffff";

barVAlign="center";

barWidth=15; // no quotes!!

barText="LOGIN"; // <IMG> tag supported. Put exact html for an image to show.



///////////////////////////



// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header

ssmItems[0]=["Plateforme"] //create header

ssmItems[1]=["Demo", "http://195.70.13.71/metanet/trading/fxloader.aspx?skin=wlForexOffice", "_self"]

ssmItems[2]=["Live", "https://195.70.13.70/live/trading/fxloader.aspx?skin=wlForexOffice", "_self"]



buildMenu();



//-->