function features(warengruppe){var tag=document.getElementsByClassName("optionen");var tag2=document.getElementsByClassName("boxinhalt");var option="";tag2.each(function(el,indice){})
tag.each(function(el,indice){if(el.checked==true){option=option+el.value+";";}})
var pars="option="+option+"&warengruppe="+warengruppe;if(option!=''){var myajax=new Ajax.Request('/optionen.php',{parameters:pars,evalScripts:true,method:'post',onSuccess:function(transport){response(transport.responseText);}});}else{tag2.each(function(el,indice){el.style.filter='alpha(opacity=100)';el.style.opacity='1';el.style.MozOpacity='1';})}}
function response(str){str=str.evalJSON();for(var i=0;i<str.length;i++){if(str[i].gesetzt=='true'&&Object.isElement($(str[i].artnr))==true){$(str[i].artnr).style.filter='alpha(opacity=100)';$(str[i].artnr).style.opacity='1.0';$(str[i].artnr).style.MozOpacity='1.0';}
if(str[i].gesetzt=='false'&&Object.isElement($(str[i].artnr))==true){$(str[i].artnr).style.filter='alpha(opacity=20)';$(str[i].artnr).style.opacity='0.2';$(str[i].artnr).style.MozOpacity='.2';}};}