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