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/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/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/next_day/millbrook_24hr.html">Millbrook</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/originalbedstead_shop.html">Original Bedstead Co</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/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('<option value="http://www.mattressonline.co.uk/categories/vift_shop.html">Vift</option>');document.write('</select>');
document.write('</form');