			 c = 0;
          var pictureWindow;
         
         function open_main(pfad,winname,breite,hoehe) {
         
          var options = "width="+ breite + ",height=" + hoehe + ",scrollbars=yes,status=no,resizable=1,location=no,toolbar=no,screenX=103,screenY=195";
          pictureWindow = window.open(pfad,winname,options);
          
         if ((navigator.appName == "Netscape") && (navigator.appVersion.charAt(0) !="2") && (navigator.appVersion.substring(0,5) != "4.0b1"))
             ok = true;
          else ok = false;
         
         if (ok)
             {
         pictureWindow.focus();
          }
         }
            
             Normal1 = new Image(); 
             Normal1.src = "img/pfeil_b.gif"; 
             Highlight1 = new Image(); 
             Highlight1.src = "img/pfeil_o.gif"; 
           
           		Normal2 = new Image(); 
             Normal2.src = "img/pfeil_b.gi"; 
             Highlight2 = new Image(); 
             Highlight2.src = "img/pfeil_o.gif";
           
           		Normal3 = new Image(); 
             Normal3.src = "img/pfeil_b.gi"; 
             Highlight3 = new Image(); 
             Highlight3.src = "img/pfeil_o.gif";
           
           		Normal4 = new Image(); 
             Normal4.src = "img/pfeil_b.gi"; 
             Highlight4= new Image(); 
             Highlight4.src = "img/pfeil_o.gif";
           	
           		Normal5= new Image(); 
             Normal5.src = "img/pfeil_b.gif"; 
             Highlight5= new Image(); 
             Highlight5.src = "img/pfeil_o.gif";
           	
           		Normal6= new Image(); 
             Normal6.src = "../img/kochen.gif"; 
             Highlight6= new Image(); 
             Highlight6.src = "../img/kochen_1.gif";
           	
           		Normal7= new Image(); 
             Normal7.src = "../img/koerper.gif"; 
             Highlight7= new Image(); 
             Highlight7.src = "../img/koerper_1.gif";
           	         			


   function Bildwechsel(Bildnr,Bildobjekt)
     {
      window.document.images[Bildnr].src = Bildobjekt.src;
           
}

if (document.images) {
Icontact_04_02 = new Image();Icontact_04_02.src = 'img/punkt.jpg';
Icontact_04_02o = new Image();Icontact_04_02o.src = 'img/punkt.jpg';

Icontact_02_02 = new Image();Icontact_02_02.src = 'img/kreisg.gif';
Icontact_02_02o = new Image();Icontact_02_02o.src = 'img/kreisg_weiss.gif';

Icontact_08_08 = new Image();Icontact_08_08.src = 'img/kreisg.gif';
Icontact_08_08o = new Image();Icontact_08_08o.src = 'img/kreisg_weiss.gif';

Icontact_10_10 = new Image();Icontact_10_10.src = 'img/kreisg.gif';
Icontact_10_10o = new Image();Icontact_10_10o.src = 'img/kreisg_weiss.gif';

info_0 = new Image(); info_0.src = 'img/text_leer.gif';
info_1 = new Image(); info_1.src = 'img/text.gif';
info_2 = new Image(); info_2.src = 'img/p_k.gif';
info_3 = new Image(); info_3.src = 'img/p_p.gif';
info_4 = new Image(); info_4.src = 'img/p_n.gif';

}
function di(id,name){
  if (document.images) {document.images[id].src=eval(name+".src"); }
}
function di2(id,name,inf){
  if (document.images) {
    document.images[id].src=eval(name+".src");
    document.images['infoimg'].src=eval(inf+".src");
  }
}
// function that displays status bar message

function dm(msgStr) {
  document.returnValue = false;
  if (document.images) {
     window.status = msgStr;
     document.returnValue = true;
  }
}
var showMsg = navigator.userAgent != "Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)";
function dmim(msgStr) {
  document.returnValue = false;
  if (showMsg) {
    window.status = msgStr;
    document.returnValue = true;
  }
              
}
