var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Dynamic Drive", "http://www.dynamicdrive.com/"],
	["CSS Drive", "http://www.cssdrive.com/"],
	["JavaScript Kit", "http://www.javascriptkit.com/"],
	["Coding Forums", "http://www.codingforums.com/"],
	["JavaScript Reference", "http://www.javascriptkit.com/jsref/"] //no comma following last entry!
]
/*90acb9  82bad5*/
var application={divclass:'anylinkmenu',inlinestyle:'width:162px; background:gray;color:#000000;',linktarget:'_self'} //Second menu variable. Same precaution.
application.items=[
	["Forms Processing", "optim_forms.html"],
	["Interactive Media", "optim_media.html"],
	["Social Networking", "optim_snet.html"],
	["Healthcare", "optim_hc.html"],
	["BPO / KPO / LPO", "optim_bpo.html"],
	["Satellite Imagery", "optim_geo.html"],
	["Education", "optim_edu.html"]
]

var products={divclass:'anylinkmenu',inlinestyle:'width:225px;background:#d9dfe0;color:#02274f;',linktarget:'_self'} //Second menu variable. Same precaution.
products.items=[
	["Course Catalog for Individuals", "Course_catalog/index.html"],
	["Course Catalog for Universities", "Course catalog Univ/index.html"],
	["Course Catalog for Corporates", "Course_Catalog_Corporates/index.html"]
]

var aboutus={divclass:'anylinkmenu', inlinestyle:'width:150px; background:gray;color:#000000; ', linktarget:'_self'} //Second menu variable. Same precaution.
aboutus.items=[
	["About Maples", "about.html"],
	["Leadership Team", "leader.html"],
	["Careers","careers.html"]
]

