/* clear input field on click  */

function clearDefault(el) {
if (el.defaultValue==el.value) el.value = ""
}

/* rotator */

var theImages = new Array()
theImages[0] = '/content/assets/photos/rotatie/art1.jpg'
theImages[1] = '/content/assets/photos/rotatie/art2.jpg'
theImages[2] = '/content/assets/photos/rotatie/art3.jpg'
theImages[3] = '/content/assets/photos/rotatie/art4.jpg'
theImages[4] = '/content/assets/photos/rotatie/art5.jpg'
theImages[5] = '/content/assets/photos/rotatie/art6.jpg'
theImages[6] = '/content/assets/photos/rotatie/art7.jpg'
theImages[7] = '/content/assets/photos/rotatie/art8.jpg'
theImages[8] = '/content/assets/photos/rotatie/art9.jpg'
theImages[9] = '/content/assets/photos/rotatie/art10.jpg'
theImages[10] = '/content/assets/photos/rotatie/art11.jpg'
theImages[11] = '/content/assets/photos/rotatie/art12.jpg'	
theImages[12] = '/content/assets/photos/rotatie/art13.jpg'
theImages[13] = '/content/assets/photos/rotatie/art14.jpg'
theImages[14] = '/content/assets/photos/rotatie/art15.jpg'
theImages[15] = '/content/assets/photos/rotatie/art16.jpg'
theImages[16] = '/content/assets/photos/rotatie/art17.jpg'
theImages[17] = '/content/assets/photos/rotatie/art18.jpg'	
theImages[18] = '/content/assets/photos/rotatie/art19.jpg'
theImages[19] = '/content/assets/photos/rotatie/art20.jpg'
theImages[20] = '/content/assets/photos/rotatie/art21.jpg'
theImages[21] = '/content/assets/photos/rotatie/art22.jpg'
theImages[22] = '/content/assets/photos/rotatie/art23.jpg'
theImages[23] = '/content/assets/photos/rotatie/art24.jpg'	
theImages[24] = '/content/assets/photos/rotatie/art25.jpg'
theImages[25] = '/content/assets/photos/rotatie/art26.jpg'
theImages[26] = '/content/assets/photos/rotatie/art27.jpg'
theImages[27] = '/content/assets/photos/rotatie/art28.jpg'	
theImages[28] = '/content/assets/photos/rotatie/art29.jpg'
theImages[29] = '/content/assets/photos/rotatie/art30.jpg'
theImages[30] = '/content/assets/bnnrs/zuil.jpg'
theImages[31] = '/content/assets/bnnrs/gebouw1.jpg'
	
	
var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));

function showImage(){
	document.write('<img src="'+theImages[whichImage]+'" border="0">');
}


function site_OpenWindow(p_name, p_url, p_width, p_height, p_scrollbars) { var wleft, wtop; if (window.screen != null) { wleft = Math.ceil(eval((screen.width-p_width)/2)); wtop = Math.ceil(eval((screen.height-p_height)/2)); } else { wleft = 150; wtop = 150; } newWindow = window.open(p_url, p_name, 'resizable=no,toolbar=no,scrollbars='+p_scrollbars+',menubar=no,status=no,width='+p_width+',height='+p_height+',top='+wtop+',left='+wleft); } 
