var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#343434', linktarget:''} //first menu variable. Same precaution.
anylinkmenu1.items=[
	["Case Studies", "aboutus/case_studies.htm"],
	["Showroom", "aboutus/home_cinema_showroom.htm"],
	["THX Cinema room", "aboutus/home_cinema_demonstration_room.htm"]   //no comma following last entry! //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background: #303030', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Amina", "products/aminaplasterinwall/index.htm"],
	["Crestron", "products/crestron/index.htm"],
	["Jamo", "products/jamo_speakers/index.htm"],
	["Lutron", "products/lutron_lighting_control/index.htm"],
	["NEOD", "products/neod_tv/index.htm"],
	["SilentGliss", "products/silentgliss/index.htm"]	//no comma following last entry!
]



var menu3={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#343434', linktarget:''} //Second menu variable. Same precaution.
menu3.items=[
	["3D Design", "services/3d_design.htm"],
	["AutoCAD", "services/autocad.htm"],			 
	["Consultation", "services/consultation.htm"],
	["Design", "services/design.htm"],	
	["Home Automation", "services/home_automation.htm"],
	["Installation", "services/custom_installation.htm"],
	["Lighting Design", "services/lighting_design.htm"],
	["Maintenance", "services/maintenance.htm"],	
	["Programming", "services/programming.htm"]	//no comma following last entry!
]

