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

var Img_Menu3 = { divclass: 'anylinkmenu', inlinestyle: '', linktarget: ''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
Img_Menu3.items = [
	["Plant &amp; Equipment", "plant.html"],
	["Vehicles", "vehicles.html"],
	["Import/Escrow", "import.html"],
	["Property", "property.html"],
	["Insurance", "insurance.html"]//no comma following last entry!
]

var Img_Menu5 = { divclass: 'anylinkmenu', inlinestyle: '', linktarget: ''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
Img_Menu5.items = [
	["Banks", "banks.html"],
	["Vendor Program", "vendor.html"] //no comma following last entry!
]








