function link_naar_buiten(url,w,h){
	mywin = window.open('http://'+url,'link_naar_buiten','resizable=yes,toolbar=1, scrollbars=1,width='+w+',height='+h)
	mywin.focus()
}
function vergroot(me,w,h) {
	url = me 
	a=vergroot.arguments;
	if (!a[1] || w>screen.availWidth) w=screen.availWidth/2
	if (!a[2] || h>screen.availHeight) h=screen.availHeight/2
	mywin = window.open('index.php?fuseaction=vergroting&img='+url,'vergroting','resizable=yes,top=34,left=34,width='+w+',height='+h)
	mywin.focus()
}
function popup(url,w,h) {
	a=popup.arguments;
	if (!a[1] || w>screen.availWidth) w=screen.availWidth/2
	if (!a[2] || h>screen.availHeight) h=screen.availHeight/2
	mywin = window.open(url,'nieuws','resizable=yes,scrollBars=yes,top=34,left=34,width='+w+',height='+h)
	mywin.focus()
}