c1="#b9ad77";

c2="#a81018";

function td_in (tds) {

	tds.style.backgroundColor = c2;

}



function td_out (tds) {

	tds.style.backgroundColor = c1;

}



function a_click(ida) {

	document.all(ida).click();

}