
function GT(curTD)
{
	if (curTD)
		curTD.children[0].click();
	else
		self.event.returnValue=false;
}
function SF(curTD)
{
	curTD.style.backgroundColor = "#FDDB51";
}

function HF(curTD)
{
	curTD.style.backgroundColor ="White";
}