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