var products={divclass:'anylinkmenu', inlinestyle:'width:220px; top:0px;', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
products.items=[
	["Resource Management", ""],
	["&nbsp;&nbsp;&bull; Resource Planning Software", "resource_planner.aspx"],
	["&nbsp;&nbsp;&bull; Resource Scheduling Software", "resource_scheduler.aspx"],
	["&nbsp;&nbsp;&bull; Resource Management Software", "resource-management.aspx"],
	["&nbsp;&nbsp;&bull; Staff Planning Software", "staff_planner.aspx"],
	["&nbsp;&nbsp;&bull; Staff Scheduling Software", "staff_planner.aspx"],
	["&nbsp;&nbsp;&bull; Employee Planning Software", "employee_planner.aspx"],
	["&nbsp;&nbsp;&bull; Emplyee Scheduling Software", "employee_scheduler.aspx"]
	//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"]
]

