function QuickJump(form)
{
    var order=form.Ziel.selectedIndex
    if (form.Ziel.options[order].value != 0)
    {
        location=form.Ziel.options[order].value;
    }
}
var menuen=false;
if (menuen) {
document.writeln ('<style>');
document.writeln ('.form1 {color: #000066; list-style-type: none; list-style-position: inside; cursor:hand; font-size: 9px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal;text-transform: none;width: 110px;font-family: Arial;text-decoration: none;background-color: #FFFFFF;text-align: left;white-space: normal;height: auto;clear: none;top: auto;overflow: visible;float: none;left: auto;right: auto;bottom: auto;}');
document.writeln ('</style>');

document.writeln ('<form name="Formular" class="form1" style="padding:0px;margin:0px;">');
document.writeln (' <select name="Ziel" class="form1" onChange="QuickJump(this.form);">');
document.writeln ('  <option selected>Select</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/welding/hotair/autotherm.shtml">Autotherm</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/bend.shtml">Bending machines</option>');
document.writeln ('  <option value="0">Blowers for</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/welding/hotair/blower.shtml">- Hot Gas Welding</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/welding/extruder/accessories_extr.shtml">- Extrusion Welding</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/welding/machines/sm.shtml">Butt Welding</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/welding/hotair/duratherm.shtml">Duratherm</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/welding/extruder/extruder.shtml">Extrusion Welding</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/welding/hotair/hotair.shtml">Freehand Welding</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/geo.shtml">Geo Synthetics</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/welding/extruder/extruder.shtml">Hand Held Extrusion Welder</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/heating/heat_element.shtml">Heating Element</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/heating/heat_mirror.shtml">Heating Element Welding</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/geo.shtml">Heated Wedge Welding</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/geo.shtml">Heated Wedge Welding Equipment</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/geo.shtml">Heated Wedge Welding Machine</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/heating/heat_element.shtml">Heating Element</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/heating/heat_mirror.shtml">Heating Mirror</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/welding/hotair/hotair.shtml">Hot Air Welding</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/welding/hotair/hotair.shtml">Hot Air Welding Torch</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/heating/heat_mirror.shtml">Industrial Heating</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/heating/heat_element_ir.shtml">IR Heating Elements</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/welding/hotair/hotair.shtml">Overlap Welding</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/bend.shtml">Plastic Bending</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/weld.shtml">Plastic Welding</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/bending/b_pipe.shtml">Tube Processing</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/test.shtml">Testing Equipment</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/test.shtml">Test Engineering</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/welding/hotair/nuzzles.shtml">Speed Welding Nozzles</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/welding/hotair/nuzzles.shtml">Welding Nozzles</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/welding/hotair/hotair.shtml">Welding Devices</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/weldimg/hotair/weg07.shtml">WEG 07</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/testing/hf_test.shtml">WEG 22</option>');
document.writeln ('  <option value="http://www.wegenerwelding.de/english/products/testing/hf_test.shtml">WEG 24</option>');
document.writeln (' </select>');
document.writeln ('</form>');
}
