<!-- Script tbv het tonen van foto's -->
<script type="text/javascript"> 
	function popupPic(picture,w,h)
	{ 
		var winl = (screen.width - w) / 2; 
		var wint = (screen.height - h) / 2; 
		var htmlCode = "<html><head><title>Vergrote foto MijnKeuze.nl (klik op de foto om dit venster te sluiten)</title></head><body topmargin='0' leftmargin='0'><img src='./" + picture + "' onClick='javascript:window.close();' style='cursor:hand'><br></body></html>"; 
		winprops = "height=" + h + " width=" + w + " top=" + wint + " left=" + winl; 
		newWindow = window.open(htmlCode,'picWindow',winprops); 
		newWindow.document.write(htmlCode); 
	}; 
</script>

<!-- Script tbv het menu -->
<script type="text/javascript">
function MK_ExpMenu()
{
	if(navigator.appVersion.indexOf("MSIE")==-1){return;}
	var i,k,g,lg,r=/\s*MKhvr/,nn='',c,cs='MKhvr',bv='MKmenubar';
	for(i=0;i<10;i++){g=document.getElementById(bv+nn);if(g){
	lg=g.getElementsByTagName("LI");if(lg){for(k=0;k<lg.length;k++){
	lg[k].onmouseover=function(){c=this.className;cl=(c)?c+' '+cs:cs;
	this.className=cl;};lg[k].onmouseout=function(){c=this.className;
	this.className=(c)?c.replace(r,''):'';};}}}nn=i+1;}
}
</script>
<!--[if lte IE 7]>
<style>
#menuwrapper, #MKmenubar ul a {height: 1%;}
a:active {width: auto;}
</style>
<![endif]-->
