// Have Global Navigation MouseOver Swapped Static Ver.
function swaponBg(target) {
	if(window.opera){ return true; }
	else{ target.style.backgroundColor = '#006699'; }
}
function swapoffBg(target) {
	if(window.opera){ return true; }
	else{ target.style.backgroundColor = '#44AADD'; }
}
