<!--// オンマウスで透明度を変更する
function chAlp(img, alpha) {  document.images[img].filters['alpha'].opacity = alpha;}//-->
