<!--

// this is where you do altering Bob

YOffset=225; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
menuIsStatic="yes";
menuWidth=140; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#C60021";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkFontColor="white";
linkBGColor="#E2E2E2";
linkOverBGColor="white";
linkTarget="_self";
linkAlign="Left";
barBGColor="#C60021";
barFontFamily="arial, sans serif";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("Site Links", "LINKS")
addItem("Home page", "http://www.highriveralberta.com/body.htm", "");
addItem("Site Navigation", "http://www.highriveralberta.com/content800x85.htm", "");
addItem("New to Town?", "http://www.highriveralberta.com/newtotown.htm", "");
addItem("Town Talk", "http://www.highriveralberta.com/dcform.htm", "");
addItem("High River Links", "http://www.highriveralberta.com/hrlinks.htm", "");
addItem("Business Directory", "http://www.highriveralberta.com/business_directory.htm", "");
addItem("For Sale", "http://www.highriveralberta.com/forsale1.html", "");
addItem("Computers - High River", "http://www.computers-highriver.com", "");
endMenu()

//-->