function swapImg(elementName, myImg) {
	var x=document.getElementById(elementName);
	x.src=myImg;
}
function regionSel(){
	var x=document.getElementById("reg");
	var r=(x.options[x.selectedIndex].value);
	if(r != ''){
		window.location.href = ((arguments[0])?arguments[0]:"benefits_")+r + ".html";
	}			
}
function regionSSTSel(){
        var x=document.getElementById("reg");
        var r=(x.options[x.selectedIndex].value);
        if(r != ''){
                window.location.href = ((arguments[0])?arguments[0]:"selfservicetools_")+r + ".html";
        }                       
}
function regionAboutusSel(){
        var x=document.getElementById("reg");
        var r=(x.options[x.selectedIndex].value);
        if(r != ''){
                window.location.href = ((arguments[0])?arguments[0]:"aboutus_")+r + ".html";
        }                       
}
function regionyourhealthSel(){
        var x=document.getElementById("reg");
        var r=(x.options[x.selectedIndex].value);
        if(r != ''){
                window.location.href = ((arguments[0])?arguments[0]:"yourhealth_")+r + ".html";
        }                       
}
function regionAnnounceSel(){
	var x=document.getElementById("reg");
	var r=(x.options[x.selectedIndex].value);
	if(r != ''){
		window.location.href = ((arguments[0])?arguments[0]:"announcements_")+r + ".html";
	}			
}
function intranet(){
	if (confirm("This link is currently only available on the Intranet at http://corp.oomc.com/depts/human_resources/benefits/default.htm. If you have Intranet access, press Ok, otherwise press Cancel.")) {
		 window.location = "http://corp.oomc.com/depts/human_resources/benefits/default.htm"
	}
}
function nS6Fix(){
	var v = navigator.appVersion.toLowerCase();
	var u = navigator.userAgent.toLowerCase();
	if(u.indexOf("netscape")!=-1 && parseFloat(v)>4){
		document.getElementById("companyGreetingPromo").className  = "companyGreetingPromoNS6Fix";
	}
}
function externalWin(href){
	window.open(href,'newwin', 'width=600, height=400, location=yes, toolbar=yes, resizable=yes, status=yes, menubar=yes, scrollbars=yes, screenX=20, screenY=20, top=20, left=20');
}
function launchVideo(){
	window.open('http://my.kp.org/template/media_kp_intro.html','media','top=0,left=0,status=1,toolbar=0,resizable=1,width=424,height=550');
}
window.onload = nS6Fix;
