function SnelSurfen(f)
{ 
	var sURL = f.GoMenu.options[f.GoMenu.selectedIndex].value ; 

	if ( sURL != '' )
	{ 
		window.open(sURL,"Snel","toolbar=no,location=no,status=no,menubar=no,resizable=yes,scrollbars=yes,width=640,height=480");  
		f.GoMenu.selectedIndex = 0; 
	} 
}
