// redirect to indexif (top.location == self.location) {	top.location.href = "/";}/*if (top.frames.length > 0) {void(0);}else {top.location = "/";}*/// kader / blinkfunction blurInputs() {if (document.getElementsByTagName) {var a = document.getElementsByTagName("input");for (var i=0; i< a.length; i++)a[i].onfocus = function() {if(this.blur)this.blur()}}}function blurAnchors() {if (document.getElementsByTagName) {var a = document.getElementsByTagName("a");for (var i=0; i< a.length; i++)a[i].onfocus = function() {if(this.blur)this.blur()}}}/*function doBlink() {	var blink = document.all.tags("blink")	for (var i=0; i< blink.length; i++)		blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : ""}function startBlink() {	if (document.all)		setInterval("doBlink()",750)}*/function doBlink() {	var blink = document.getElementsByTagName("blink")	for (var i=0; i< blink.length; i++)	blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : ""}function startBlink() {	if (document.getElementsByTagName)	setInterval("doBlink()",750)}function start() {	blurInputs();	blurAnchors();	startBlink();}window.onload = start;// slideshow (v1 / ricocheting.com)var x=0;function rotate(num) {x=num%document.slideForm.slide.length;if(x<0){x=document.slideForm.slide.length-1};document.images.show.src=document.slideForm.slide.options[x].value;document.slideForm.slide.selectedIndex=x;}function apRotate() {if(document.slideForm.slidebutton.value=="PAUZE"){rotate(++x);window.setTimeout("apRotate()",5000);}}// camerafunction Cam(name) {	document.images[name].src='a/z/c2.gif';return false;}// inner htmlfunction Txt(id,text) {if (document.getElementById) {	document.getElementById(id).innerHTML=text;}}// popupfunction Pop(sPicURL) {	window.open("zpopw.html?"+sPicURL,"x","resizable=1,fullscreen=1");return false;}function Pop2(sPicURL) {	window.open("zpopw2.html?"+sPicURL,"x","resizable=1,fullscreen=1");return false;}function Pop3(sPicURL) {	window.open("zpopw3.html?"+sPicURL,"x","resizable=1,fullscreen=1");return false;}function Pop4(sPicURL) {	window.open("zpopw4.html?"+sPicURL,"x","resizable=1,fullscreen=1");return false;}// (on)zichtbaarfunction showhide(id) {if (document.getElementById(id).style.display=='none') {	document.getElementById(id).style.display='';}else {	document.getElementById(id).style.display='none';}}function hide(id) {	parent.document.getElementById(id).style.display='none';}function show(id) {	parent.document.getElementById(id).style.display='';}// miniaturenfunction p(selectedIndex,src) {	parent.document.slideForm.slide.selectedIndex=selectedIndex;	parent.document.show.src=src;return false;}// emailfunction botsbustPeter(dom3,dom1,subj,dom2,name,prat) {	document.write("<a href=&#x6d;a&#105;l&#x74;o&#58;" + name + "%20&lt;" + prat + "&#x40;" + dom1 + dom2 + "&#x2e;" + dom3 + "&gt;"	+ "?Subject=" + dom1 + dom2 + "&#x2e;" + dom3 + subj + "><img src='a/z/emailpeter.gif' width='121' height='14' border='0' alt=" + prat + "&#x40;" + dom1 + dom2 + "&#x2e;" + dom3 + "></a>")}function botsbustKatal(dom3,dom1,subj,dom2,name,prat) {	document.write("<a href=&#x6d;a&#105;l&#x74;o&#58;" + name + "%20&lt;" + prat + "&#x40;" + dom1 + dom2 + "&#x2e;" + dom3 + "&gt;"	+ "?Subject=" + dom1 + dom2 + "&#x2e;" + dom3 + subj + "><img src='../../a/z/emailpeter.gif' width='121' height='14' border='0' alt=" + prat + "&#x40;" + dom1 + dom2 + "&#x2e;" + dom3 + "></a>")}function botsbustDavid(dom3,dom1,subj,dom2,name,prat) {	document.write("<a href=&#x6d;a&#105;l&#x74;o&#58;" + name + "%20&lt;" + prat + "&#x40;" + dom1 + dom2 + "&#x2e;" + dom3 + "&gt;"	+ "?Subject=" + subj + ">David van Dalen</a>")}// gastenboek/*function password() {var pass = prompt("typ wachtwoord: 123\n\ntype password: 123");	if (pass != "123") {	alert('fout wachtwoord! svp opnieuw: 123\n\nwrong password! please again: 123');return false;}}*/
