<!--
/*
Copyright (c) MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=120; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="2";
hdrFontColor="#E5E6E2";
hdrBGColor="000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#97A075";
linkOverBGColor="#000000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#97A075";
barFontFamily="arial, sans serif";
barFontSize="3";
barFontColor="#7639OD";
barVAlign="center";
barWidth=20; // no quotes!!

startMenu("Menu", " SITE MENU ")
addItem("Home", "http://www.allowaycreekfarms.com/rocky_mountain_horses/rockies-home.htm", "");
addItem("Breed History", "http://www.allowaycreekfarms.com/rocky_mountain_horses/about_the_rmh_breed.htm", "");
addItem("Stallions", "http://www.allowaycreekfarms.com/rocky_mountain_horses/stallions.htm", "");
addItem("Mares", "http://www.allowaycreekfarms.com/rocky_mountain_horses/mares.htm", "");
addItem("Foals", "http://www.allowaycreekfarms.com/rocky_mountain_horses/foals.htm", "");
addItem("Raising a Foal", "http://www.allowaycreekfarms.com/rocky_mountain_horses/raising_a_foal.htm", "");
addItem("Training & Lessons", "http://www.allowaycreekfarms.com/rocky_mountain_horses/training_lessons.htm", "");
addItem("For Sale", "http://www.allowaycreekfarms.com/rocky_mountain_horses/sales_offerings.htm", "");
addItem("Horses Sold", "http://www.allowaycreekfarms.com/rocky_mountain_horses/sold.htm", "");
addItem("Contact us", "contact_us.htm", "");

endMenu()

//-->
