
 
var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!

//Set absolute path
var AbsolutePath = "http://usa-lowline.org/";

anylinkmenu1.items=[
	["FAQ", AbsolutePath + "faq.html"],
	["History", AbsolutePath + "history.html"],
	["Breed Standards", AbsolutePath + "breedstandards.html"]//no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
	["Ledger Magazines", AbsolutePath + "magazines.php"],
	["Advertising", AbsolutePath + "advertising.php"]//no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu3.items=[
	["Events Calendar", AbsolutePath + "calendar.php?category=2"],
	["Register for Shows & Events", AbsolutePath + "register.html"],
	["Show Rules & Regulations", AbsolutePath + "rulesandregulations.html"],
	["Show Results", AbsolutePath + "showresults.php"],
	["Sale Results", AbsolutePath + "saleresults.php"],
	["2010 Sydney Royal Easter Show", AbsolutePath + "royalshow.html"]
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu4.items=[
	["About ALR's Youth Programs", AbsolutePath + "aboutyouth.html"],
	["Events Calendar", AbsolutePath + "calendar.php?category=1"],
	["Rules & Regulations", AbsolutePath + "rulesandregulations.html"],
	["Ambassador Program", "ambassador.html"],
	["Junior Herd Starter Loan Program", AbsolutePath + "jrherdstarterloanprogram.html"]//no comma following last entry!
]

var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu5.items=[
	["Breed Standards", AbsolutePath + "breedstandards.html"],
	["ALR Bylaws", AbsolutePath + "pdf/2009/apr7/ALRBylaws.pdf"],
	["ALR Rules", AbsolutePath + "pdf/2009/apr7/ALR_rules_Aug08.pdf"],
	["DNA Information", AbsolutePath + "dna.html"],
	["Cattle Registration", AbsolutePath + "howtoregister.html"],
	["ALR Fee Schedule & Self Billing", AbsolutePath + "pdf/2009/apr20/FeeScheduleSelfBillingWksheet-REV.pdf"],
	["ALR Membership Application", AbsolutePath + "pdf/2009/apr20/MembershipApp-REV.pdf"],
	["Application to Record A.I. Sire", AbsolutePath + "pdf/2009/apr20/ApptorecordAIsire-REV.pdf"],
	["Show Classifications", AbsolutePath + "pdf/2009/apr28/LowlineShowClassifications.pdf"]//no comma following last entry!
]

var anylinkmenu6={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu6.items=[
	["How to Join", AbsolutePath + "howtojoin.php"],
	["How to Register Cattle", AbsolutePath + "howtoregister.html"],
	["How to Tattoo", AbsolutePath + "howtotattoo.html"],
	["DNA Information", AbsolutePath + "dna.html"]//no comma following last entry!
]

