function swap(imgName,objName) {
	if (document.images) {
		document[objName].src = eval(imgName + ".src");
	}
}

function popup(url,w,h) {
	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")');
}

