function chAlp(img, alpha) {
  document.images[img].filters['alpha'].opacity = alpha;
}

