<!-- RENTAL -->
var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:140px; background:#B8B8B8', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu1.items=[
	["RENTAL STRUCTURES", "rental_struc.html"],
	["RENTAL FURNITURE", "rental_furniture.html"],
	["AMBIENT ACCESSORIES", "rental_ambient_accesories.html"] //no comma following last entry!
]

<!-- PERMANENT -->
var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:140px; background:#B8B8B8', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["PERMANENT STRUCTURES", "permanent_Struc.html"],
	["SEMI-STRUCTURES", "permanent_Semi_struc.html"],
	["CUSTOM STRUCTURES", "custom_struc.html"] //no comma following last entry!
]
/*
<!-- MANUFACTURE -->
var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:140px; background:#B8B8B8', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["RENTAL STRUCTURES", "index.php#history"],
	["RENTAL FURNITURE", "index.php#history"],
	["AMBIENT ACCESSORIES", "index.php#missionvision"] //no comma following last entry!
]
*/

