
<!-- 
//Script created by Baffoon Internet Services Holland - www.baffoon.nl
function ClearError() {
window.status = "";
return true;
}
window.onerror = ClearError;
// -->



<!-- 
function sf(){document.f.q.focus();}
// -->


<!-- 
var bookmarkurl="http://www.startlap.nl/"
var bookmarktitle="Startlap"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
// -->



<!-- 
var newwindow="_blank"
function hyperlinks(target){
   if (target) where = newwindow;
   else where = "_self";
   for (var i=0; i<=(document.links.length-1); i++){
   if ( document.links[i].href.indexOf("javascript:") ==-1){
   	if (target && where!="_blank") // added routine - open window in set secondary window
      	document.links[i].onclick=function(){
			if (window.window2 && !window2.closed)
			window2.location=this.href
			else
        	window2=window.open(this.href)
			window2.focus()
      		return false
      			}
   	else{
      	if (newwindow=="window2") document.links[i].onclick = "";    
      	document.links[i].target = where;
       	}
   	}
	}
}

function inithyperlinks(){    // added routine
if (document.targetform.targetnew.checked)
hyperlinks(true)
}

window.onload=inithyperlinks

// -->



<!--
function copyrightDate(){
wriYr = new Date
var doYr = wriYr.getFullYear()
document.write("" + doYr + "")
}
//-->


