function full(elmnt)
{
elmnt.style.filter=false
}

function faded(elmnt)
{
elmnt.style.filter="gray"
}
