//______________________________________________________________________________________________________________________________
//____________________________________________________________________________________________________________________________  | 
//																																										| |
// XS_Global_Navigation_Script_Template																													| |
//																																										| |
//	Platzhalter:																																					| |
// Impressum=Rubrik 																																			   | |
// Impressum=Menüpunkt																																				| |
// R_Impressum=Ordner																																					| |
// M_Impressum=Datei																																					| |
//____________________________________________________________________________________________________________________________| |
//______________________________________________________________________________________________________________________________|

mainMenus=new Array();

//<!-- stoploop0 --> 

mainMenus.push("R_Home");

// 

mainMenus.push("R_Das_Team");

// 

mainMenus.push("R_Die_Praxis");

// 

mainMenus.push("R_Leistungen");

// 

mainMenus.push("R_Homoeopathie");

// 

mainMenus.push("R_Weitere_Informationen");

// 

mainMenus.push("R_Sprechzeiten");

// 

mainMenus.push("R_Wegbeschreibung");

// 

mainMenus.push("R_Links");

// 

mainMenus.push("R_Kontakt");

// 

mainMenus.push("R_Impressum");

//

//----------------------------------------------------------------------------------------------------------------------------
//Spezial Funktionen für Rollovereffekte und automatische Seitenerkennung
//----------------------------------------------------------------------------------------------------------------------------


function XS_ImageChecker(menu_point)
{
   var actual_pathname= window.location.pathname;
   var searchindex = actual_pathname.indexOf(menu_point);
   if (searchindex!=-1)
   {
      var image='images/gif/on1.gif';
   }
   else
   {
      var image='images/gif/on0.gif';
   }
   return image;
}


function XS_RolloverChecker(menu_point)
{

   var actual_pathname= window.location.pathname;
   var searchindex = actual_pathname.indexOf(menu_point);
   if (searchindex!=-1)
   {
       onover=1;
       onout=1;
       bgcolor='#ffffff';
       onoverandout='';
   }
   else
   {
       onover=1;
       onout=1;
       bgcolor='#efefef';
       onoverandout='XS_ChangeBgcolor(\''+menu_point+'\')';
   }
}


//---------------------------------------------------------------------------------------------------------
//Funktion: GetNaviMain
//---------------------------------------------------------------------------------------------------------

function XS_GetNaviMain(bp)
{

			var sp = "";
      	var image;

		
          	document.write(
								 "</td></tr><div id=\"dummy\"></div>"
									);
									
			//<!-- stoploop1 --> 
									
        	XS_RolloverChecker('R_Home');
        	document.write(
        						 "<tr><td align=\"left\" bgcolor=\"#BBC0C5\" width=\"1\"  height=\"20\">" +sp
                     
                       + "</td>" +sp
                       + "<td id=\"R_Home\" onmouseover=\""+onoverandout+"\" onmouseout=\""+onoverandout+"\" align=\"left\" bgcolor=\""+bgcolor+"\" width=\"4\"  height=\"20\">" +sp
                       + "<table width=\"128\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">" +sp
                       + "<tr>" +sp
                       + "<td align=\"left\" height=\"20\" width=\"120\">" +sp
                       + "<a href=\"http://www.dr-martin-buendner.de/content/R_Home/M_Home.html\"><b>Home</b></a>" +sp
                       + "</td>" +sp
                       + "<td align=\"left\" width=\"4\"  height=\"20\">" +sp
                       + "<img border=\"0\" src=\""+bp+"images/gif/spacer.gif\" width=\"4\" height=\"1\" />" +sp
                       + "</td>" +sp
                       + "</tr>"
                       );
 	      var actual_pathname= window.location.pathname;
         var searchindex = actual_pathname.indexOf('R_Home');
         if (searchindex!=-1)
      	{
      	                       XS_SearchNavi('../');
      	}                      
                       
          document.write(             
                       "</table>" +sp
                       + "</td></tr>"
                    	  );
         
         // 
									
        	XS_RolloverChecker('R_Das_Team');
        	document.write(
        						 "<tr><td align=\"left\" bgcolor=\"#BBC0C5\" width=\"1\"  height=\"20\">" +sp
                     
                       + "</td>" +sp
                       + "<td id=\"R_Das_Team\" onmouseover=\""+onoverandout+"\" onmouseout=\""+onoverandout+"\" align=\"left\" bgcolor=\""+bgcolor+"\" width=\"4\"  height=\"20\">" +sp
                       + "<table width=\"128\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">" +sp
                       + "<tr>" +sp
                       + "<td align=\"left\" height=\"20\" width=\"120\">" +sp
                       + "<a href=\"http://www.dr-martin-buendner.de/content/R_Das_Team/M_Das_Team.html\"><b>Das Team</b></a>" +sp
                       + "</td>" +sp
                       + "<td align=\"left\" width=\"4\"  height=\"20\">" +sp
                       + "<img border=\"0\" src=\""+bp+"images/gif/spacer.gif\" width=\"4\" height=\"1\" />" +sp
                       + "</td>" +sp
                       + "</tr>"
                       );
 	      var actual_pathname= window.location.pathname;
         var searchindex = actual_pathname.indexOf('R_Das_Team');
         if (searchindex!=-1)
      	{
      	                       XS_SearchNavi('../');
      	}                      
                       
          document.write(             
                       "</table>" +sp
                       + "</td></tr>"
                    	  );
         
         // 
									
        	XS_RolloverChecker('R_Die_Praxis');
        	document.write(
        						 "<tr><td align=\"left\" bgcolor=\"#BBC0C5\" width=\"1\"  height=\"20\">" +sp
                     
                       + "</td>" +sp
                       + "<td id=\"R_Die_Praxis\" onmouseover=\""+onoverandout+"\" onmouseout=\""+onoverandout+"\" align=\"left\" bgcolor=\""+bgcolor+"\" width=\"4\"  height=\"20\">" +sp
                       + "<table width=\"128\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">" +sp
                       + "<tr>" +sp
                       + "<td align=\"left\" height=\"20\" width=\"120\">" +sp
                       + "<a href=\"http://www.dr-martin-buendner.de/content/R_Die_Praxis/M_Die_Praxis.html\"><b>Die Praxis</b></a>" +sp
                       + "</td>" +sp
                       + "<td align=\"left\" width=\"4\"  height=\"20\">" +sp
                       + "<img border=\"0\" src=\""+bp+"images/gif/spacer.gif\" width=\"4\" height=\"1\" />" +sp
                       + "</td>" +sp
                       + "</tr>"
                       );
 	      var actual_pathname= window.location.pathname;
         var searchindex = actual_pathname.indexOf('R_Die_Praxis');
         if (searchindex!=-1)
      	{
      	                       XS_SearchNavi('../');
      	}                      
                       
          document.write(             
                       "</table>" +sp
                       + "</td></tr>"
                    	  );
         
         // 
									
        	XS_RolloverChecker('R_Leistungen');
        	document.write(
        						 "<tr><td align=\"left\" bgcolor=\"#BBC0C5\" width=\"1\"  height=\"20\">" +sp
                     
                       + "</td>" +sp
                       + "<td id=\"R_Leistungen\" onmouseover=\""+onoverandout+"\" onmouseout=\""+onoverandout+"\" align=\"left\" bgcolor=\""+bgcolor+"\" width=\"4\"  height=\"20\">" +sp
                       + "<table width=\"128\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">" +sp
                       + "<tr>" +sp
                       + "<td align=\"left\" height=\"20\" width=\"120\">" +sp
                       + "<a href=\"http://www.dr-martin-buendner.de/content/R_Leistungen/M_Leistungen.html\"><b>Leistungen</b></a>" +sp
                       + "</td>" +sp
                       + "<td align=\"left\" width=\"4\"  height=\"20\">" +sp
                       + "<img border=\"0\" src=\""+bp+"images/gif/spacer.gif\" width=\"4\" height=\"1\" />" +sp
                       + "</td>" +sp
                       + "</tr>"
                       );
 	      var actual_pathname= window.location.pathname;
         var searchindex = actual_pathname.indexOf('R_Leistungen');
         if (searchindex!=-1)
      	{
      	                       XS_SearchNavi('../');
      	}                      
                       
          document.write(             
                       "</table>" +sp
                       + "</td></tr>"
                    	  );
         
         // 
									
        	XS_RolloverChecker('R_Homoeopathie');
        	document.write(
        						 "<tr><td align=\"left\" bgcolor=\"#BBC0C5\" width=\"1\"  height=\"20\">" +sp
                     
                       + "</td>" +sp
                       + "<td id=\"R_Homoeopathie\" onmouseover=\""+onoverandout+"\" onmouseout=\""+onoverandout+"\" align=\"left\" bgcolor=\""+bgcolor+"\" width=\"4\"  height=\"20\">" +sp
                       + "<table width=\"128\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">" +sp
                       + "<tr>" +sp
                       + "<td align=\"left\" height=\"20\" width=\"120\">" +sp
                       + "<a href=\"http://www.dr-martin-buendner.de/content/R_Homoeopathie/M_Homoeopathie.html\"><b>Homöopathie</b></a>" +sp
                       + "</td>" +sp
                       + "<td align=\"left\" width=\"4\"  height=\"20\">" +sp
                       + "<img border=\"0\" src=\""+bp+"images/gif/spacer.gif\" width=\"4\" height=\"1\" />" +sp
                       + "</td>" +sp
                       + "</tr>"
                       );
 	      var actual_pathname= window.location.pathname;
         var searchindex = actual_pathname.indexOf('R_Homoeopathie');
         if (searchindex!=-1)
      	{
      	                       XS_SearchNavi('../');
      	}                      
                       
          document.write(             
                       "</table>" +sp
                       + "</td></tr>"
                    	  );
         
         // 
									
        	XS_RolloverChecker('R_Weitere_Informationen');
        	document.write(
        						 "<tr><td align=\"left\" bgcolor=\"#BBC0C5\" width=\"1\"  height=\"20\">" +sp
                     
                       + "</td>" +sp
                       + "<td id=\"R_Weitere_Informationen\" onmouseover=\""+onoverandout+"\" onmouseout=\""+onoverandout+"\" align=\"left\" bgcolor=\""+bgcolor+"\" width=\"4\"  height=\"20\">" +sp
                       + "<table width=\"128\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">" +sp
                       + "<tr>" +sp
                       + "<td align=\"left\" height=\"20\" width=\"120\">" +sp
                       + "<a href=\"http://www.dr-martin-buendner.de/content/R_Weitere_Informationen/M_UEberblick.html\"><b>Weitere Informationen</b></a>" +sp
                       + "</td>" +sp
                       + "<td align=\"left\" width=\"4\"  height=\"20\">" +sp
                       + "<img border=\"0\" src=\""+bp+"images/gif/spacer.gif\" width=\"4\" height=\"1\" />" +sp
                       + "</td>" +sp
                       + "</tr>"
                       );
 	      var actual_pathname= window.location.pathname;
         var searchindex = actual_pathname.indexOf('R_Weitere_Informationen');
         if (searchindex!=-1)
      	{
      	                       XS_SearchNavi('../');
      	}                      
                       
          document.write(             
                       "</table>" +sp
                       + "</td></tr>"
                    	  );
         
         // 
									
        	XS_RolloverChecker('R_Sprechzeiten');
        	document.write(
        						 "<tr><td align=\"left\" bgcolor=\"#BBC0C5\" width=\"1\"  height=\"20\">" +sp
                     
                       + "</td>" +sp
                       + "<td id=\"R_Sprechzeiten\" onmouseover=\""+onoverandout+"\" onmouseout=\""+onoverandout+"\" align=\"left\" bgcolor=\""+bgcolor+"\" width=\"4\"  height=\"20\">" +sp
                       + "<table width=\"128\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">" +sp
                       + "<tr>" +sp
                       + "<td align=\"left\" height=\"20\" width=\"120\">" +sp
                       + "<a href=\"http://www.dr-martin-buendner.de/content/R_Sprechzeiten/M_Sprechzeiten.html\"><b>Sprechzeiten</b></a>" +sp
                       + "</td>" +sp
                       + "<td align=\"left\" width=\"4\"  height=\"20\">" +sp
                       + "<img border=\"0\" src=\""+bp+"images/gif/spacer.gif\" width=\"4\" height=\"1\" />" +sp
                       + "</td>" +sp
                       + "</tr>"
                       );
 	      var actual_pathname= window.location.pathname;
         var searchindex = actual_pathname.indexOf('R_Sprechzeiten');
         if (searchindex!=-1)
      	{
      	                       XS_SearchNavi('../');
      	}                      
                       
          document.write(             
                       "</table>" +sp
                       + "</td></tr>"
                    	  );
         
         // 
									
        	XS_RolloverChecker('R_Wegbeschreibung');
        	document.write(
        						 "<tr><td align=\"left\" bgcolor=\"#BBC0C5\" width=\"1\"  height=\"20\">" +sp
                     
                       + "</td>" +sp
                       + "<td id=\"R_Wegbeschreibung\" onmouseover=\""+onoverandout+"\" onmouseout=\""+onoverandout+"\" align=\"left\" bgcolor=\""+bgcolor+"\" width=\"4\"  height=\"20\">" +sp
                       + "<table width=\"128\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">" +sp
                       + "<tr>" +sp
                       + "<td align=\"left\" height=\"20\" width=\"120\">" +sp
                       + "<a href=\"http://www.dr-martin-buendner.de/content/R_Wegbeschreibung/M_Wegbeschreibung.html\"><b>Wegbeschreibung</b></a>" +sp
                       + "</td>" +sp
                       + "<td align=\"left\" width=\"4\"  height=\"20\">" +sp
                       + "<img border=\"0\" src=\""+bp+"images/gif/spacer.gif\" width=\"4\" height=\"1\" />" +sp
                       + "</td>" +sp
                       + "</tr>"
                       );
 	      var actual_pathname= window.location.pathname;
         var searchindex = actual_pathname.indexOf('R_Wegbeschreibung');
         if (searchindex!=-1)
      	{
      	                       XS_SearchNavi('../');
      	}                      
                       
          document.write(             
                       "</table>" +sp
                       + "</td></tr>"
                    	  );
         
         // 
									
        	XS_RolloverChecker('R_Links');
        	document.write(
        						 "<tr><td align=\"left\" bgcolor=\"#BBC0C5\" width=\"1\"  height=\"20\">" +sp
                     
                       + "</td>" +sp
                       + "<td id=\"R_Links\" onmouseover=\""+onoverandout+"\" onmouseout=\""+onoverandout+"\" align=\"left\" bgcolor=\""+bgcolor+"\" width=\"4\"  height=\"20\">" +sp
                       + "<table width=\"128\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">" +sp
                       + "<tr>" +sp
                       + "<td align=\"left\" height=\"20\" width=\"120\">" +sp
                       + "<a href=\"http://www.dr-martin-buendner.de/content/R_Links/M_Links.html\"><b>Links</b></a>" +sp
                       + "</td>" +sp
                       + "<td align=\"left\" width=\"4\"  height=\"20\">" +sp
                       + "<img border=\"0\" src=\""+bp+"images/gif/spacer.gif\" width=\"4\" height=\"1\" />" +sp
                       + "</td>" +sp
                       + "</tr>"
                       );
 	      var actual_pathname= window.location.pathname;
         var searchindex = actual_pathname.indexOf('R_Links');
         if (searchindex!=-1)
      	{
      	                       XS_SearchNavi('../');
      	}                      
                       
          document.write(             
                       "</table>" +sp
                       + "</td></tr>"
                    	  );
         
         // 
									
        	XS_RolloverChecker('R_Kontakt');
        	document.write(
        						 "<tr><td align=\"left\" bgcolor=\"#BBC0C5\" width=\"1\"  height=\"20\">" +sp
                     
                       + "</td>" +sp
                       + "<td id=\"R_Kontakt\" onmouseover=\""+onoverandout+"\" onmouseout=\""+onoverandout+"\" align=\"left\" bgcolor=\""+bgcolor+"\" width=\"4\"  height=\"20\">" +sp
                       + "<table width=\"128\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">" +sp
                       + "<tr>" +sp
                       + "<td align=\"left\" height=\"20\" width=\"120\">" +sp
                       + "<a href=\"http://www.dr-martin-buendner.de/content/R_Kontakt/M_Kontakt.html\"><b>Kontakt</b></a>" +sp
                       + "</td>" +sp
                       + "<td align=\"left\" width=\"4\"  height=\"20\">" +sp
                       + "<img border=\"0\" src=\""+bp+"images/gif/spacer.gif\" width=\"4\" height=\"1\" />" +sp
                       + "</td>" +sp
                       + "</tr>"
                       );
 	      var actual_pathname= window.location.pathname;
         var searchindex = actual_pathname.indexOf('R_Kontakt');
         if (searchindex!=-1)
      	{
      	                       XS_SearchNavi('../');
      	}                      
                       
          document.write(             
                       "</table>" +sp
                       + "</td></tr>"
                    	  );
         
         // 
									
        	XS_RolloverChecker('R_Impressum');
        	document.write(
        						 "<tr><td align=\"left\" bgcolor=\"#BBC0C5\" width=\"1\"  height=\"20\">" +sp
                     
                       + "</td>" +sp
                       + "<td id=\"R_Impressum\" onmouseover=\""+onoverandout+"\" onmouseout=\""+onoverandout+"\" align=\"left\" bgcolor=\""+bgcolor+"\" width=\"4\"  height=\"20\">" +sp
                       + "<table width=\"128\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\">" +sp
                       + "<tr>" +sp
                       + "<td align=\"left\" height=\"20\" width=\"120\">" +sp
                       + "<a href=\"http://www.dr-martin-buendner.de/content/R_Impressum/M_Impressum.html\"><b>Impressum</b></a>" +sp
                       + "</td>" +sp
                       + "<td align=\"left\" width=\"4\"  height=\"20\">" +sp
                       + "<img border=\"0\" src=\""+bp+"images/gif/spacer.gif\" width=\"4\" height=\"1\" />" +sp
                       + "</td>" +sp
                       + "</tr>"
                       );
 	      var actual_pathname= window.location.pathname;
         var searchindex = actual_pathname.indexOf('R_Impressum');
         if (searchindex!=-1)
      	{
      	                       XS_SearchNavi('../');
      	}                      
                       
          document.write(             
                       "</table>" +sp
                       + "</td></tr>"
                    	  );
         
         //           	  
                    	  
			
		document.write(
			 "<tr><td>"
			 );
		            
            
}

//---------------------------------------------------------------------------------------------------------
//Funktion: GetNaviSubs
//---------------------------------------------------------------------------------------------------------

function XS_GetNaviSubs(bp,sub)
{

		var sp = "";
      		var image;
      
      		//<!-- stoploop2 --> 

		if(sub=="R_Home" && "1"!="1")
      		{

      			XS_RolloverChecker('M_Home');
        		document.write(
        		"<tr>" +sp
        		+"<td colspan=\"3\" align=\"left\">" +sp
        		+"<a href=\"http://www.dr-martin-buendner.de/content/R_Home/M_Home.html\">»Home</a>"+sp
        		+"</td>"+sp
        		+"</tr>"+sp
        		
            		);
           

   		}
   		
			// 

		if(sub=="R_Das_Team" && "1"!="1")
      		{

      			XS_RolloverChecker('M_Das_Team');
        		document.write(
        		"<tr>" +sp
        		+"<td colspan=\"3\" align=\"left\">" +sp
        		+"<a href=\"http://www.dr-martin-buendner.de/content/R_Das_Team/M_Das_Team.html\">»Das Team</a>"+sp
        		+"</td>"+sp
        		+"</tr>"+sp
        		
            		);
           

   		}
   		
			// 

		if(sub=="R_Die_Praxis" && "1"!="1")
      		{

      			XS_RolloverChecker('M_Die_Praxis');
        		document.write(
        		"<tr>" +sp
        		+"<td colspan=\"3\" align=\"left\">" +sp
        		+"<a href=\"http://www.dr-martin-buendner.de/content/R_Die_Praxis/M_Die_Praxis.html\">»Die Praxis</a>"+sp
        		+"</td>"+sp
        		+"</tr>"+sp
        		
            		);
           

   		}
   		
			// 

		if(sub=="R_Leistungen" && "1"!="1")
      		{

      			XS_RolloverChecker('M_Leistungen');
        		document.write(
        		"<tr>" +sp
        		+"<td colspan=\"3\" align=\"left\">" +sp
        		+"<a href=\"http://www.dr-martin-buendner.de/content/R_Leistungen/M_Leistungen.html\">»Leistungen</a>"+sp
        		+"</td>"+sp
        		+"</tr>"+sp
        		
            		);
           

   		}
   		
			// 

		if(sub=="R_Leistungen" && "2"!="1")
      		{

      			XS_RolloverChecker('M_Behandlungsschwerpunkte');
        		document.write(
        		"<tr>" +sp
        		+"<td colspan=\"3\" align=\"left\">" +sp
        		+"<a href=\"http://www.dr-martin-buendner.de/content/R_Leistungen/M_Behandlungsschwerpunkte.html\">»Behandlungsschwerpunkte</a>"+sp
        		+"</td>"+sp
        		+"</tr>"+sp
        		
            		);
           

   		}
   		
			// 

		if(sub=="R_Leistungen" && "3"!="1")
      		{

      			XS_RolloverChecker('M_Fachliches_Profil_von_Dr._Martin_Buendner');
        		document.write(
        		"<tr>" +sp
        		+"<td colspan=\"3\" align=\"left\">" +sp
        		+"<a href=\"http://www.dr-martin-buendner.de/content/R_Leistungen/M_Fachliches_Profil_von_Dr._Martin_Buendner.html\">»Fachliches Profil von Dr. Martin Bündner</a>"+sp
        		+"</td>"+sp
        		+"</tr>"+sp
        		
            		);
           

   		}
   		
			// 

		if(sub=="R_Leistungen" && "4"!="1")
      		{

      			XS_RolloverChecker('M_Homoeopathische_Publikationen');
        		document.write(
        		"<tr>" +sp
        		+"<td colspan=\"3\" align=\"left\">" +sp
        		+"<a href=\"http://www.dr-martin-buendner.de/content/R_Leistungen/M_Homoeopathische_Publikationen.html\">»Homöopathische Publikationen</a>"+sp
        		+"</td>"+sp
        		+"</tr>"+sp
        		
            		);
           

   		}
   		
			// 

		if(sub=="R_Leistungen" && "5"!="1")
      		{

      			XS_RolloverChecker('M_Service');
        		document.write(
        		"<tr>" +sp
        		+"<td colspan=\"3\" align=\"left\">" +sp
        		+"<a href=\"http://www.dr-martin-buendner.de/content/R_Leistungen/M_Service.html\">»Service</a>"+sp
        		+"</td>"+sp
        		+"</tr>"+sp
        		
            		);
           

   		}
   		
			// 

		if(sub=="R_Leistungen" && "6"!="1")
      		{

      			XS_RolloverChecker('M_Honorar');
        		document.write(
        		"<tr>" +sp
        		+"<td colspan=\"3\" align=\"left\">" +sp
        		+"<a href=\"http://www.dr-martin-buendner.de/content/R_Leistungen/M_Honorar.html\">»Honorar</a>"+sp
        		+"</td>"+sp
        		+"</tr>"+sp
        		
            		);
           

   		}
   		
			// 

		if(sub=="R_Homoeopathie" && "1"!="1")
      		{

      			XS_RolloverChecker('M_Homoeopathie');
        		document.write(
        		"<tr>" +sp
        		+"<td colspan=\"3\" align=\"left\">" +sp
        		+"<a href=\"http://www.dr-martin-buendner.de/content/R_Homoeopathie/M_Homoeopathie.html\">»Homöopathie</a>"+sp
        		+"</td>"+sp
        		+"</tr>"+sp
        		
            		);
           

   		}
   		
			// 

		if(sub=="R_Homoeopathie" && "2"!="1")
      		{

      			XS_RolloverChecker('M_Patienteninformation');
        		document.write(
        		"<tr>" +sp
        		+"<td colspan=\"3\" align=\"left\">" +sp
        		+"<a href=\"http://www.dr-martin-buendner.de/content/R_Homoeopathie/M_Patienteninformation.html\">»Patienteninformation</a>"+sp
        		+"</td>"+sp
        		+"</tr>"+sp
        		
            		);
           

   		}
   		
			// 

		if(sub=="R_Homoeopathie" && "3"!="1")
      		{

      			XS_RolloverChecker('M_Herstellung_homoeopathischer_Arzneien');
        		document.write(
        		"<tr>" +sp
        		+"<td colspan=\"3\" align=\"left\">" +sp
        		+"<a href=\"http://www.dr-martin-buendner.de/content/R_Homoeopathie/M_Herstellung_homoeopathischer_Arzneien.html\">»Herstellung homöopathischer Arzneien</a>"+sp
        		+"</td>"+sp
        		+"</tr>"+sp
        		
            		);
           

   		}
   		
			// 

		if(sub=="R_Homoeopathie" && "4"!="1")
      		{

      			XS_RolloverChecker('M_Weiteres');
        		document.write(
        		"<tr>" +sp
        		+"<td colspan=\"3\" align=\"left\">" +sp
        		+"<a href=\"http://www.dr-martin-buendner.de/content/R_Homoeopathie/M_Weiteres.html\">»Weiteres</a>"+sp
        		+"</td>"+sp
        		+"</tr>"+sp
        		
            		);
           

   		}
   		
			// 

		if(sub=="R_Weitere_Informationen" && "1"!="1")
      		{

      			XS_RolloverChecker('M_UEberblick');
        		document.write(
        		"<tr>" +sp
        		+"<td colspan=\"3\" align=\"left\">" +sp
        		+"<a href=\"http://www.dr-martin-buendner.de/content/R_Weitere_Informationen/M_UEberblick.html\">»Überblick</a>"+sp
        		+"</td>"+sp
        		+"</tr>"+sp
        		
            		);
           

   		}
   		
			// 

		if(sub=="R_Weitere_Informationen" && "2"!="1")
      		{

      			XS_RolloverChecker('M_Impfungen');
        		document.write(
        		"<tr>" +sp
        		+"<td colspan=\"3\" align=\"left\">" +sp
        		+"<a href=\"http://www.dr-martin-buendner.de/content/R_Weitere_Informationen/M_Impfungen.html\">»Impfungen</a>"+sp
        		+"</td>"+sp
        		+"</tr>"+sp
        		
            		);
           

   		}
   		
			// 

		if(sub=="R_Weitere_Informationen" && "3"!="1")
      		{

      			XS_RolloverChecker('M_Kasuistiken');
        		document.write(
        		"<tr>" +sp
        		+"<td colspan=\"3\" align=\"left\">" +sp
        		+"<a href=\"http://www.dr-martin-buendner.de/content/R_Weitere_Informationen/M_Kasuistiken.html\">»Kasuistiken</a>"+sp
        		+"</td>"+sp
        		+"</tr>"+sp
        		
            		);
           

   		}
   		
			// 

		if(sub=="R_Sprechzeiten" && "1"!="1")
      		{

      			XS_RolloverChecker('M_Sprechzeiten');
        		document.write(
        		"<tr>" +sp
        		+"<td colspan=\"3\" align=\"left\">" +sp
        		+"<a href=\"http://www.dr-martin-buendner.de/content/R_Sprechzeiten/M_Sprechzeiten.html\">»Sprechzeiten</a>"+sp
        		+"</td>"+sp
        		+"</tr>"+sp
        		
            		);
           

   		}
   		
			// 

		if(sub=="R_Wegbeschreibung" && "1"!="1")
      		{

      			XS_RolloverChecker('M_Wegbeschreibung');
        		document.write(
        		"<tr>" +sp
        		+"<td colspan=\"3\" align=\"left\">" +sp
        		+"<a href=\"http://www.dr-martin-buendner.de/content/R_Wegbeschreibung/M_Wegbeschreibung.html\">»Wegbeschreibung</a>"+sp
        		+"</td>"+sp
        		+"</tr>"+sp
        		
            		);
           

   		}
   		
			// 

		if(sub=="R_Links" && "1"!="1")
      		{

      			XS_RolloverChecker('M_Links');
        		document.write(
        		"<tr>" +sp
        		+"<td colspan=\"3\" align=\"left\">" +sp
        		+"<a href=\"http://www.dr-martin-buendner.de/content/R_Links/M_Links.html\">»Links</a>"+sp
        		+"</td>"+sp
        		+"</tr>"+sp
        		
            		);
           

   		}
   		
			// 

		if(sub=="R_Kontakt" && "1"!="1")
      		{

      			XS_RolloverChecker('M_Kontakt');
        		document.write(
        		"<tr>" +sp
        		+"<td colspan=\"3\" align=\"left\">" +sp
        		+"<a href=\"http://www.dr-martin-buendner.de/content/R_Kontakt/M_Kontakt.html\">»Kontakt</a>"+sp
        		+"</td>"+sp
        		+"</tr>"+sp
        		
            		);
           

   		}
   		
			// 

		if(sub=="R_Impressum" && "1"!="1")
      		{

      			XS_RolloverChecker('M_Impressum');
        		document.write(
        		"<tr>" +sp
        		+"<td colspan=\"3\" align=\"left\">" +sp
        		+"<a href=\"http://www.dr-martin-buendner.de/content/R_Impressum/M_Impressum.html\">»Impressum</a>"+sp
        		+"</td>"+sp
        		+"</tr>"+sp
        		
            		);
           

   		}
   		
			//
 
}


function XS_SearchNavi(bp)
{


for(i=0;i<mainMenus.length;i++)
{

	var actual_pathname= window.location.pathname;
   var searchindex = actual_pathname.indexOf(mainMenus[i]);
   if (searchindex!=-1)
	{
	XS_GetNaviSubs(bp,mainMenus[i]);
	}
}

}


//----------------------------------------------------------------------------------------------------------------------------
// Funktion XS_GetNaviMap (Stellt alle Submenüpunkte der komplette Homepage dar für eine schnellere Navigation im Site-Footer)
//----------------------------------------------------------------------------------------------------------------------------
function XS_GetNaviMap(bp)
{
   var sp = "";
   
   document.write(

      

      );
   
   
}
