document.getElementById('regionSearch').style.display = 'block';
document.getElementById('regionSearch').innerHTML = '<strong>Select a location:</strong><select class="selPropertyID" name="locationNameKeyword" id="locationNameKeyword" class="bookingPanelInput" onchange="populateProperties(\'locationNameKeyword\',\'propertyCode\');populateAdults();"><option value="">All Regions</option><option value="SCOTLAND">Scotland</option><option value="LAKES">Lakes &amp; The North</option><option value="SOUTH">Midlands and The South</option><option value="SPAIN">Spanish Resorts</option></select><br />';
var myAction = document.frmSimpleSearch.getAttribute('action').toString();
var myAction1 = myAction.substring(0,myAction.lastIndexOf('&p='));
var myAction2 = myAction.substring(myAction.lastIndexOf('&p='),myAction.length);
if(myAction.indexOf('?') > 0) {
	document.frmSimpleSearch.setAttribute('action',myAction1 + '&clickref=' + location.href + myAction2);
}
asc_setDateMenuElementIds("arrDate", "depDate");
initDateMenus();