function hi(link) {
	document.all(link+'1').style.color = "#fff";
}
function lo(link) {				
	document.all(link+'1').style.color = "#4e797f";
}