// JavaScript Document
<!--
var win = null;
function pop(sleutel,width,height,resize) {
	if (sleutel=='timeslot') { 
		win = window.open('http://vanmoergroup.elefannt.be/TIMESLOTS/index.php','Timeslots', 'width='+width+',height='+height+',toolbar=0,scrollbars='+resize+',resizable='+resize+',location=0,status=0,menubar=0,titlebar=no');
	} else if (sleutel=='register') { 
		win = window.open('http://vanmoergroup.elefannt.be/ADMIN/register.php','Register', 'width='+width+',height='+height+',toolbar=0,scrollbars='+resize+',resizable='+resize+',location=0,status=0,menubar=0,titlebar=no');
	} else if (sleutel=='status') { 
		win = window.open('http://vanmoergroup.elefannt.be/index.php','Status', 'width='+width+',height='+height+',toolbar=0,scrollbars='+resize+',resizable='+resize+',location=0,status=0,menubar=0,titlebar=no');
	}
win.focus();
return false;
} 
var win = null;
function popprior(sleutel,width,height,resize) {
	if (sleutel=='timeslot') { 
		win = window.open('http://vanmoergroup.elefannt.be/TIMESLOTS/index.php','Timeslots', 'width='+width+',height='+height+',toolbar=0,scrollbars='+resize+',resizable='+resize+',location=0,status=0,menubar=0,titlebar=no');
	} else if (sleutel=='register') { 
		win = window.open('http://vanmoergroup.elefannt.be/ADMIN/register.php','Register', 'width='+width+',height='+height+',toolbar=0,scrollbars='+resize+',resizable='+resize+',location=0,status=0,menubar=0,titlebar=no');
	} else if (sleutel=='status') { 
		win = window.open('http://vanmoergroup.elefannt.be/index.php','Status', 'width='+width+',height='+height+',toolbar=0,scrollbars='+resize+',resizable='+resize+',location=0,status=0,menubar=0,titlebar=no');
	}
win.focus();
return false;
} 