	<!-- 
	function ga_naar_pagina2()
	{
		if (document.pagina_selecter2.selecteer.options[document.pagina_selecter2.selecteer.selectedIndex].value != "none")
			document.location = document.pagina_selecter2.selecteer.options[document.pagina_selecter2.selecteer.selectedIndex].value
	}
	//-->

	<!--
document.write('<form name="pagina_selecter2" onchange="ga_naar_pagina2()"><select name="selecteer" size=1 onchange="ga_naar_pagina2()" style="font-size: 11px; font-family: Verdana; color: #333333;">');
document.write('<option value=none>hotel, vakantiehuis, vliegticket....');
document.write('<option value="campings.html">Campings');
document.write('<option value="http://holidayz.nl/04.%20zelfregelen/index_frame_zelfregelen_hotels_tot.html">Hotels');
document.write('<option value="vakantiehuizen.html">Vakantiehuizen');
document.write('<option value="http://holidayz.nl/04.%20zelfregelen/index_frame_zelfregelen_vakantieparken_tot.html">Vakantieparken');
document.write('<option value="http://holidayz.nl/04.%20zelfregelen/index_frame_zelfregelen_vliegtickets_tot.html">Vliegtickets');
document.write('</select>');
document.write('</form>');
	//-->






