function setRowCol(obj,colr,msg) {
	if (colr) obj.style.backgroundColor=colr;
}

function jump_to(loc) {
	document.location=loc;	
}
