function relocate(A){window.location.href=A
}function relocatesum(A){if(A.value!=""){location.href=A.value
}}function resizeImage(A,B){if(B.height>A){B.width=Math.round((A/B.height)*B.width);
B.height=A
}}function forceImageReplace(A){A.src=badImg.src
}function showMerchantInfo(B){var A=window.open(B,"MerchantInfo","width=445,height=550,status=off");
A.focus()
}function showProductRating(B){var A=window.open(B,"Rating_Form","width=425,height=335,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0");
A.focus()
}function showPriceHistory(B){var A=window.open(B,"Price_History","width=410,height=446,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0");
A.focus()
}function adjustPopupSize(){if(window.document.height){popupHSize=window.document.height;
window.resizeTo(425,popupHSize+60)
}else{if(document.all){popupHSize=window.document.body.scrollHeight;
window.resizeTo(425,popupHSize+50)
}}}var badImg=new Image();
function getElementsByClassName(D){var A,C=new Array(),B=0,E;
if(document.all){A=document.all
}else{if(document.getElementsByTagName&&!document.all){A=document.getElementsByTagName("*")
}}for(i=0;
i<A.length;
i++){if(A[i].className.indexOf(D)!=-1){E=","+A[i].className.split(" ").join(",")+",";
if(E.indexOf(","+D+",")!=-1){C[B]=A[i];
B++
}}}return C
}function changeStyle(B){var C=getElementsByClassName(B);
var D=document.getElementById("country");
var A=D.options[D.selectedIndex].value;
for(i=0;
i<C.length;
i++){if(A=="us"){if(C[i].className=="registration_pd"){if(C[i].style.display=="none"){C[i].style.display="block"
}else{C[i].style.display="none";
document.forms["contact-form"].elements.state.selectedIndex=0
}}}else{if(A!="us"){C[i].style.display="none";
document.forms["contact-form"].elements.state.selectedIndex=0
}}}}function rateProductStars(){this.set=false;
this.v=0;
this.a=null;
this.star1=new Image();
this.star1.src="/escout24/images/star1.gif";
this.star2=new Image();
this.star2.src="/escout24/images/star2.gif"
}rateProductStars.prototype.reset=function(){this.set=false;
this.losehighlight()
};
rateProductStars.prototype.highlight=function(A){if(this.set==false){var B=A*1+1;
switch(A){case"1":document.getElementById(A).src=this.star2.src;
document.getElementById("vote").innerHTML="mangelhaft";
break;
case"2":for(i=1;
i<B;
i++){document.getElementById(i).src=this.star2.src
}document.getElementById("vote").innerHTML="ausreichend";
break;
case"3":for(i=1;
i<B;
i++){document.getElementById(i).src=this.star2.src
}document.getElementById("vote").innerHTML="befriedigend";
break;
case"4":for(i=1;
i<B;
i++){document.getElementById(i).src=this.star2.src
}document.getElementById("vote").innerHTML="gut";
break;
case"5":for(i=1;
i<B;
i++){document.getElementById(i).src=this.star2.src
}document.getElementById("vote").innerHTML="sehr gut";
break
}}};
rateProductStars.prototype.losehighlight=function(A){if(this.set==false){for(var B=1;
B<6;
B++){document.getElementById(B).src=this.star1.src;
document.getElementById("vote").innerHTML=""
}}};
rateProductStars.prototype.setStar=function(A){var B=A*1+1;
if(this.set==false){switch(A){case"1":this.a="1";
break;
case"2":this.a="2";
break;
case"3":this.a="3";
break;
case"4":this.a="4";
break;
case"5":this.a="5";
break
}this.set=true;
document.ratingForm.rating.value=this.a
}};