function goToMyLink(url){

}

function mouseOver(tID){
	document.getElementById("td_"+tID).style.backgroundColor="#FFFFEE";
}

function mouseOut(tID){
	document.getElementById("td_"+tID).style.backgroundColor="";
}