function cellOnT1(td) {
	if(document.getElementById||(document.all && !(document.getElementById))){
	td.style.backgroundColor="#5793C6";
	}
}

function cellOutT1(td) {
	if(document.getElementById||(document.all && !(document.getElementById))){
	td.style.backgroundColor="#3B6FA8";
	}
}
/* Get Link of Cell */
var token = ''

function track(loc)
{
	document.location=loc + token;
}

