<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // no quotes!!
XOffset=0;
staticYOffset=0; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#00BFFF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#87CEEB";
linkTarget="mainFrame";
linkAlign="Left";
barBGColor="#00BFFF";
barFontFamily="arial";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU"; // <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]=["Page 1", "[URL unfurl="true"]http://www.mydomain.co.uk/page1.html",[/URL] ""]
ssmItems[2]=["Page 2, "[URL unfurl="true"]http://www.mydomain.co.uk/page2.html",""[/URL]]
ssmItems[3]=["Page 3", "[URL unfurl="true"]http://www.mydomain.co.uk/page3.html",[/URL] ""]
ssmItems[4]=["Page 4", "[URL unfurl="true"]http://www.mydomain.co.uk/page4.html",[/URL] ""]
ssmItems[5]=["Page 5", "[URL unfurl="true"]http://www.mydomain.co.uk/page5.html",[/URL] ""]
buildMenu();
//-->