	<!-- 
	function ga_naar_pagina3()
	{
		if (document.pagina_selecter3.selecteer.options[document.pagina_selecter3.selecteer.selectedIndex].value != "none")
			document.location = document.pagina_selecter3.selecteer.options[document.pagina_selecter3.selecteer.selectedIndex].value
	}
	//-->

	<!--
document.write('<form name="pagina_selecter3" onchange="ga_naar_pagina1()"><select name="selecteer" size=1 onchange="ga_naar_pagina3()" style="font-size: 11px; font-family: Verdana; color: #333333;">');
document.write('<option value=none>kies een vakantiesoort....');

document.write('<option value="http://holidayz.nl/03.%20soorten/index_frame_soorten_actieve_vakanties_tot.html">Actief/Sportief');
document.write('<option value="all-inclusive.html">All-inclusive');
document.write('<option value="autovakanties.html">Autovakanties');
document.write('<option value="http://holidayz.nl/03.%20soorten/index_frame_soorten_bijzondere_vakanties_tot.html">Bijzondere vakanties');
document.write('<option value="http://holidayz.nl/03.%20soorten/index_frame_soorten_busreizen_tot.html">Busreizen');
document.write('<option value="http://holidayz.nl/03.%20soorten/index_frame_soorten_concert_reizen_tot.html">Concerten');
document.write('<option value="http://holidayz.nl/03.%20soorten/index_frame_soorten_cruise_vakanties_tot.html">Cruises');
document.write('<option value="http://holidayz.nl/03.%20soorten/index_frame_soorten_dagje_uit_tot.html">Dagje uit');
document.write('<option value="http://holidayz.nl/03.%20soorten/index_frame_soorten_een_oudergezinnen_tot.html">Eén-ouder');
document.write('<option value="http://holidayz.nl/03.%20soorten/index_frame_soorten_wellness_vakanties_tot.html">Health/Beauty');
document.write('<option value="jongerenvakanties.html">Jongerenreizen');
document.write('<option value="kampeervakanties.html">Kampeervakanties');
document.write('<option value="kindvriendelijke-vakanties.html">Kindvriendelijk');
document.write('<option value="http://holidayz.nl/03.%20soorten/index_frame_soorten_50plus_reizen_tot.html">Senioren');
document.write('<option value="http://holidayz.nl/03.%20soorten/index_frame_soorten_singles_tot.html">Singles');
document.write('<option value="http://holidayz.nl/03.%20soorten/index_frame_soorten_stedentrips_tot.html">Steden');
document.write('<option value="verre-reizen.html">Verre reizen');
document.write('<option value="http://holidayz.nl/03.%20soorten/index_frame_soorten_weekendje_weg_tot.html">Weekendje weg');
document.write('<option value="wintersport.html">Wintersport');
document.write('<option value="zonvakanties.html">Zonvakanties');

document.write('</select>');
document.write('</form>');
	//-->





