// (C)h+m werbung gmbh 01/2003

//für Startfenster
function neu_mitte(adresse,fenstername,B,H)
         {
         var kette="toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,Width="+(B-10)+",Height="+(H-28);

         FensterFF = window.open(adresse,fenstername,kette);
         FensterFF.focus();
         FensterFF.moveTo(((screen.width-B)/2),((screen.height-H)/2));
         }


//für Bildbetrachter
function BildFenster(Name,B,H,Text)
         {
         if (navigator.appName=="Netscape"){H=H+30;};
         var kette="scrollbars=no,toolbar=no,menubar=no,location=no,sizable=no,Width="+B+",Height="+H;
         var inhalt='<html><head><title>h+m, the imagesetter company<\/title>'
         inhalt = inhalt + '<style type="text/css">body {background-color:#000000; margin-top:0px; margin-left:0px;}';
         inhalt = inhalt + 'p {font-size:14px; color:#DFDFDF; font-weight:bold;';
         inhalt = inhalt + 'font-family:Helvetica,Arial,Geneva,SunSans-Regular,sans-serif;}</style><\/head>';
         inhalt = inhalt + '<body><p><img src="../bilder/referenzen/'+Name+'"><br>';
         inhalt = inhalt + '&nbsp;&nbsp;'+Text+'<\/p><\/body><\/html>';

         Fenster=window.open("about:blank","",kette);
         Fenster.moveTo(((screen.width-B)/2),((screen.height-H)/2));
         Fenster.document.open()
         Fenster.document.writeln(inhalt);
         Fenster.focus();
         }

function bookmark(){
        if (window.external) {external.AddFavorite("http://www.digitaldruck-factory.de", "h+m kommunikation und werbung gmbh"); }
        else
        alert("Leider wird die automatische Bookmark-Funktion von Ihrem Browser nicht unterstützt."); }


function BildW(adresse,nr){parent.frames[nr].location.href=adresse;}



