function makevisible2(cur,which){
if (which==0)
cur.filters.alpha.opacity=0
else
cur.filters.alpha.opacity=0
}

