
function alpha(cur , which){
try
  {
	cur.filters.alpha.opacity=which; 
  }
catch(err)
  {

  }
}
