function VSWemptyList( box ) { while ( box.options.length ) box.options[0] = null; } function VSWfillList( box, arr ) { for ( i = 0; i < arr[0].length; i++ ) { option = new Option( arr[0][i], arr[1][i] ); box.options[box.length] = option; } box.selectedIndex=0; } function VSWchangeList(box) { targetChange = document.getElementById('ctid'); list = lists[box.options[box.selectedIndex].value]; VSWemptyList( targetChange ); VSWfillList( targetChange, list ); } var loadL = '
Venue Search and Hotel Booking by VenueMirror
Loading!
Loading! Please wait!
'; var ie5LoadR = '">Venue Search and Hotel Booking by VenueMirror
Loading!
Loading! Please wait!'; var boxObj = document.getElementById('hotelsuryaVenueSearchBox'); if ((boxObj.innerHTML.toLowerCase() != (loadL+loadR).toLowerCase()) && (boxObj.innerHTML.toLowerCase() != (loadL+ie5LoadR).toLowerCase())) { boxObj.innerHTML = ""; }else{ boxObj.innerHTML = '
'; } boxObj.innerHTML = '
';