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()
{
menustart()

menuheader("index.html", "[Home]", "mb-home.gif", "76")
menuclass("leftbutton")
menurow1("index.html", "Home")
menurow1("contact/index.html", "Contact")
menurowstop()

menuheader("stables/show_horses/index.html", "[Home]", "mb-showhorses.gif", "155")
menuclass("leftbutton")
menurow1("horses/champagne_laughter/index.html", "Champagne Laughter")
menurow1("horses/cajun_hurricane_charlie/index.html", "Cajun Hurricane Charlie")
menurowstop()

menuheader("stables/stallions/index.html", "[Home]", "mb-stallions.gif", "118")
menuclass("leftbutton")
menurow1("horses/generators_hurricane/index.html", "Generator'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", "Brook'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("stables/nursery/index.html", "[Home]", "mb-nursery.gif", "105")
menuclass("leftbutton")
menurow1("stables/nursery/index.html", "Now")
menurow1("stables/nursery/past/index.html", "Past")
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("for_sale/index.html", "[Home]", "mb-forsale.gif", "102")
// menuclass("leftbutton")
// menurow1("for_sale/index.html", "For Sale")
menurowstop()

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

menustop()
}
