function makeLinkTo(s) { window.top.location.href =
s.options[s.selectedIndex].value; }

wText = ''
wText += '<div class="pulldown"><FORM name="linkForm"><p align="right">'
wText += '<SELECT class="quicklink" SIZE=1 ONCHANGE="makeLinkTo(this);">'
wText += '<option value="http://www.precixinc.com/">QuickLinks'
wText += '<option value="search.asp">Check Stock</option>'
wText += '<option value="products.asp">Order Now</option>'
wText += '<option value="cart.asp">Shopping Cart</option>'
wText += '<option value="orderstatus.asp">Order Status</option>'
wText += '<option value="stancompndlist.asp">Compound Listing</option>'
wText += '<option value="oemlist.asp">OEM Approvals Listing</option>'
wText += '<option value="form_orings.asp">O-Ring Inquiry</option>'
wText += '<option value="litre.asp">Literature Download/Request</option>'
wText += '<option value="amscompnd.asp">MIL/AMS Compounds</option>'
wText += '<option value="engineering_AMS-MI2.asp">MIL/AMS Data</option>'
wText += '<option value="engineering_qci.asp">Quality/Continuous Improvement</option>'
wText += '<option value="precixproducts.asp">Products</option>'
wText += '	<option value="precixproducts.asp#o-rings">&nbsp;&nbsp;&nbsp;&#149; O-Rings</option>'
wText += '	<option value="precixproducts.asp#synchronousseal">&nbsp;&nbsp;&nbsp;&#149; Process Seal Rings</option>'
wText += '	<option value="precixproducts.asp#FSSeals">&nbsp;&nbsp;&nbsp;&#149; Fuel System Seals</option>'
wText += '	<option value="precixproducts.asp#CES">&nbsp;&nbsp;&nbsp;&#149; Custom Elastomer Solutions</option>'
wText += '<option value="applications.asp">Applications</option>'
wText += '	<option value="applications.asp#Automotive">&nbsp;&nbsp;&nbsp;&#149; Automotive/ Transportation</option>'
wText += '	<option value="applications.asp#Aerospace">&nbsp;&nbsp;&nbsp;&#149; Aerospace</option>'
wText += '	<option value="applications.asp#Chemical">&nbsp;&nbsp;&nbsp;&#149; Chemical Processing</option>'
wText += '	<option value="applications.asp#VAS">&nbsp;&nbsp;&nbsp;&#149; Value Added Services</option>'
wText += '<option value="engineering_certifications.asp">Certifications</option>'
wText += '<option value="pdf_oringguide.asp">O-ring Design & Elastomer Guide</option>'
wText += '<option value="engineering_fluidcompatability.asp">Fuel Resistance</option>'
wText += '<option value="compoundfluidcompat.asp">Fluid Compatibility Chart</option>'
wText += '<option value="engineering_permeation.asp">Permeation Resistance</option>'
wText += '<option value="engineering_f87.asp">Electrostatic Discharge Compound</option>'
wText += '<option value="engineering_easeofassembly.asp">O-ring/Seal Treatments</option>'
wText += '<option value="engineering_easeofassembly.asp">Ease of Assembly</option>'
wText += '</select></form></div>'
document.write(wText)