function hOverDIV(id){
	return ch_Color("tid" + id,'sublink_hover');
}
function hOutDIV(id){
	return ch_Color("tid" + id,'sublink');
}
function ch_Color(id, classn){
	document.getElementById(id).className = classn;
	return true;
}
