var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:190px; background:#00457C', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu1.items=[
	["1-2 Color Printing", "http://www.theprintingplaceincstorefront.net"],
	["4 Color Offset Printing", "http://www.theprintingplaceincstorefront.net"],
	["4 Color Digital Printing", "http://www.theprintingplaceincstorefront.net"],
	["Large Format", "http://www.theprintingplaceincstorefront.net"],
	["Invitations Volume I", "http://www.yourinvitationplace.com/Default.aspx?WebName=tppinvite"],
	["Invitations Volume II", "http://theprintingplace.mcphersonsprint.com"],	
	["Holiday &amp; All Occasion Cards", "http://www.holidaycardwebsite.com/theprintingplace"],	
	["Promotional Items", "http://www.printingplace.emondpromotionalprinting.com"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:190px; background:#00457C', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Design Services", "https://secure.theprintingplaceincstorefront.net/account/login"],
	["Raised Printing", "https://secure.theprintingplaceincstorefront.net/account/login"],
	["Rubber Stamps", "https://secure.theprintingplaceincstorefront.net/account/login"],
	["Other", "https://secure.theprintingplaceincstorefront.net/account/login"] //no comma following last entry!
]

var anylinkmenuexample1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenuexample1.items=[
	["name", "url"],
	["name", "url"],
	["name", "url"],
	["name", ""] //no comma following last entry!
]



var anylinkmenuexample2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenuexample2.items=[
	["name", "url"],
	["name", "url"],
	["name", "url"],
	["name", ""] //no comma following last entry!
]



var anylinkmenuexample3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenuexample3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenuex3.items=[
	["name", "url"],
	["name", "url"],
	["name", "url"],
	["name", ""] //no comma following last entry!
]

