//PUPWebSite Xentrius

var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	//To Turn on/off Frame support, set Frame_Supported = true/false.
	Frame_Supported = false;

	// Customize default ICP menu color - bgColor, fontColor, mouseoverColor
	setDefaultICPMenuColor("#F3F3F6", "#5B6491", "#F18822");

	// Customize toolbar background color
	setToolbarBGColor("white");

	//***** Add Menus *****
	//Profile
	addICPMenu("profileMenu", "profile", "","/profile/");
	addICPSubMenu("profileMenu","history","/profile/history.asp");
	addICPSubMenu("profileMenu","mission & vision","/profile/mvo.asp");
	addICPSubMenu("profileMenu","goals & philosophy","/profile/goalsphilosophy.asp");
	addICPSubMenu("profileMenu","concerns","/profile/concerns.asp");
	addICPSubMenu("profileMenu","logo & symbols","/profile/logosymbols.asp");
	addICPSubMenu("profileMenu","hymn","/profile/hymn.asp");
	addICPSubMenuLine("profileMenu");
	addICPSubMenu("profileMenu","university officials","/profile/officials.asp");
	addICPSubMenu("profileMenu","departments & offices","/profile/departments.asp");
	addICPSubMenu("profileMenu","campuses","/profile/campuses.asp");
	addICPSubMenu("profileMenu","university calendar","/profile/calendar.asp");
	addICPSubMenu("profileMenu","contact numbers","/profile/contactnumbers.asp");
	addICPSubMenu("profileMenu","map information","/profile/map.asp");
	//Academic
	addICPMenu("academicMenu", "academic", "","/academic/");
	addICPSubMenu("academicMenu","graduate school","/academic/gs.asp");
	addICPSubMenu("academicMenu","open university","/academic/ou.asp");
	addICPSubMenu("academicMenu","undergraduate programs","/academic/undergrad.asp");
	addICPSubMenu("academicMenu","laboratory high school","/academic/lhs.asp");	
	addICPSubMenuLine("academicMenu");
	addICPSubMenu("academicMenu","nontraditional studies","/academic/ntsp.asp");
	addICPSubMenu("academicMenu","technopreneurial programs","/academic/technopreneurial.asp");
	addICPSubMenu("academicMenu","post-baccalaureate","/academic/postbac.asp");
	addICPSubMenu("academicMenu","e-learning systems","/academic/ecampus.asp");
	addICPSubMenuLine("academicMenu");
	addICPSubMenu("academicMenu","admissions","/admissions/");
	addICPSubMenu("academicMenu","colleges","/academic/colleges.asp");
	//Students
	addICPMenu("studentsMenu","students", "","/StudentServices/");
	addICPSubMenu("studentsMenu","handbook","/students/handbook.asp");
	addICPSubMenu("studentsMenu","enrollment","/admissions/enrollment.asp");
	//Alumni
	addICPMenu("alumni", "alumni", "","/alumni/");
      addICPSubMenu("alumni","FEDAAPI","mission_vision.html");
	addICPSubMenu("alumni","Services","/admissions/enrollment.asp");
	//Research
	addICPMenu("toolsMenu", "research", "","/ovprd/");
	//addICPSubMenu("toolsMenu","PUPWebSite Connect","http://connect.pup.edu.ph");
	//Help
	addICPMenu("helpMenu", "help", "","/help/");
	//addICPSubMenu("helpMenu","contents and index","/help/index.asp");
	addICPSubMenu("helpMenu","advanced search","/sitesearch.asp");
	addICPSubMenu("helpMenu","frequently asked questions","/help/faqs.asp");
	addICPSubMenu("helpMenu","statistics","/help/stats.asp");
	//addICPSubMenu("helpMenu","tour","/help/tour.asp");
	addICPSubMenu("helpMenu","contact us","/help/feedback.asp");
	addICPSubMenuLine("helpMenu");
	addICPSubMenu("helpMenu","terms of use","/help/terms.asp");
	addICPSubMenu("helpMenu","privacy statement","/help/privacy.asp");
	addICPSubMenu("helpMenu","about PUPWebSite","/xentrius/");

}
