function swap(imgName,objName) {
	if (document.images) {
		document[objName].src = eval(imgName + ".src");
	}
}

function popup(url,w,h) {
		var re = new RegExp("forms/");
	if (url.match(re))
	{webform = window.open(url,'Webform','height=' + (screen.height -150) + ',width=' + (screen.width -150) + 	',status=yes,toolbar=no,menubar=no,left=100,top=50,location=no,scrollbars=yes');
	if(webform){webform.focus();}
	} else{	
	popupWin = eval('window.open(url,"remote","WIDTH='+w+',HEIGHT='+h+',left=10,top=10,toolbar=yes,location=yes,menubar=yes,scrollbars=yes,resizable=yes")');}
}

function QuickLinks() {
	window.location.href = document.quicklinks.site.options[document.quicklinks.site.selectedIndex].value;
}
function popup_hr(url,w,h) {
	popup_Win = eval('window.open(url,"remote","WIDTH='+w+',HEIGHT='+h+',left=185,top=0,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0")');
}

function popup_flash() {
	popup_Win = eval('window.open("/career/CorporateBenefit.html","remote","WIDTH=820,HEIGHT=700,left=185,top=0,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0")');
}

