<!-- Hover Version 1.0 by www.my-fussel.de -->
function hover(id,wert){
if(document.all) document.all[id].filters.alpha.opacity = wert;
}
//-->