<!--
YOffset=185; 
XOffset=0;
staticYOffset=80; 
slideSpeed=20 
waitTime=100; 
menuBGColor="#000000"; //black
menuIsStatic="yes"; 
menuWidth=90; 
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#FFFFFF"; //white
hdrBGColor="#000000"; //black
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#000000"; //black
linkOverBGColor="#000000"; //black
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000"; //red
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#FFFFFF"; //white
barVAlign="center";
barWidth=20; 
barText="  MENU  "; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// <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]=["The Boys", "boys.html",""]
ssmItems[1]=["The Girls", "girls.html", ""]
ssmItems[2]=["For Sale", "sale.html", ""]
ssmItems[3]=["About Us", "about.html", ""]
ssmItems[4]=["Contact Us", "contact.html", ""]
ssmItems[5]=["Links", "links.html", ""]
ssmItems[6]=["Home", "index.html", ""]
//
//create header
//ssmItems[Number]=["Menu", "", ""]
//
//create two column row
//ssmItems[Number]=["FAQ", "about.html", "", 1, "no"] 
//ssmItems[Number]=["Email", "contact.html", "",1]
//
// create new window page
//ssmItems[Number]=["For Sale", "sale.html", "_new"]
buildMenu();
//-->


