    test=window.location.search;    
    if (test.length>0)
    {
     if (test.substring(1,test.length)=="schule")
     {
	    document.writeln("<A HREF=\"schule9.htm?schule\" >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Schulprofil<\/A><br>");
	    document.writeln("<A HREF=\"schule2.htm?schule\" >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Geschichte<\/A><br>");
        document.writeln("<A HREF=\"schule1.htm?schule\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Allgemeines<\/A><br>");
        document.writeln("<A HREF=\"schule3.htm?schule\" >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Laboratorium<\/A><br> ");  
        document.writeln("<A HREF=\"schule4.htm?schule\" >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Lehrlingswettbewerb<\/A><br> "); 
        document.writeln("<A HREF=\"schule5.htm?schule\" >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Schülerzahlen<\/A><br> "); 
        document.writeln("<A HREF=\"schule6.htm?schule\" >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Zertifizierung<\/A><br> "); 
        document.writeln("<A HREF=\"schule7.htm?schule\" >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Exkursion/Projekt<\/A><br> "); 
        document.writeln("<A HREF=\"schule8.htm?schule\" >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stundenplan<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/Supplierung<\/A><br> "); 
     }
   }

   document.writeln(" <\/P> <P> ");

     if ((test.length>0 )& (test.substring(1,test.length)=="Internat"))
     {
       	document.writeln("<A HREF=\"internat.htm\" >");
     }
     else
     {
       	document.writeln("<A HREF=\"internat.htm\?Internat\" >");
     }


