YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=100; // no quotes!!
slideSpeed=40 // 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=320; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="black";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="center";
barBGColor="black";
barFontFamily="garamond";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=5; // no quotes!!
barText="LIVE CHAT"; // <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]=["SUPPORT"] //create header
ssmItems[1]=["Click here ", "http://www.examshub.com/", "test"]
//ssmItems[2]=["FAQ", "#",""]
//ssmItems[3]=["Smile Up", "#",""]
//ssmItems[4]=["Smile In", "#", ""]
//ssmItems[5]=["Contact Us", "#", ""]
//ssmItems[6]=["New", "#", "_new"]
//ssmItems[7]=["New", "#", "", 1, "no"] //create two column row
//ssmItems[8]=["New", "#", "",1]
//ssmItems[9]=["New Menu", "", ""] //create header
//ssmItems[10]=["New", "#", ""]
//ssmItems[11]=["New", "#", ""]
//ssmItems[12]=["New", "#", ""]

buildMenu();
