// DONT FORGET TO ADD THE ENTIRE HEIGHT FOR IE7 AND IE8. IT WILL NOT REFLECT THE OTHER BROWSERS!!!

// THE BIKES
var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'height:65px; text-decoration:none;', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["MODELS", "../models.php"],
	["BUILD A BIKE", "/build-a-bike.html"],
	["ACCESSORIES", "../Accessories.html"],
	["PRE-OWNED", "../preowned.php"],
	["WARRANTY", "../Warranty.html"],
	["DOWNLOADS", "/blog/saxon-downloads/"] //no comma following last entry!
]

// ABOUT US
var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'height:65px; text-decoration:none;', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
	["STORY", "../Story.html"],
	["PARTNERS", "../Partners.html"]//no comma following last entry!
]

// NEWS / EVENTS
var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'height:65px; text-decoration:none;', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu3.items=[
	["LATEST NEWS", "index.php"],
	["EVENTS", "/blog/events/"],
	["GALLERY", "../gallery.php"]//no comma following last entry!
]

// CONTACT US
var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'height:65px; text-decoration:none;', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu4.items=[
	["CONTACT", "../contact.php"],
	["FIND DEALER", "../locate_dealer.php"],
	["DEALER LOGIN", "../dealer_login.php"],//no comma following last entry!
]
