<!--
// Menuestatus setzen
function openPrintPopup(){
        printPopup = window.open(/*VIPURL*/'/MoellerWebsite_edit/MoellerWebsite/print/printit.jsp?language='+escape('Deutsch (Deutschland)')+'&page='+location.href+'&copyright='+escape('by Moeller GmbH'),'printPopup','width=600,height=650,locationbar=no,menubar=yes,status=no,resizable=no,scrollbars=yes,ScreenX=10,ScreenY=10,left=10,top=10');
}
//-->
