info="<div class=\"prolist\">  <select  name=\"Produits\"  id=\"gotourl\" onchange=\"gotourl()\" >    <option value=\"#\" selected=\"selected\">Produkte</option>    <option value=\"1ac_otor.html\">AC-Motoren</option>    <option value=\"1_1ac_otor.html\"> • Linearmotor</option>    <option value=\"1_2ac_otor.html\"> • AC- Getriebemotor YN128 156JB</option>    <option value=\"1_3ac_otor.html\"> • AC- Getriebemotor YN(Y)60-4/6/10</option>    <option value=\"1_4ac_otor.html\"> • AC- Getriebemotor YN70-10/15/20/25</option>    <option value=\"2dc_motor.html\">DC-Motoren</option>    <option value=\"2_1dc_motor.html\"> • DC-Motor für Elektrorollstuhl </option>    <option value=\"2_2dc_motor.html\"> • Permanenterregter DC-Motor 40ZY/54JB</option>    <option value=\"2_3dc_motor.html\"> • Permanenterregter DC-Motor 45ZY</option>    <option value=\"3Brushless.html\">Bürstenlose DC-Motoren </option>    <option value=\"3_1Brushless.html\"> • Bürstenloser DC-Motor 35ZWN/37JB</option>    <option value=\"3_2Brushless.html\"> • Bürstenloser DC-Motor 35ZWN</option>    <option value=\"4synchronous.html\">Schrittmotoren</option>    <option value=\"4_1synchronous.html\"> • Schrittmotor 60TYK</option>    <option value=\"4_2synchronous.html\"> • Schrittmotor TY60-8-160</option>    <option value=\"5linear_actuator.html\">Aktuator</option>    <option value=\"5_1linear_actuator.html\"> • Aktuator DTL</option>    <option value=\"5_2linear_actuator.html\"> • Aktuator XDT</option>    <option value=\"6gear_speed.html\">Getriebekasten</option>    <option value=\"6_1gear_speed.html\"> • Getriebe 60JB</option>    <option value=\"6_2gear_speed.html\"> • Getriebe 70JB</option>    <option value=\"7electric.html\">Elektrische Produkte</option>    <option value=\"8motor_spare.html\">Motoren-Ersatzteile & Zubehör/option>     <option value=\"8_1motor_spare.html\"> • Schneckenrad und –welle</option>     <option value=\"8_2motor_spare.html\"> • Innenzahnrad (Planetenrad)</option>   </select></div>"
document.write(info)
function gotourl()
{
var gotourl=document.getElementById("gotourl")
window.location=gotourl.value
}
