function popUp(sURL,intWidth,intHeight) {
	if (sURL.length != 0)
	{
		window.open(sURL,'RandstadPopUp','width=' + intWidth + ',height=' + intHeight + ',directories=no,location=no,menubar=no,status=no,toolbar=no,scrollbars=yes');
	}
}