function trans ( img, opa ) {
   img.style.filter = 'alpha(opacity=' + opa + ')';
}
