function mouseover_content(obj) {
	obj.style.backgroundColor="#e5e5e5"
}

function mouseout_content(obj) {
	obj.style.backgroundColor="#eeeeee"
}

function mouseover_section(obj) {
	obj.style.backgroundColor="#e5e5e5"
}

function mouseout_section(obj) {
	//obj.style.backgroundColor="#E8EEF8"
	obj.style.backgroundColor=""
	//obj.style.backgroundColor="DAE8FF"
}

function mouseover_category(obj) {
	obj.style.backgroundColor="#e5e5e5"
}

function mouseout_category(obj) {
	obj.style.backgroundColor="#e5e5e5"
}

function mouseover_compare(obj) {
	obj.style.backgroundColor="#e5e5e5"
	//obj.style.backgroundColor="#DAEDFF"
}

function mouseout_compare(obj) {
	obj.style.backgroundColor="#eeeeee"
}

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

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


