// JavaScript Document
 tabelle="";
  tabbeg="<TABLE WIDTH=100 BORDER=0 CELLPADDING=0 CELLSPACING=0>";
  trbeg="<TR><TD HEIGHT=9><IMG SRC='../images/Spacer.gif' HEIGHT=9></TD><TD ROWSPAN=3 ALIGN=RIGHT><A CLASS='header' HREF='webdesign.htm'>";
  trend="</A></TD></TR><TR><TD HEIGHT='7'><!--Hoehe anpassen--></TD><TD></TD></TR><TR><TD ROWSPAN='2'><IMG SRC='../images/Spacer.gif' WIDTH=12 HEIGHT=16></TD><TD HEIGHT=9><IMG SRC='../images/Spacer.gif' HEIGHT=9></TD></TR><TR><TD HEIGHT=7 WIDTH=100%><IMG SRC='../images/Spacer.gif' HEIGHT=7 WIDTH=100%></TD><TD ROWSPAN='2'><IMG SRC='../images/Spacer.gif' WIDTH=12 HEIGHT=16></TD></TR>";
  tabend="<TR><TD HEIGHT=9><IMG SRC='../images/Spacer.gif' HEIGHT=9></TD><TD></TD></TR></TABLE>";
  r="norotate"; i=1; nr=1; s=0;
  

  function Regchng(id,state)
  {
   id1=id+"1"; id3=id+"3";
     if (state==1) 
    {
    window.document.images[id1].src = "../images/reglks.gif";
	window.document.images[id3].src = "../images/regrts.gif";
	switch (id)
	 {
	 case "m1":
	 tabelle=document.getElementById("nav").innerHTML;
	 /*srcpict=document.picture.src;*/
	 tabm2=tabbeg+trbeg+"Beratung"+trend;
	 tabm2=tabm2+trbeg+"Training"+trend;
	 tabm2=tabm2+trbeg+"Module"+trend;
	 tabm2=tabm2+trbeg+"Tools"+trend+tabend;
	 
	 document.getElementById("nav").innerHTML=tabm2;
	 /*document.picture.src="images/Kommunikation.gif";*/
	 break;
	 case "m2":
	 tabelle=document.getElementById("nav").innerHTML;
	 /*srcpict=document.picture.src;*/
	 tabm2=tabbeg+trbeg+"Netzwerk"+trend;
	 tabm2=tabm2+trbeg+"Server"+trend;
	 tabm2=tabm2+trbeg+"PC"+trend;
	 tabm2=tabm2+trbeg+"Wartung"+trend+tabend;
	 
	 document.getElementById("nav").innerHTML=tabm2;
	 /*document.picture.src="images/PCkrank.gif";*/
	 break;
	 case "m3":
	 tabelle=document.getElementById("nav").innerHTML;
	 /*srcpict=document.picture.src;*/
	 tabm2=tabbeg+trbeg+"Konzept"+trend;
	 tabm2=tabm2+trbeg+"Projekt"+trend;
	 tabm2=tabm2+trbeg+"Angebot"+trend;
	 tabm2=tabm2+trbeg+"Checkliste"+trend+tabend;
	 
	 document.getElementById("nav").innerHTML=tabm2;
	 /*document.picture.src="images/Schneeflocke.gif";*/
	 break;
	  case "m4":
	 tabelle=document.getElementById("nav").innerHTML;
	 /*srcpict=document.picture.src;*/
	 tabm2=tabbeg+trbeg+"Leitbild"+trend;
	 tabm2=tabm2+trbeg+"Kontakt"+trend;
	 tabm2=tabm2+trbeg+"Team"+trend;
	 tabm2=tabm2+trbeg+"AGB"+trend+tabend;
	 
	 document.getElementById("nav").innerHTML=tabm2;
	 /*document.picture.src="images/Planlinks.gif";*/
	 break;
	 }
    }
   else
    {
    window.document.images[id1].src = "../images/Spacer.gif";
	window.document.images[id3].src = "../images/Spacer.gif";
	document.getElementById("nav").innerHTML=tabelle;
	/*document.picture.src=srcpict;*/
    }
  }
  function Navchng(id,state)
  {
   id1=id+"1"; id2=id+"2"; id3=id+"3";

     if (state==1) 
   {
    unterlks=window.document.images[id1].src;
	untermte=window.document.images[id2].src;
	unterrts=window.document.images[id3].src;
	window.document.images[id1].src = "../images/Rahmenlu2b.gif";
	window.document.images[id2].src = "../images/Dotswgrb.gif";
	window.document.images[id3].src = "../images/Dotsanbg.gif";
   }
   else
   {
   window.document.images[id1].src = unterlks;
   window.document.images[id2].src = untermte;
   window.document.images[id3].src = unterrts;
   }
  } 
  