document.writeln("<div class='box'>");
document.writeln("<table>");
document.writeln("<tr><td>");
document.writeln("<select onchange='openWindow(options[selectedIndex].value)'>");
document.writeln("<option value=''>Schneideplotter</option>");
document.writeln("<option value='http://www.kisters.de/german/html/Hardware/SolventPrinter/Knuth_Opticut_ECO_1575.html'>Knuth Opticut ECO 1575</option>");
document.writeln("<option value='http://www.kisters.de/german/html/Hardware/SolventPrinter/SummaPharos.html'>Summa Pharos</option>");
document.writeln("<option value='http://www.kisters.de/german/html/Hardware/SolventPrinter/SummaSClass.html'>Summa S Class</option>");
document.writeln("<option value='http://www.kisters.de/german/html/Hardware/SolventPrinter/Summa_F_Serie.html'>Summa F Serie</option>");
document.writeln("</select>");
document.writeln("</td></tr>");
document.writeln("<tr class='image'><td>");
document.writeln("<img src='/Image/Hardware/Pharos_dt_210x110.jpg'>");
document.writeln("</td></tr>");
document.writeln("</table>");
document.writeln("</div>");

