CountryList = new Array( "Ireland" ); function populateFindABedPanel( country ) { newcountry = country.replace(/[^0-9a-zA-Z]/g,''); newcountry = newcountry.replace(/\'/g,''); if ( country.length == 0 ) { document.theForm.FABChoice.length = 1; document.theForm.FABChoice.options[0] = new Option(""); document.theForm.FABChoice.options[0].value = ''; document.theForm.FABChoice.options[1] = new Option("Choisissez un pays"); document.theForm.FABChoice.options[1].value = ''; return; } if ( country == 'Holland' ) { newcountry = 'Netherlands'; } if ( country == 'Britain' ) { newcountry = 'UK'; } newOptions = eval(newcountry+'Array'); document.theForm.FABChoice.length = 1; document.theForm.FABChoice.options[0] = new Option("Choisissez une ville"); document.theForm.FABChoice.options[0].value = ''; document.theForm.FABChoice.options[0].selected = true; for ( i=0; i \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
\ \ \ \ \ \ \ \ \ \ \ \ \
\ \ Recherche d'auberges    \ Tour Recherche   
\
\ \ \ \ \ \ \ \ \ \ \
Choisissez un pays:
Ireland \
Choisissez une ville
\
Date d'arrivée:
\
\ \ \ \ \ \ \
# Nuits:
\
 
\
\
\ \ \ \ \ \
\
\ \ \ \ \ \ \ "); var IrelandArray = new Array( "Adare", "Aran Islands", "Baltimore", "Bantry", "Boyle", "Carlow", "Clifden", "Cliffs of Moher", "Connemara", "Cork", "Dingle", "Donegal", "Doolin", "Dublin", "Dundalk", "Dunfanaghy", "Ennis", "Galway", "Kenmare", "Kerry", "Kilkenny", "Killarney", "Kinsale", "Leixlip", "Limerick", "Navan", "Newcastle West", "Shannon", "Sligo", "Tipperary", "Tralee", "Waterford", "Westport", "Wicklow" ); populateFindABedPanel('Ireland' ); for ( i=0; i