
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=""
	//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="#e6e6e6"
	//obj.style.backgroundColor="#DAEDFF"
}

function mouseout_compare(obj) {
	obj.style.backgroundColor="#ffffff"
		obj.style.borderColor="#e4e4e4"
}

function jumpto() {
	location.href=document.frmjp.seljumpto.options[document.frmjp.seljumpto.selectedIndex].value
}

function blankdomain() {
	return (trim(document.thefrm.domain_name.value)=="");
}

