<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=121; // no quotes!!
XOffset=169;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=300; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white"; //border color
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial, Helvetica, sans-serif";
hdrFontSize="3";
hdrFontColor="black";
hdrBGColor="white";
hdrAlign="right";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial, Helvetica, sans-serif";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#00AA00";
linkTarget="_top";
linkAlign="Left";
barBGColor="BLACK";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="00aa00";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Menu"; // <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]=["Main Menu"] //create header
ssmItems[1]=["Home", "content/home.htm", "iframe-main"]
ssmItems[2]=["About the Owner", "content/about.htm","iframe-main"]
ssmItems[3]=["Testimonials", "content/construction.htm", "iframe-main"]

ssmItems[4]=["Services", "", ""] //create header
ssmItems[5]=["Tree Takedown/Removal", "content/treeRemoval.htm", "iframe-main"]
ssmItems[6]=["Land Clearing", "content/landClearing.htm", "iframe-main"]
ssmItems[7]=["Pruning", "content/pruning.htm", "iframe-main"] 
ssmItems[8]=["Tree Climbing", "content/treeClimbing.htm", "iframe-main"]
ssmItems[9]=["Brush Chipping", "content/brushChipping.htm", "iframe-main"] 
ssmItems[10]=["Stump Grinding", "content/stumpGrinding.htm", "iframe-main"]
ssmItems[11]=["Cabling/Bracing", "content/cablingBracing.htm", "iframe-main"]
ssmItems[12]=["Storm Damage", "content/cleanup.htm", "iframe-main"]

ssmItems[13]=["Speciality Services", "", ""]//create header
ssmItems[14]=["Milling", "content/milling.htm", "iframe-main"]
ssmItems[15]=["Firewood Facts", "content/woodFacts.htm", "iframe-main"]
ssmItems[16]=["Firewood for Sale", "content/woodPricing.htm", "iframe-main"]

//ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
//ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]

buildMenu();

//-->