function menustart()
{
document.write("<div class='menu'>")
}

function menuheader(hyperlink, label, image, width)
{
document.write("<ul>")
document.write("<li><a href='"+rootlocation+hyperlink+"'><img src='"+rootlocation+"shared/images/misc/"+image+"' BORDER=0 width='"+width+"' height='18' alt='"+label+"' title='' /><!--[if gt IE 6]><!--></a><!--<![endif]--><!--[if lt IE 7]><table border='0' cellpadding='0' cellspacing='0'><tr><td><![endif]-->")
}

function menuclass(menuclass)
{
if (menuclass=="")
{
document.write("<ul>")
}
else
{
document.write("<ul class='"+menuclass+"'>")
}
}

function menurow1(hyperlink, label)
{
document.write("<li><a href='"+rootlocation+hyperlink+"'>&nbsp;"+label+"</a></li>")
}

function menurowstop()
{			
document.write("</ul>")
document.write("<!--[if lte IE 6]></td></tr></table></a><![endif]-->")
document.write("</li>")
document.write("</ul>")
}

function menustop()
{
document.write("<!--[if lte IE 6]></td></tr></table></a><![endif]-->")
document.write("</li>")
document.write("</ul>")
document.write("</div> <!-- close 'menu' div -->")
document.write("<hr style='display:none' />")
document.write(" <!-- close the 'minwidth' wrappers -->")
}

function menu()
{

document.write("<IMG SRC='"+rootlocation+"shared/images/themes/theme-0001/menu-top.png'>")

menustart()

menuheader("index.html", "[Home]", "mb-home.png", "100")
menuclass("leftbutton")
menurow1("index.html", "Home")
// menurow1("featured/", "Featured")
menurow1("guestbook/", "Guestbook")
//menurow1("index.html", "Home")
menurowstop()

menuheader("training/index.html", "[Training]", "mb-training.png", "140")
menuclass("leftbutton")
menurow1("training/index.html#30DAY", "30 Day Program")
menurow1("training/index.html#WEEKEND", "Weekend Clinics")
menurow1("training/index.html#PERSONAL", "Personal Lessons")
menurowstop()

// menuheader("stables/stallions/index.html", "[Home]", "mb-stallions.gif", "118")
// menuclass("leftbutton")
// menurow1("horses/generators_hurricane/index.html", "Gene0rator's Hurricane")
// menurow1("horses/jocks_music_man/index.html", "Jock's Music Man")
// menurow1("stables/stallions/index.html", "Stallions")
// menurowstop()

// menuheader("stables/broodmares/index.html", "[Home]", "mb-broodmares.gif", "150")
// menuclass("leftbutton")
// menurow1("horses/brooks_sunny_sue/index.html", "Brooke's Sunny Sue")
// menurow1("horses/cheyennes_little_bit/index.html", "Cheyenne's Little Bit")
// menurow1("horses/choctaws_miss_rebel/index.html", "Choctaw's Miss Rebel")
// menurow1("horses/delights_silver_love/index.html", "Delight's Silver Love")
// menurow1("horses/grits_lady_power/index.html", "Grits Lady Power")
// menurow1("horses/investment_fortune_500/index.html", "Investment Fortune 500")
// menurow1("horses/immortal_delights_diva/index.html", "Immortal Delight's Diva")
// menurow1("horses/saraha_lace/index.html", "Saraha Lace")
// menurow1("horses/spirits_summerbreeze/index.html", "Spirits Summerbreeze")
// menurow1("horses/spots_true_grit/index.html", "Spot's True Grit")
// menurow1("horses/vals_cajun_queen/index.html", "Vals Cajun Queen")

// menurow1("stables/broodmares/index.html", "Broodmares")
// menurowstop()

menuheader("sales/index.html", "[Sales]", "mb-sales.png", "100")
menurowstop()

menuheader("nursery/index.html", "[Nursery]", "mb-nursery.png", "130")
// menuclass("leftbutton")
// menurow1("stables/nursery/index.html", "Nursery 2008")
// menurow1("stables/nursery/index.html", "Nursery 2007")
// menurow1("stables/nursery/index.html", "Nursery 2006")
// menurow1("stables/nursery/index.html", "Nursery 2005")
// menurow1("stables/nursery/index.html", "Nursery 2004")
// menurow1("stables/nursery/index.html", "Nursery 2003")
// menurow1("stables/nursery/index.html", "Nursery 2002")
// menurow1("stables/nursery/index.html", "Nursery 2001")
menurowstop()

// menuheader("index.html", "[Home]", "mb-stables.gif", "95")
// menuclass("leftbutton")
// menurow1("stables/show_horses/index.html", "Show Horses")
// menurow1("stables/broodmares/index.html", "Broodmares")
// menurow1("stables/stallions/index.html", "Stallions")
// menurow1("stables/nursery/index.html", "Nursery")
// menurowstop()

// menuheader("index.html", "[Home]", "mb-forsale.gif", "102")
// menuclass("leftbutton")
// menurow1("index.html", "For Sale")
// menurowstop()

// menuheader("index.html", "[Home]", "mb-links.gif", "75")
// menuclass("leftbutton")
// menurow1("index.html", "Links")
// menurowstop()

menuheader("about/index.html", "[About]", "mb-about.png", "108")
menurowstop()

// menuheader("links/index.html", "[Links]", "mb-links.png", "100")
// menurowstop()

menustop()

document.write("<IMG SRC='"+rootlocation+"shared/images/themes/theme-0001/menu-bottom.png'>")
}
