// Bildviewer
function zeigbild() {

        window.open("","bild",'toolbar=0,location=0,menubar=0,scrollbars=0,width=620,height=480,resizable=0');
               }
			   
// Bildviewer
function support() {

        window.open("","support",'toolbar=0,location=0,menubar=0,scrollbars=1,width=595,height=480,resizable=0');
               }
