<!--
function blend(id,wert){
if(document.all) document.all[id].filters.alpha.opacity = wert;
}
//-->
