var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Dynamic Drive", "http://www.dynamicdrive.com/"],
	["CSS Drive", "http://www.cssdrive.com/"],
	["JavaScript Kit", "http://www.javascriptkit.com/"],
	["Coding Forums", "http://www.codingforums.com/"],
	["JavaScript Reference", "http://www.javascriptkit.com/jsref/"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
	
	//["<img src=\'/dd/images/bobblebeanie.png\'><br style=\'clear:both;\'><span><b>Bobble Beanies</b></span>", "/store/category-beanies/", "efc"],
	["<img src=\'/dd/images/classicbeanie.png\'><br style=\'clear:both;\'><span><b>Headwear</b></span>", "/store/category-headwear/", "efc"],
	//["<img src=\'/dd/images/caps.png\'><br style=\'clear:both;\'><span><b>Flexfit&#8482; Caps</b></span><br style=\'clear:both;\'> How could you resist a cap as sick as these?!", "/oh-no/", "efc"],
	//["<img src=\'/dd/images/pipeglove.png\'><br style=\'clear:both;\'><span><b>Pipe Gloves</b></span><br style=\'clear:both;\'> Gloves to keep your fingers warm &amp; safe!", "/oh-no/", "efc"],
	["<img src=\'/dd/images/tshirt.png\'><br style=\'clear:both;\'><span><b>T-Shirts</b></span>", "/store/category-tshirts/", "efc"],
	["<img src=\'/dd/images/hoodies.png\'><br style=\'clear:both;\'><span><b>Hoodies</b></span>", "/store/category-hoodies/", "efc"],
		//["<img src=\'/dd/images/stickers.png\'><br style=\'clear:both;\'><span><b>Stickers</b></span><br style=\'clear:both;\'> Park Stickers to stick on your kit!", "/oh-no/", "efc"],
	//["<img src=\'/dd/images/joggers.png\'><br style=\'clear:both;\'><span><b>Slouch Joggers</b></span><br style=\'clear:both;\'> Chill in the comfort of a pair of joggers!", "/oh-no/", "efc"] //no comma following last entry!
	["<img src=\'/dd/images/all2.png\'><br style=\'clear:both;\'><span><b>View All</b></span>", "/store/", "efc"]
	//["<div style=\"width: 564px; height: 130px; margin-top: -10px;\"><img src=\'/dd/images/all.png\'></div>", "/store/"]
	
]

var anylinkmenu4={divclass:'anylinkmenucols', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu4.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu4.items=[
	["<img src=\'/dd/images/bobblebeanie.png\'><br style=\'clear:both;\'><span><b>Bobble Beanies</b></span><br style=\'clear:both;\'> New for this season, Park Bobble Beanies!", "http://www.parkfreestyle.com/store/park-beanie-limegreen/", "efc"],
	["<img src=\'/dd/images/classicbeanie.png\'><br style=\'clear:both;\'><span><b>Classic Beanies</b></span><br style=\'clear:both;\'> Our classic beanie is back &amp; looking snazzy!", "http://www.parkfreestyle.com/store/skyblue-beanie/", "efc"],
	//["<img src=\'/dd/images/caps.png\'><br style=\'clear:both;\'><span><b>Flexfit&#8482; Caps</b></span><br style=\'clear:both;\'> How could you resist a cap as sick as these?!", "http://www.parkfreestyle.com/store/skyblue-beanie/", "efc"],
	//["<img src=\'/dd/images/pipeglove.png\'><br style=\'clear:both;\'><span><b>Pipe Gloves</b></span><br style=\'clear:both;\'> Gloves to keep your fingers warm &amp; safe!", "#", "efc"],
	["<img src=\'/dd/images/tshirts.png\'><br style=\'clear:both;\'><span><b>T-Shirts</b></span><br style=\'clear:both;\'> Represent Park in the original way, with a tee!", "#", "efc"],
	["<img src=\'/dd/images/hoodies.png\'><br style=\'clear:both;\'><span><b>Hoodies</b></span><br style=\'clear:both;\'> Hoodies that are just plain sick!", "#", "efc"],
	//["<img src=\'/dd/images/stickers.png\'><br style=\'clear:both;\'><span><b>Stickers</b></span><br style=\'clear:both;\'> Park Stickers to stick on your kit!", "#", "efc"],
	//["<img src=\'/dd/images/joggers.png\'><br style=\'clear:both;\'><span><b>Slouch Joggers</b></span><br style=\'clear:both;\'> Chill in the comfort of a pair of joggers!", "#", "efc"] //no comma following last entry!
]
