function activelinkbkg(txt)
{
	document.getElementById(txt).style.backgroundColor="#ff7d7d";
}

function inactivelinkbkg(txt)
{
	document.getElementById(txt).style.backgroundColor="#ff9999"
}
