function navSwap(object, which, state) {
	object.src = "images/nav/" + which + "-" + state + ".gif";
}

// function onchange of drop down
function jumpTo(targ,selObj,restore){ 
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	if (restore) { selObj.selectedIndex=0; }
}

function ApplySwap(object, state) {
	object.src = "images/header-applyorcall-" + state + ".gif";
}