
var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:175px; background:#ffffff', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Animals", "/store/products.php?cat=45"],
	["Education &amp; School", "/store/products.php?cat=47"],
	["Holidays &amp; Occasions", "/store/products.php?cat=46"],
	["Military", "/store/products.php?cat=48"],
	["Miscellaneous", "/store/products.php?cat=53"],
	["Occupation", "/store/products.php?cat=49"],
	["Religious", "/store/products.php?cat=50"],
	["Vehicles", "/store/products.php?cat=51"] //no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:175px; background:#ffffff', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["Baseball", "/store/products.php?cat=30"],
	["Basketball", "/store/products.php?cat=31"],
	["Billiards", "/store/products.php?cat=32"],
	["Bowling", "/store/products.php?cat=33"],
	["Cheerleading", "/store/products.php?cat=34"],
	["Football", "/store/products.php?cat=35"],
	["Golf", "/store/products.php?cat=36"],
	["Hockey", "/store/products.php?cat=37"],
	["Soccer", "/store/products.php?cat=38"],
	["Softball", "/store/products.php?cat=42"],
	["Swimming", "/store/products.php?cat=39"],
	["Tennis", "/store/products.php?cat=40"],
	["Volleyball", "/store/products.php?cat=41"],
	["Other Sports &amp; Games", "/store/products.php?cat=43"] //no comma following last entry!
]
