function formHandler(){var URL = document.form.site.options[document.form.site.selectedIndex].value;window.location.href = URL;}document.write('<form name="form">');document.write('<select name="site" size=1>');document.write('<option value="">Go to....');document.write('<option value="about.htm">About Sav-Elec');document.write('<option value="motion.htm">Motion Sensors');document.write('<option value="retrofits.htm">Retrofits');document.write('<option value="indoor.htm">Indoor Fixtures');document.write('<option value="outdoor.htm">Outdoor Fixtures');document.write('<option value="dark_sky.htm">Dark Sky Fixtures');document.write('<option value="special.htm">Specialty Lighting');document.write('<option value="reflectors.htm">Reflectors');document.write('<option value="replacement.htm">Lenses & Diffusers');document.write('<option value="info.cfm">Information Request');document.write('<option value="index.htm">Home');document.write('</select>&nbsp;');document.write('<input type=button value="Go!" onClick="javascript:formHandler()">');document.write('</form>');