var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["BLOG", "blog"],
	["ABOUT US", "about.php"],
	["OUR SHOWROOM", "showroom.php"],
	["OUR WORKSHOP", "workshop.php"],
	["CONTACT US", "contact.php"],
	["IN THE MEDIA", "media.php"],
	["FAQ'S", "faqs.php"],
	["ORDERING", "ordering.php"],
	["WARRANTY", "warranty.php"],
	["CSA APPROVAL", "csa.php"],
	["TRADE SALES", "trade.php"],
	["RESOURCES", "resources.php"],
	["SITE MAP", "sitemap.php"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:287px; background:#ECE2C4', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["FEATURED LIGHTING", "feature.php"],
	["ORIGINAL LIGHTING", "feature_original.php"],
	["CEILING LIGHTING", "ceiling.php"],
	["WALL LIGHTING", "wall.php"],
	["EXTERIOR LIGHTING", "exterior.php"],
	["TABLE LAMPS", "table.php"],
	["FLOOR LAMPS", "floor_antique.php"],
	["GLASS SHADES", "shades.php"],
	["LAMP SHADES", "lampshades.php"],
	["FINISHES", "finishes.php"],
	["ALTERATIONS", "alterations.php"],
	["MEASUREMENT GUIDES", "measurement.php"],
	["STYLE GUIDE", "style.php"],
	["SEARCH ENGINE", "search.php"] //no comma following last entry!
]
	

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:216px; background:#ECE2C4', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["ANTIQUE RESTORATIONS", "restorations.php"],
	["HISTORICAL PROJECTS", "historic.php"],
	["CUSTOM DESIGNS", "portfolio.php"],
	["INTERESTING FINDS", "antiques.php"],
	["CLIENT PHOTOS", "client.php"]


]
