function makevisible(cur,which){if(which==30)
cur.filters.alpha.opacity=30
else
cur.filters.alpha.opacity=100
}