<!--/*Configure menu styles below NOTE:To edit link colors, go 2 da STYLE tags & edit da ssm2Items colors*/
YOffset=50;//no quotes
XOffset=0;
staticYOffset=30;//no quotes
slideSpeed=20//no quotes
waitTime=100;//no quotes this sets the time the menu stays out 4 after the mouse goes off it.
menuBGColor="#FCE0A5";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=140;//Must be a multiple of 10! no quotes
menuCols=2;

hdrFontFamily="Verdana,San-serif";
hdrFontSize="-1";
hdrFontColor="#FFFFFF";
hdrBGColor="#CC3300";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";

linkFontFamily="Verdana,San-serif";
linkFontSize="-1";
linkBGColor="#FFFFFF";
linkOverBGColor="#FCE0A5";
linkTarget="_top";
linkAlign="Left";

barBGColor="#CC3300";
barFontFamily="Verdana,San-serif";
barFontSize="-1";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=20;//no quotes
barText="View Bar";//<IMG> tag supported. Put exact html for an image to show.

//ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' & 'target' blank to make a header
ssmItems[0]=["Menu"]//create header
ssmItems[1]=["Home", "main.html", "main"]
ssmItems[2]=["Ammonites", "ammonites.html","main"]
ssmItems[3]=["Trilobites", "trilobites.html", "main"]
ssmItems[4]=["Orthoceras", "orthoceras.html", "main"]
ssmItems[5]=["Crystals", "crystals.html", "main"]
ssmItems[6]=["Petrified Wood ", "plants.html", "main"]
ssmItems[7]=["Book &amp; Games", "books_games.html", "main",""]//create 2 column row
ssmItems[8]=["Fish &amp; Teeth", "fish_teeth.html", "main",]
ssmItems[9]=["Furniture &amp; Jewellery", "f_j.html", "main",]
ssmItems[10]=["Contact Us", "contact.html", "main",]
ssmItems[11]=["", "", ""]//create header
buildMenu();
//-->