<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
bodyWidth=(IE)?document.body.offsetWidth-20:window.innerWidth-20
YOffset=0; // no quotes!!
barWidth=20; // no quotes!!
XOffset=0;//Math.floor(bodyWidth/2+barWidth/2-.1*bodyWidth)-1; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#666699";
menuIsStatic="yes";
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#CCCCFF";
hdrAlign="left";
hdrVAlign="center";
//hdrHeight="25";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#DDDDDD";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000066";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barText='Menu'; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// the menu items

addHdr("colinRiley, Inc. Site")
addItem("About ColinRiley", "about_frame.htm", "")
addItem("Services", "services_frame.htm", "")
addItem("Target Budget Wizard", "budget.htm", "")
addItem("Home", "index.cfm", "")
// final step that builds the menu
buildMenu();


//-->