var products={divclass:'anylinkmenu', inlinestyle:'width:200px; top:0px;', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
products.items=[
	["Resource Management", ""],
	["&nbsp;&nbsp;&bull; Resource Planner", "resource_planner.aspx"],
	["&nbsp;&nbsp;&bull; Resource Scheduler", "resource_scheduler.aspx"],
	["&nbsp;&nbsp;&bull; Staff Planner", "staff_planner.aspx"],
	["&nbsp;&nbsp;&bull; Staff Scheduler", "staff_scheduler.aspx"],
	["Project Management", ""],
	["&nbsp;&nbsp;&bull; Project Management Tool", "saviom_project_management.aspx"],
	["&nbsp;&nbsp;&bull; Project Office", "saviom_project_office.aspx"],
	["&nbsp;&nbsp;&bull; Time Management Tool", "saviom_time_management.aspx"],
	["Technology", "technology.html"]
	 //no comma following last entry!
]

var services={divclass:'anylinkmenu', inlinestyle:'width:170px; top:0px;', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
services.items=[
	["Application Development", "application_development.aspx"],
	["Software Testing", "testing.aspx"]
]
