function manufacturerChange(dropdown)
{
	if(dropdown.value != '')
	{
	  document.location.href = dropdown.value;
	}
}

document.write('<form id="frmManufacturersNav">');
document.write('<div class="manufacturerSelectText">Manufacturer\'s Shop:</div>');
document.write('<select name="navManufacturer" id="navManufacturer" class="manufacturerDropdown" onchange="manufacturerChange(this);">');
document.write('<option value="">Please choose...</option>');
document.write('<option value="http://www.mattressonline.co.uk/categories/airsprung_shop.html">Airsprung</option>');document.write('<option value="http://www.mattressonline.co.uk/categories/bentley_design.html">Bentley Designs</option>');document.write('<option value="http://www.mattressonline.co.uk/categories/breasley_shop.html">Breasley</option>');document.write('<option value="http://www.mattressonline.co.uk/categories/next_day/classic_24hr.html">Classic Beds</option>');document.write('<option value="http://www.mattressonline.co.uk/categories/dunlopillo_shop.html">Dunlopillo</option>');document.write('<option value="http://www.mattressonline.co.uk/categories/hush_sleep_collection.html">Hush Sleep Coolection</option>');document.write('<option value="http://www.mattressonline.co.uk/categories/jaritex_shop.html">Jaritex</option>');document.write('<option value="http://www.mattressonline.co.uk/categories/joseph_shop.html">Joseph Furniture</option>');document.write('<option value="http://www.mattressonline.co.uk/categories/julian_bowen_shop.html">Julian Bowen</option>');document.write('<option value="http://www.mattressonline.co.uk/categories/newdesign_shop.html">New Design</option>');document.write('<option value="http://www.mattressonline.co.uk/categories/contract_shop.html">Palatine</option>');document.write('<option value="http://www.mattressonline.co.uk/categories/relaxsan_shop.html">Relaxsan</option>');document.write('<option value="http://www.mattressonline.co.uk/categories/restassured_shop.html">Rest Assured</option>');document.write('<option value="http://www.mattressonline.co.uk/categories/sealy_shop.html">Sealy</option>');document.write('<option value="http://www.mattressonline.co.uk/categories/serene_furnishings.html">Serene Furnishings</option>');document.write('<option value="http://www.mattressonline.co.uk/categories/shdirect_shop.html">SH Direct</option>');document.write('<option value="http://www.mattressonline.co.uk/categories/silentnight_shop.html">Silentnight</option>');document.write('<option value="http://www.mattressonline.co.uk/categories/slumberland_shop.html">Slumberland</option>');document.write('<option value="http://www.mattressonline.co.uk/categories/bedding.html">Snugfit</option>');document.write('<option value="http://www.mattressonline.co.uk/categories/sweetdream_shop.html">Sweet Dreams</option>');document.write('</select>');
document.write('</form');