document.writeln("<div class='box'>");
document.writeln("<table>");
document.writeln("<tr><td>");
document.writeln("<select onchange='openWindow(options[selectedIndex].value)'>");
document.writeln("<option value=''>Leittechnik</option>");
document.writeln("<option value='http://www.kisters.de/german/html/Energy/CS/ControlStar/Intro.html'>ControlStar · Netzleitsystem</option>");
document.writeln("<option value='http://www.kisters.de/german/html/Nav/CT/ControlSystems/ProCosFeatures.html'>ProCoS · Netzleitsystem</option>");
document.writeln("<option value='http://www.kisters.de/german/html/Energy/CS/LineStar/Intro.html'>LineStar · Prozesskopplung</option>");
document.writeln("</select>");
document.writeln("</td></tr>");
document.writeln("<tr class='image'><td>");
document.writeln("<img src='/Image/SWdropdown_de/controltech_210.jpg'>");
document.writeln("</td></tr>");
document.writeln("</table>");
document.writeln("</div>");

