<!--
// Navigation Javscript

// Set Default images to off state
var emp_img = "butEmployment.gif";
var con_img = "butConsulting.gif";
var com_img = "butCompensation.gif";
var fac_img = "butFacultyStaff.gif";
var rec_img = "butRecruitment.gif";
var ben_img = "butBenefits.gif";
var dev_img = "butDevelopment.gif";
var cis_img = "butCompliance.gif";
var wor_img = "butWorkLife.gif";
var inf_img = "butInformation.gif";
var res_img = "butRestructuring.gif";
var man_img = "butManager.gif";
var cal_img = "butCalendars.gif";
var hom_img = "butHome.gif";

// define directories for sections
var emp_page = "employment.html";
var con_page = "hrcs.html";
var com_page = "compensation.html";
var fac_page = "relations.html";
var rec_page = "employment.html";
var ben_page = "benefits.html";
var dev_page = "development.html";
var cis_page = "cis.html";
var wor_page = "worklife.html";
var inf_page = "technology.html";
var res_page = "/restructuring/index.html";
var man_page = "managers.html";
var cal_page = "calendars.html";
var hom_page = "index.html";

// Get current URL
var current_url = document.location.href;
current_url += " ";

// Depending on directory, set image
if (current_url.indexOf(emp_page) !=-1) {
	emp_img = "butEmploymentOn.gif";
} else if (current_url.indexOf(con_page) !=-1) {
	con_img = "butConsultingOn.gif";
} else if (current_url.indexOf(com_page) !=-1) {
	com_img = "butCompensationOn.gif";
} else if (current_url.indexOf(fac_page) !=-1) {
	fac_img = "butFacultyStaffOn.gif";
} else if (current_url.indexOf(rec_page) !=-1) {
	rec_img = "butRecruitmentOn.gif";
} else if (current_url.indexOf(ben_page) !=-1) {
	ben_img = "butBenefitsOn.gif";
} else if (current_url.indexOf(dev_page) !=-1) {
	dev_img = "butDevelopmentOn.gif";
} else if (current_url.indexOf(cis_page) !=-1) {
	cis_img = "butComplianceOn.gif";
} else if (current_url.indexOf(wor_page) !=-1) {
	wor_img = "butWorkLifeOn.gif";
} else if (current_url.indexOf(res_page) !=-1) {
	res_img = "butRestructuringOn.gif";
} else if (current_url.indexOf(cal_page) !=-1) {
	cal_img = "butCalendarsOn.gif";
} else if (current_url.indexOf(hom_page) !=-1) {
	hom_img = "butHomeOn.gif";
}

var navig_html;

navig_html  = "<table width=\"190\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">";
navig_html += "<tr><td width=\"190\"><a href=\"/employment.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('employment','','/images/navigation/butEmploymentOn.gif',1)\"><img src=\"/images/navigation/" +emp_img + "\" border=\"0\" width=\"190\" height=\"22\" name=\"employment\" alt=\"Employment\" /></a></td></tr>";
navig_html += "<tr><td width=\"190\"><img src=\"/images/spcr_orng.jpg\" border=\"0\" width=\"190\" height=\"1\" alt=\"\" /></td></tr>";
navig_html += "<tr><td width=\"190\"><a href=\"/hrcs.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('hrcs','','/images/navigation/butConsultingOn.gif',1)\"><img src=\"/images/navigation/" +con_img + "\" border=\"0\" width=\"190\" height=\"20\" name=\"hrcs\" alt=\"Hrcs\" /></a></td></tr>";
navig_html += "<tr><td width=\"190\"><a href=\"/compensation.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('compensation','','/images/navigation/butCompensationOn.gif',1)\"><img src=\"/images/navigation/" + com_img + "\" border=\"0\" width=\"190\" height=\"20\" name=\"compensation\" alt=\"Compensation and Classification\" /></a></td></tr>";
navig_html += "<tr><td width=\"190\"><a href=\"/relations.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('relations','','/images/navigation/butFacultyStaffOn.gif',1)\"><img src=\"/images/navigation/" + fac_img + "\" border=\"0\" width=\"190\" height=\"19\" name=\"relations\" alt=\"Employee Relations\" /></a></td></tr>";
navig_html += "<tr><td width=\"190\"><a href=\"/employment.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('recruitment','','/images/navigation/butRecruitmentOn.gif',1)\"><img src=\"/images/navigation/" +rec_img + "\" border=\"0\" width=\"190\" height=\"22\" name=\"recruitment\" alt=\"Recruitment\" /></a></td></tr>";
navig_html += "<tr><td width=\"190\"><img src=\"/images/spcr_orng.jpg\" border=\"0\" width=\"190\" height=\"1\" alt=\"\" /></td></tr>";
navig_html += "<tr><td width=\"190\"><a href=\"/benefits.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('benefits','','/images/navigation/butBenefitsOn.gif',1)\"><img src=\"/images/navigation/" + ben_img + "\" border=\"0\" width=\"190\" height=\"21\" name=\"benefits\" alt=\"Benefits\" /></a></td></tr>";
navig_html += "<tr><td width=\"190\"><img src=\"/images/spcr_orng.jpg\" border=\"0\" width=\"190\" height=\"1\" alt=\"\" /></td></tr>";
navig_html += "<tr><td width=\"190\"><a href=\"/development.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('career','','/images/navigation/butDevelopmentOn.gif',1)\"><img src=\"/images/navigation/" + dev_img + "\" border=\"0\" width=\"190\" height=\"21\" name=\"career\" alt=\"Career Development and Training\" /></a></td></tr>";
navig_html += "<tr><td width=\"190\"><img src=\"/images/spcr_orng.jpg\" border=\"0\" width=\"190\" height=\"1\" alt=\"\" /></td></tr>";
navig_html += "<tr><td width=\"190\"><a href=\"/cis.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('cis','','/images/navigation/butComplianceOn.gif',1)\"><img src=\"/images/navigation/" + cis_img + "\" border=\"0\" width=\"190\" height=\"21\" name=\"cis\" alt=\"Compliance and Immigration Services\" /></a></td></tr>";
navig_html += "<tr><td width=\"190\"><img src=\"/images/spcr_orng.jpg\" border=\"0\" width=\"190\" height=\"1\" alt=\"\" /></td></tr>";
navig_html += "<tr><td width=\"190\"><a href=\"/worklife.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('worklife','','/images/navigation/butWorkLifeOn.gif',1)\"><img src=\"/images/navigation/" + wor_img + "\" border=\"0\" width=\"190\" height=\"21\" name=\"worklife\" alt=\"Work/Life and Wellness\" /></a></td></tr>";
navig_html += "<tr><td width=\"190\"><img src=\"/images/spcr_orng.jpg\" border=\"0\" width=\"190\" height=\"1\" alt=\"\" /></td></tr>";
navig_html += "<tr><td width=\"190\"><img src=\"/images/spcr_orng.jpg\" border=\"0\" width=\"190\" height=\"1\" alt=\"\" /></td></tr>";
navig_html += "<tr><td width=\"190\"><a href=\"/restructuring/index.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('restructuring','','/images/navigation/butRestructuringOn.gif',1)\"><img src=\"/images/navigation/" + res_img + "\" border=\"0\" width=\"190\" height=\"21\" name=\"restructuring\" alt=\"HR Restructuring\" /></a></td></tr>";
navig_html += "<tr><td width=\"190\"><img src=\"/images/spcr_orng.jpg\" border=\"0\" width=\"190\" height=\"1\" alt=\"\" /></td></tr>";
navig_html += "<tr><td width=\"190\"><a href=\"/calendars.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('calendars','','/images/navigation/butCalendarsOn.gif',1)\"><img src=\"/images/navigation/" + cal_img + "\" border=\"0\" width=\"190\" height=\"21\" name=\"calendars\" alt=\"Calendars\" /></a></td></tr>";
navig_html += "<tr><td width=\"190\"><img src=\"/images/spcr_orng.jpg\" border=\"0\" width=\"190\" height=\"1\" alt=\"\" /></td></tr>";
navig_html += "<tr><td width=\"190\"><a href=\"/index.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('home','','/images/second/butHomeOn.gif',1)\"><img src=\"/images/second/" + hom_img + "\" border=\"0\" width=\"190\" height=\"21\" name=\"home\" alt=\"Home\" /></a></td></tr>";
navig_html += "</table>";

//alert(navig_html);
//-->
