// ===================================================================
// Author: Kolibrie Creatieve Media (c) 2005
// http://www.kolibrie.net/
// ===================================================================

function objRef(id) {return document.getElementById(id)}
function styleRef(id) {return this.objRef(id).style}

function nav(e,kleur) {e.style.backgroundColor=kleur}

function hl(id){
	b=id.src;
	s=(b.substring(b.length-4,b.length-5)==0)?'1':'0';
	id.src=(b.substring(b.length-5,0)+s+b.substring(b.length,b.length-4));
}

function checkEnter(event) {
	code=(document.layers)?event.which:code=event.keyCode
	if (code==13) document.frmZoekmachine.submit();
}	

function subwindow01(url) {
	windowleft = (50);
	windowtop = (50);
	newwindow=window.open(url,'infowindow','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,height=400,width=400,left='+windowleft+',top='+windowtop+'');
	if (window.focus) newwindow.focus()
}

function subwindow02(url) {
	windowleft = (25);
	windowtop = (25);
	newwindow=window.open(url,'photowindow','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,height=730,width=700,left='+windowleft+',top='+windowtop+'');
	if (window.focus) newwindow.focus()
}

