<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
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="";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="";
hdrBGColor="";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="";
linkOverBGColor="";
linkTarget="_top";
linkAlign="Left";
barBGColor="";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText='<IMG src="/menu/help.png" />'; // <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]=["How to Menu"] //create header
ssmItems[1]=["Search product", "http://www.youtube.com/watch?v=GEVQv_yhJvQ", "_new"]
ssmItems[2]=["Create account", "#",""]
ssmItems[3]=["View order", "http://www.youtube.com/watch?v=R2s4hivp444", "_new"]
ssmItems[4]=["", "", "_new"]
ssmItems[5]=["Silver/Gold-account", "#", ""]
ssmItems[6]=["Track and Trace TNT", "index.php?option=com_content&view=article&id=90&Itemid=54", ""]

ssmItems[7]=["Help and Faq", "", ""] //create header
ssmItems[8]=["", "", ""]
ssmItems[9]=["", "", ""]
ssmItems[10]=["", "", ""]

buildMenu();

//-->
