function increaseZ(){
	document.getElementById("topNav").style.zIndex="20";
}

function decreaseZ(){
	document.getElementById("topNav").style.zIndex="10";
}

function navBG(){
	document.getElementById("topNav").style.backgroundImage="url('_images/nav_modal_replace.gif')";
}

