<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=0; // no quotes!!
staticYOffset=0; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#0099FF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#e9e9e9";
linkOverBGColor="#00ccff";
linkTarget="_self";
linkAlign="left";
barBGColor= "#d8d8d8";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText= 'Main 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
addItem("Clinic and Staff", "clinicandstaff.html", "", "no", "");
addItem("Service", "services.html", "", "no", "");
addItem("Cattle Problems", "treatment.html", "", "no", "");
addItem("Canine Immunizations", "canine.html", "", "no", "");
addItem("Whats New", "WhatsNew.html", "", "no", "");
addItem("Links of Interest", "link.html", "", "no", "");
addItem("Main Page", "default.html", "", "no", "");
addItem("Search the Internet", "search.html", "", "no", "");
addItem("Pine Ridge Animal Health", "Http://www.pranimalhealth.com", "", "no", "yes");


buildMenu();

//-->


