function fOpenVenster(sURL)
{

	window.open(sURL, 'sVenster', 'top=20,left=20,resizable=yes,scrollbars=yes,toolbar=yes');

}

