function btnHighlight(obj)
{
	obj.className = "highlight";
}
function btnRelease(obj)
{
	obj.className = "inactive";
}

