function popHelpWindow(tohref){
	var targeturl=tohref
	newwin=window.open(targeturl,"help","scrollbars,height=480,width=640")
	newwin.focus();
}

function mouseovertr(o){
	o.style.backgroundColor = "#F0E7CF";
}

function mouseouttr(o){
	o.style.backgroundColor = "#FFF7CC"
}

function mouseovertr_list(o){
	o.style.backgroundColor = "#FFFFFF";
}

function mouseouttr_list(o){
	o.style.backgroundColor = "#EEEEEE"
}
