document.write('<select name="division" class="mainField" onChange="window.open(this.options[this.selectedIndex].value,\'_top\')">') ;
document.write('<option value="" selected>SELECT A REGION</option>') ;
document.write('<option value="drill_fleet.html">Summary of Regions</option>') ;
document.write('<option value="fleet_auslayne.html">Layne Drilling Australia</option>') ;
document.write('<option value="fleet_tanzania.html">Layne Drilling Tanzania</option>') ;
document.write('<option value="fleet_southern.html">Southern Africa</option>') ;
document.write('<option value="fleet_africa.html">West African Drilling Services</option>') ;
document.write('</select>') ;