function getobj(A){return document.getElementById(A)
}function toggleHeight(B){var A=getobj("ml_"+B);
if(A){A.innerHTML=toggleText(A.innerHTML,"[+]","[-]")
}var C=getobj(B);
if(C){if(C.style.height=="1px"){C.style.height="auto";
C.style.overflow=""
}else{C.style.height="1px";
C.style.overflow="hidden"
}}}function toggleHeightscroll(B){var A=getobj("ml_"+B);
var C=getobj(B);
if(C){if(C.style.display=="none"){C.style.display="block";
A.className="collapse"
}else{C.style.display="none";
A.className="expand"
}}}function changeStatus(A){window.status=A;
return false
}function searchCheck(B,E,D){if(!D){D=self
}var A=B.siblings("span.no-searchword");
var F=B.siblings("input.searchwords");
if(F.val().replace(/\s*/g,"")==""){F.addClass("error").val(A.html());
return false
}else{if(F.val()==A.html()){F.addClass("error");
return false
}else{F.val(F.val().replace(/[\/:%~\\;&]/g," "));
F.val(F.val().replace(/\s{2,}/g," "));
F.val(F.val().replace(/^\s(.+?)\s$/,"$1"));
if(F.val().replace(/\s*/g,"")==""){F.val(A.html());
return false
}var C=E+"/q/"+encodeURIComponent(F.val())+"/";
D.location.href=C
}}return false
}function toggleText(C,B,A){if(C.indexOf(B)>-1){C=C.replace(B,A)
}else{C=C.replace(A,B)
}return C
}function CreateBookmarkLink(){var D=document.title;
var C=document;
var A=window;
var B=C.location.href+"";
if(A.sidebar){A.sidebar.addPanel(D,B,"","","")
}else{if(A.external){A.external.AddFavorite(B,D)
}else{if(A.opera&&A.print){A.alert("druk CTRL + T om "+B+" toe te voegen aan jouw favorieten.");
return true
}}}return true
}function showhideShop(D){var B=document.getElementById(D);
if(B){if(B.className=="pricerow_hidden"){B.className="pricerow_shown";
if(document.getElementById("show_"+D)){var A=document.getElementById("hide_"+D);
A.style.visibility="visible";
A.style.display="";
var C=document.getElementById("show_"+D);
C.style.visibility="hidden";
C.style.display="none"
}}else{B.className="pricerow_hidden";
if(document.getElementById("show_"+D)){var A=document.getElementById("hide_"+D);
A.style.visibility="hidden";
A.style.display="none";
var C=document.getElementById("show_"+D);
C.style.visibility="visible";
C.style.display=""
}}}}function hideshop(){if(document.getElementById("shop1")){var C=document.getElementById("shop1").value;
var B=(navigator.appName);
var E;
var A;
if(B=="Microsoft Internet Explorer"){for(var G=1;
G<C;
G+=1){E="shop"+G+1;
A=new Array();
A=document.getElementsByTagName("tr");
if(A.length>0){for(var D=0;
D<A.length;
D+=1){if(A[D].name==E){A[D].style.visibility="hidden";
A[D].style.height="0px";
A[D].style.display="none"
}}}}}else{for(G=1;
G<C;
G+=1){E="shop"+G+1;
A=new Array();
A=document.getElementsByName(E);
if(A.length>0){for(var F=0;
F<A.length;
F+=1){A[F].style.visibility="hidden";
A[F].style.height="0px";
A[F].style.display="none"
}}}}}}function Hash(){this.length=0;
this.items=new Array();
for(var A=0;
A<arguments.length;
A+=2){if(typeof (arguments[A+1])!="undefined"){this.items[arguments[A]]=arguments[A+1];
this.length++
}}this.removeItem=function(C){var B;
if(typeof (this.items[C])!="undefined"){this.length--;
var B=this.items[C];
delete this.items[C]
}return B
};
this.getItem=function(B){return typeof (this.items[B])=="undefined"?"":this.items[B]
};
this.setItem=function(B,C){if(typeof (C)!="undefined"){if(typeof (this.items[B])=="undefined"){this.length++
}this.items[B]=C
}return C
};
this.hasItem=function(B){return typeof (this.items[B])!="undefined"
}
};