﻿function snelMenu(){
if (document.snel.select.options[document.snel.select.selectedIndex].value != 
"none") {
location = document.snel.select.options[document.snel.select.selectedIndex].value
		}
	}
	
	function snelMenu2(){
if (document.sneller.select.options[document.sneller.select.selectedIndex].value != 
"none") {
location = document.sneller.select.options[document.sneller.select.selectedIndex].value
		}
	}
