var DomComp = (document.getElementById) // this will pick up the Dom 1 Compliant browsers such as IE 5 and Netscape 6. var NS4 = (document.layers)?true:false; var IE4 = (document.all && !document.getElementById)?true:false; function _struct(child,childcaption,parent){ this.child = child; this.childcaption = childcaption; this.parent = parent; } function _addobject(child,childcaption,parent){ var obj = new _struct(); obj.child = child; obj.childcaption = childcaption; obj.parent = parent; return(obj); } function insertEntry(child,childcaption,parent){ if(child.length > 0 ){ for(var i=0;i 0) { city = '%'; } if(document.getElementById('lengthTours').value != '%'){ url += 'sort-lengthofstay-' + document.getElementById('lengthTours').value + '/'; } url += '?search=%&type=1'; url += '&country=' + document.getElementById('cmbCountry').value; url += '&destination=' + city; url += '&city='; url += '&travelStyle=' + document.getElementById('activityTours').value; url += '&hotelPreference='; url += '&length=' + document.getElementById('lengthTours').value; url = 'http://www.tqlkg.com/click-3538937-10720267?SID=optional&url=' + escape(url); window.open(url); } // Search by Day Trips function SearchDaytrips() { var url = 'http://www.exotissimo.com/Travel/?search=%'; city = document.getElementById('cmbLocation1').value; if (city.indexOf('_') > 0) { city = '%'; } url += '&type=3'; url += '&country=' + document.getElementById("countryDaytrips").value; url += '&destination='; url += '&city=' + city; url += '&travelStyle=' + document.getElementById("activityDaytrips").value; url += '&hotelPreference='; url += '&length='; url = 'http://www.tqlkg.com/click-3538937-10720267?SID=optional&url=' + escape(url); window.open(url); }