function elementHighlight(b,a){
if(!a){var a=1}document.getElementById(b).style.backgroundColor="#E7B1B1";
var c="infoFeld"+b.substr(b.length-a);
if(document.getElementById(c)){document.getElementById(c).style.display="inline"}
if(document.getElementById(b+"a")){
document.getElementById(b+"a").style.backgroundColor="#E7B1B1"}
if(document.getElementById(b+"b")){
document.getElementById(b+"b").style.backgroundColor="#E7B1B1"}
if(document.getElementById(b+"c")){
document.getElementById(b+"c").style.backgroundColor="#E7B1B1"}
if(document.getElementById(b+"d")){
document.getElementById(b+"d").style.backgroundColor="#E7B1B1"}
}
function elementBlur(b,a){
if(!a){var a=1}document.getElementById(b).style.backgroundColor="#FFFFFF";
var c="infoFeld"+b.substr(b.length-a);if(document.getElementById(c)){
document.getElementById(c).style.display="none"}
if(document.getElementById(b+"a")){
document.getElementById(b+"a").style.backgroundColor="#FFFFFF"}
if(document.getElementById(b+"b")){
document.getElementById(b+"b").style.backgroundColor="#FFFFFF"}
if(document.getElementById(b+"c")){
document.getElementById(b+"c").style.backgroundColor="#FFFFFF"}
if(document.getElementById(b+"d")){
document.getElementById(b+"d").style.backgroundColor="#FFFFFF"}}
function validateError(){
document.getElementById("fastorder_error").style.display="block"
}
function wechseldich(c,b,a,d){
for(i=0;i<d;i++){document.getElementById("grossansicht_"+i).style.display="none";
document.getElementById("imgBoxi_nr_"+i).style.border="1px solid rgb(225,225,225)"}
document.getElementById("imgBoxi_nr_"+a).style.border="1px solid black";
document.getElementById("grossansicht_"+a).style.display="inline"
}

