var aboutmenu={divclass:'anylinkmenu', inlinestyle:'width:170px; background:#0F4444', linktarget:'_self'} //Second menu variable. Same precaution.
aboutmenu.items=[
	["Company Profile", "../site/subpages/profile.php?itemid=19", ],
	["Vision and Mission", "../site/subpages/profile.php?itemid=18"],
	["Our Trademark", "../site/subpages/profile.php?itemid=17"],
	["Milestones", "../site/subpages/profile.php?itemid=16"],
	["President's Message", "../site/subpages/profile.php?itemid=15"],
	["Clients", "../site/subpages/profile.php?itemid=14"],
	["Affiliates", "../site/subpages/profile.php?itemid=13"],
	["Social Responsibility", "../site/subpages/profile.php?itemid=12"],
	["Sustainable Development", "../site/subpages/profile.php?itemid=11"]
]

var servicemenu={divclass:'anylinkmenu', inlinestyle:'width:140px; background:#0F4444', linktarget:'_self'} //Second menu variable. Same precaution.
servicemenu.items=[
	["MCLE Lecture Series", "#", ],
	["Paralegal Trainings", "#"],
	["BAR Review", "#"]
]
var regmenu={divclass:'anylinkmenu', inlinestyle:'width:110px; background:#0F4444', linktarget:'_self'} //Second menu variable. Same precaution.
regmenu.items=[
	["Register Now", "../signup/register.php", ],
	["View Schedules", "../programs/schedule.php"]
]
var contactmenu={divclass:'anylinkmenu', inlinestyle:'width:125px; color: #FFFFFF; background:#0F4444', linktarget:'_self'} //Second menu variable. Same precaution.
contactmenu.items=[
	["Submit an Inquiry", "../contact/contact_info.php", ],
	["Live Chat Support", "../contact/contact_info.php?itemid=27"]
]