/* Ein Popupfenster öffnen. */
/*<script language="javascript" src="js/popup.js" type="text/javascript"></script>*/
/*<a href="javascript:popup('dateiname','width=wert+16,height=wert+16');">Link öffnet neues Fenster</a>*/
<!--
function popup(ziel,groesse)
{
window.open(ziel,'',groesse,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=no,dependent=yes');
}
//-->
<!--
function fenster_zwf(){
 var bild_1=window.open("","bild_1","width=398,height=620,left=550,top=150,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0,locationbar=0");

 bild_1.document.open("text/html");
 bild_1.document.writeln("<html>");
 bild_1.document.writeln("<head>");
 bild_1.document.writeln("<title>ZWF - Zeitschrift für wirtschaftlichen Fabrikbetrieb</title>");
 bild_1.document.writeln("<head>");
 bild_1.document.writeln("<body>");
 bild_1.document.writeln("<div align=center><img src='img/zwf-gross.jpg'></div>","<br>");
 bild_1.document.writeln("<hr><div align=center><input type='button' value='Fenster schließen!' onClick='self.close();'></div>");
 bild_1.document.writeln("</body>");
 bild_1.document.writeln("</html>");
 bild_1.document.close();
}
//-->
<!--
function fenster_dekra_de(){
 var bild_2=window.open("","bild_2","width=717,height=395,left=400,top=250,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0,locationbar=0");

 bild_2.document.open("text/html");
 bild_2.document.writeln("<html>");
 bild_2.document.writeln("<head>");
 bild_2.document.writeln("<title>Zertifiziertes Qualit&auml;tsmanagement</title>");
 bild_2.document.writeln("<head>");
 bild_2.document.writeln("<body>");
 bild_2.document.writeln("<div align=center><img src='layout/dekralogo-gross.jpg'></div>","<br>");
 bild_2.document.writeln("<hr><div align=center><input type='button' value='Fenster schließen!' onClick='self.close();'></div>");
 bild_2.document.writeln("</body>");
 bild_2.document.writeln("</html>");
 bild_2.document.close();
}
//-->
<!--
function fenster_dekra_en(){
 var bild_3=window.open("","bild_3","width=717,height=395,left=400,top=250,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0,locationbar=0");

 bild_3.document.open("text/html");
 bild_3.document.writeln("<html>");
 bild_3.document.writeln("<head>");
 bild_3.document.writeln("<title>Certified Quality Management</title>");
 bild_3.document.writeln("<head>");
 bild_3.document.writeln("<body>");
 bild_3.document.writeln("<div align=center><img src='layout/dekralogo_en-gross.jpg'></div>","<br>");
 bild_3.document.writeln("<hr><div align=center><input type='button' value='Fenster schließen!' onClick='self.close();'></div>");
 bild_3.document.writeln("</body>");
 bild_3.document.writeln("</html>");
 bild_3.document.close();
}
//-->
