function activeLink(obj)
{
	obj.id = "current"; 
}

function inactiveLink(obj)
{
	obj.id = "";
} 