<!--

/*
Menu file for Bobby Carter Construction - Home Page  configured by BEK on 06 Apr 2002
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=150; // no quotes!! Controls how far down the page the menu starts
staticYOffset=20; // no quotes!!
XOffset=0; // no quotes!! Controls space from left edge of browser window
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="no";
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#0099FF";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="30";  //Controls size of Header Menu Lines
linkFontFamily="Verdana";  //Link refers to the Items on the menu
linkFontSize="2";
linkBGColor="#CCCCFF";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="left";
barBGColor="#FF6666";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText='SLIDE OUT MENU' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr('Home Tours');
addItem('Custom Home','custom.html','');
addItem('Unique Custom Home', 'uniquecustom.html', '');
addItem('Patio Home','patio.html','');
addHdr('Construction Features');
addItem('Foundations', 'foundations.html', '');
addItem('Framing', 'framing.html', '');
addItem('Finishing', 'finishing.html', '');
addHdr('References');
addItem('Reference List', 'references.html', '');
addHdr('Talk to Us');
addItem('e-mail Bobby', 'mailto:bobby@bobbycarterconstruction.com', '');
addItem('Request Information', 'inforequest.html', '');
buildMenu();

//-->
