pics=new Array();

function onscreen(docname,picid) {
  pic=new Image();
  pic=docname;
  pic.src=pics[picid].src;
}

function imgLoad(id,img) {
  pics[id]=new Image();
  pics[id].src=img;
}

        imgLoad(105,"images/nav_01.gif");
        imgLoad(205,"images/nav_ov_01.gif");
        imgLoad(106,"images/nav_02.gif");
        imgLoad(206,"images/nav_ov_02.gif");
        imgLoad(107,"images/nav_03.gif");
        imgLoad(207,"images/nav_ov_03.gif");
        imgLoad(108,"images/nav_04.gif");
        imgLoad(208,"images/nav_ov_04.gif");
        imgLoad(109,"images/nav_05.gif");
        imgLoad(209,"images/nav_ov_05.gif");
        imgLoad(1010,"images/nav_06.gif");
        imgLoad(2010,"images/nav_ov_06.gif");
        imgLoad(1011,"images/nav_07.gif");
        imgLoad(2011,"images/nav_ov_07.gif");
        imgLoad(1012,"images/nav_08.gif");
        imgLoad(2012,"images/nav_ov_08.gif");
        imgLoad(1013,"images/nav_09.gif");
        imgLoad(2013,"images/nav_ov_09.gif");
				imgLoad(1030,"images/nav_10.gif");
        imgLoad(2030,"images/nav_ov_10.gif"); 
				
				imgLoad(1014,"images/snavi_01.gif");
        imgLoad(2014,"images/snavi_ov_01.gif");
        imgLoad(1015,"images/snavi_02.gif");
        imgLoad(2015,"images/snavi_ov_02.gif");
        imgLoad(1016,"images/snavi_03.gif");
        imgLoad(2016,"images/snavi_ov_03.gif");
				imgLoad(1017,"images/snavi_04.gif");
        imgLoad(2017,"images/snavi_ov_04.gif");
        imgLoad(1018,"images/snavi_05.gif");
        imgLoad(2018,"images/snavi_ov_05.gif");
				imgLoad(1019,"images/snavi_06.gif");
        imgLoad(2019,"images/snavi_ov_06.gif");
        

				
<!--

function popup(url,width,height,target) {
    posx = ((screen.availWidth/2)-(width/2));
    posy = ((screen.availHeight/2)-(height/2));
    neu = window.open('', target, 'left='+posx+',top='+posy+',width='+width+',height='+height+',scrollbars=no');
    if (neu != null) {
      neu.focus();
      if (neu.opener == null) {
        neu.opener = self;
      }
      neu.location.href = url;
    }
  }
// -->
<!--

function remote(url,width,height,target) {
    posx = ((screen.availWidth/2)-(width/2));
    posy = ((screen.availHeight/2)-(height/2));
    neu = window.open('', target, 'left='+posx+',top='+posy+',width='+width+',height='+height+',scrollbars=no');
    if (neu != null) {
      neu.focus();
      if (neu.opener == null) {
        neu.opener = self;
      }
      neu.location.href = url;
    }
  }
// -->
<!--

function mainopen() {
    url = 'de/einleitung.html';
    width = 770;
    height = 540;
    target = 'ldcweb';
    posx = ((screen.availWidth/2)-(width/2));
    posy = ((screen.availHeight/2)-(height/2));
    neu = window.open('', target, 'left='+posx+',top='+posy+',width='+width+',height='+height+',scrollbars=no');
    if (neu != null) {
      neu.focus();
      if (neu.opener == null) {
        neu.opener = self;
      }
      neu.location.href = url;
    }

   }
	 
function mainopenen() {
    url = 'en/einleitung.html';
    width = 770;
    height = 540;
    target = 'ldcweben';
    posx = ((screen.availWidth/2)-(width/2));
    posy = ((screen.availHeight/2)-(height/2));
    neu = window.open('', target, 'left='+posx+',top='+posy+',width='+width+',height='+height+',scrollbars=no');
    if (neu != null) {
      neu.focus();
      if (neu.opener == null) {
        neu.opener = self;
      }
      neu.location.href = url;
    }

   }




