<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=359; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=60 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="000000";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=130; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#40967D";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="14";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#40967D";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=28; // no quotes!!
barText=" MENU LINKS "; // <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]=["Menu"] //create header
ssmItems[1]=["Market Analysis", "http://newsvote.bbc.co.uk/1/shared/fds/hi/business/market_data/stockmarket/11745/default.stm", ""]
ssmItems[2]=["KSE", "http://www.kse.com.pk", "_new"]
ssmItems[3]=["LSE", "http://www.lahorestock.com", ""]
ssmItems[4]=["ISE", "http://www.ise.com.pk", ""]
ssmItems[5]=["Investor Guide", "", ""] //create header
ssmItems[6]=["New to Trade?", "new-to-trading.html", ""]
ssmItems[7]=["Customer Care", "customer-care.html", ""]

buildMenu();

//-->