<!--

/*
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=1000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#777777";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=190; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
NS6 = (document.getElementById&&!document.all)
IE = (document.all)
NS = (navigator.appName=="Netscape" && navigator.appVersion.charAt(0)=="4")
if (NS6||NS) {barBGColor="000099";}
else{barBGColor="";}
barFontFamily="Verdana";
barFontSize="2";
barFontColor="red";
barVAlign="center";
barWidth=20; // no quotes!!
barText='<IMG src="Images/messing/menu11b.gif" width="20" height="177" border=0 alt="">'; // <IMG> tag supported. Put exact html for an image to show.
//barText='menu bar'
///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Wohners.com"] //create header
ssmItems[1]=['<img src="Images/messing/home2.gif" alt="" width="69" height="10" border="0">', "index.html","", 1, "no"] //create two column row
ssmItems[2]=['<img src="Images/messing/back2.gif" alt="" width="69" height="10" border="0">', "javascript:history.go(-1)", "",1]
ssmItems[3]=["about us", "about.html", "",1,"no"]
ssmItems[4]=["contact us", "address.html", "",1]
ssmItems[5]=["catalog", "catalog_i.jsp", "",1,"no"]
ssmItems[6]=["my cart", "shopcart.jsp?action=view", "",1]
ssmItems[7]=["CATEGORIES:"] //create header
ssmItems[8]=["MANTELS", "mantels.htm",""]
ssmItems[9]=["SHELVES", "shelves.htm",""]
ssmItems[10]=["DOORS", "doors.html", ""]
ssmItems[11]=["CARVINGS", "carvings.htm", ""]
ssmItems[12]=["MOULDINGS", "mouldings.htm", ""]
ssmItems[13]=["MIRRORS", "mirrors.htm", ""]


buildMenu();

//-->