function mouseover_content(obj) {
	obj.style.backgroundColor="#FFF7EA"
}

function mouseout_content(obj) {
	obj.style.backgroundColor="#ffffff"
}

function mouseover_section(obj) {
	obj.style.backgroundColor="#8FB6DC"
}

function mouseout_section(obj) {
	obj.style.backgroundColor="#E8EEF8"
	//obj.style.backgroundColor="DAE8FF"
}

function mouseover_category(obj) {
	obj.style.backgroundColor="#BBDCEA"
}

function mouseout_category(obj) {
	obj.style.backgroundColor="#ECE2EB"
}

function mouseover_compare(obj) {
	obj.style.backgroundColor="#DCEAEB"
	//obj.style.backgroundColor="#DAEDFF"
}

function mouseout_compare(obj) {
	obj.style.backgroundColor="#F4FFFE"
}

function jumpto() {
	location.href=document.frmjp.seljumpto.options[document.frmjp.seljumpto.selectedIndex].value
}
