document.write('<form name="selecter2"><select name="select2" size=1 onchange="go2()">');
document.write('<option selected="selected">Warner Shelter Tents Applications');
document.write('<option value="tent_applications.html">WSSL Tents and Fabric Structures');
document.write('<option value="sa_prod.html">Arabesque Stage Cover');
document.write('<option value="arabesque_tent_joining_system.html">Arabesque Tent & Joining System');
document.write('<option value="sat_photo_gallery.html">Arabesque Theatre');
document.write('<option value="brand_tents.html">Brand Tents');
document.write('<option value="wsslclearspan_prod.html">Clearspan Alternative Solution to Cover all');
document.write('<option value="wsslclearspan_prod.html">Clearspan Structures');
document.write('<option value="wsslclearspan_prod.html">Coverall');
document.write('<option value="emergency_military_tents.html">Disaster Relief, Emergency Tents');
document.write('<option value="event_tents.html">Event Tents');
document.write('<option value="fabric_structures.html">Fabric Structures');
document.write('<option value="sat_photo_gallery.html">Festival Tents');
document.write('<option value="wsslclearspan_prod.html">Huge Tents');
document.write('<option value="commercial_tents.html">Industrial Commercial Tents');
document.write('<option value="ppt_prod.html">Large Tents');
document.write('<option value="logo_graphic_tents.html">Logo Tents');
document.write('<option value="military_and_emergency_tents.html">Military Tents');
document.write('<option value="modclearspan_prod.html">Modular Buildings');
document.write('<option value="party_tent.html">Party Tents');
document.write('<option value="modclearspan_prod.html">Permanent Buildings');
document.write('<option value="portable_and_relocatable_structures.html">Portable Buildings');
document.write('<option value="modclearspan_prod.html">Portable Modular Shelters');
document.write('<option value="portable_and_relocatable_structures.html">Portable Shelters');
document.write('<option value="wsslclearspan_prod.html">Portable Structures');
document.write('<option value="wsslclearspan_prod.html">Relocatable Buildings');
document.write('<option value="modclearspan_prod.html">Semipermanent Buildings');
document.write('<option value="mq_prod.html">Small Buildings');
document.write('<option value="modclearspan_prod.html">Steel Buildings');
document.write('<option value="sun_shade_tents.html">Sun Shade Structures');
document.write('<option value="wsslclearspan_prod.html">Temporary Buildings');
document.write('<option value="modclearspan_prod.html">Warner Shelter Systems Fabric Structures');
document.write('<option value="wsslclearspan_prod.html">WSSL GIGA-SPAN Structures');
document.write('</select>');
document.write('</form>');


function go2(){
if (document.selecter2.select2.options[document.selecter2.select2.selectedIndex].value != "none") {
location = document.selecter2.select2.options[document.selecter2.select2.selectedIndex].value
		}
	}


