function ricoh(){
var popurl="http://www.ricoh-usa.com"
winpops=window.open(popurl,"myWin","")
}

function brother(){
var popurl="http://www.brother-usa.com"
winpops=window.open(popurl,"myWin","")
}

var officesupplies={divclass:'anylinkmenu', inlinestyle:'width:139px', linktarget:''}
officesupplies.items=[
	["Cleaning Supplies", "cleaning-supplies/"],
	["Beverage/Breakroom", "beveragebreakroom/"],
	["School Supplies", "school-supplies/"],
	["Green Products", "green-products/"] //no comma following last entry!
]

var officefurniture={divclass:'anylinkmenu', inlinestyle:'width:144px', linktarget:''}
officefurniture.items=[
	["Desks", "desks/"],
	["Workstations", "workstations/"],
	["Seating/Chairs", "chairs/"],
	["Storage/Filing", "storage/"],
	["Tables", "tables/"],
	["Healthcare", "healthcare/"],
	["Education", "education/"],
	["Ergonomics", "ergonomics/"],
	["New Products", "new-products/"] //no comma following last entry!
]

var printerscopiers={divclass:'anylinkmenu', inlinestyle:'width:150px', linktarget:''}
printerscopiers.items=[
	["Browse Ricoh Catalog", "javascript:ricoh()"],
	["Browse HP Catalog", "browse-hp-catalog/"],
	["Browse Brother Catalog", "javascript:brother()"],
	["Print Management", "print-management/"], 
	["Copier/Printer Drivers", "copierprinter-drivers/"],
	["Financial Services", "financial-services/"],
	["Machine Services", "machine-services/"],
	["Place a Service Call", "place-a-service-call/"],
	["Submit Meter Reading", "submit-meter-reading/"],
	["Place Toner Order", "place-toner-order/"] //no comma following last entry!
]

var company={divclass:'anylinkmenu', inlinestyle:'width:97px', linktarget:''}
company.items=[
	["History", "history/"],
	["Opportunities", "opportunities/"] //no comma following last entry!
]