document.writeln("<div class='box'>");
document.writeln("<table>");
document.writeln("<tr><td>");
document.writeln("<select onchange='openWindow(options[selectedIndex].value)'>");
document.writeln("<option value=''>Scan-Lösungen</option>");
document.writeln("<option value='http://www.kisters.de/german/html/Hardware/ScanSolutions/CONTEX_JETimage.html'>CONTEX Software JETimage</option>");
document.writeln("<option value='http://www.kisters.de/german/html/Hardware/ScanSolutions/CONTEX_WIDEimage.html'>CONTEX Software NEXTimage</option>");
document.writeln("<option value='http://www.kisters.de/german/html/Hardware/ScanSolutions/HP_DESIGNJET_4520_SCANNER.html'>HP DESIGNJET 4520 SCANNERSERIE</option>");
document.writeln("</select>");
document.writeln("</td></tr>");
document.writeln("<tr class='image'><td>");
document.writeln("<img src='/Image/ITdropdown_de/contex_scanstation.jpg'>");
document.writeln("</td></tr>");
document.writeln("</table>");
document.writeln("</div>");

