function changeAttributesPrice(){for(var c=gEBI("attributes").getElementsByTagName("select"),b=0;b<c.length;b++){var a=c[b];if(a.className=="attributes"){a=a.options[a.options.selectedIndex].value;a!=""?a.split("|"):Array(0,0)}}gEBI("priceValue").innerHTML=changePriceFormat(fPrice)};