

function d(b,a){
if (a==0)
b.filters.alpha.opacity=100
else
b.filters.alpha.opacity=30
}