// JavaScript Document
function apri(url) {
	w = 920;
	h = 605;
	l = (screen.width - w) / 2;
	t = (screen.height - h) / 2;
	newwindow = window.open('schede/'+url+'.html','_blank','width='+w+',height='+h+',status=no,toolbar=no,menubar=no,location=no,directories=no,resizable=yes,scrollbars=yes');
}
function aprinews() {
	w = 750;
	h = 500;
	l = (screen.width - w) / 2;
	t = (screen.height - h) / 2;
	newwindow = window.open('news.html','_blank','width='+w+',height='+h+',status=no,toolbar=no,menubar=no,location=no,directories=no,resizable=yes,scrollbars=yes');
}
