function onnav(that) {
	//that.style.backgroundImage = 'url("/images/c-frame/nav/qdos_nav_yellow.gif")'
	//that.childNodes[0].style.color = "#000066"
}
function offnav(that) {
	that.style.backgroundImage = 'url("/images/c-frame/nav/qdos_nav_blue.gif")'
	that.childNodes[0].style.color = "#FFFFFF"
}
