function nw(naam){
	if (naam != "-") {
		location.href=naam
	}
}

