var wechsle_nicht=1;
 
 function cb_on(id)
{
  if(document.getElementById)
  {
    if(document.getElementById(id+"_1").style.backgroundColor == "#ffffff")
    {
     wechsle_nicht = 1;
	
    }
    else if(document.getElementById(id+"_1").style.backgroundColor == "rgb(255, 255, 255)")
	{
	 wechsle_nicht = 1;
	  
	}
   else
   {
  
 
  
  document.getElementById(id+"_1").style.backgroundColor="#ffffff";
  document.getElementById(id+"_2").style.backgroundColor="#ffffff";
  document.getElementById(id+"_3").style.backgroundColor="#ffffff";
  document.getElementById(id+"_4").src="pics/grafik/navi_pfeil_a.gif";
  wechsle_nicht = 0;
  }
  }

}

function cb_out(id)
{


  if(document.getElementById)
  {
  
  
  
  
   if(wechsle_nicht == 0)
  {
  document.getElementById(id+"_1").style.backgroundColor="#ffffcc";
  document.getElementById(id+"_2").style.backgroundColor="#ffffcc";
  document.getElementById(id+"_3").style.backgroundColor="#ffffcc";
  document.getElementById(id+"_4").src="pics/grafik/navi_pfeil_0.gif";
  }
  else
  {
   wechsle_nicht=0;
  }
 
  }

}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
 
 
 var qs = window.location;
var adresse=String(qs);
 function highlight()
 {
  Suche = adresse.indexOf("?");

      //alert(adresse);

      if(Suche > 0)
      {
           adresse = adresse.substr((Suche+1),(adresse.length));
      }

      //alert(adresse);
	  
	    var ausdruck = /r_index=(\d+)&?/;
        ausdruck.exec(qs);
        aktuelle_seite = RegExp.$1;
        //alert(aktuelle_seite);
		
		
		if(document.getElementById)
                {
                          //alert(untermenue_unternehmen[i]);
                if(document.getElementById(aktuelle_seite+"_1"))
                   {
                        document.getElementById(aktuelle_seite+"_1").style.backgroundColor="#ffffff";
						document.getElementById(aktuelle_seite+"_2").style.backgroundColor="#ffffff";
						document.getElementById(aktuelle_seite+"_3").style.backgroundColor="#ffffff";
                        document.getElementById(aktuelle_seite+"_4").src = "pics/grafik/navi_pfeil_a.gif";
                   }
                }
 }



 
 
 
 
 
 function fenster700x600(page)
{

var fenster=window.open(page,'Infofenster','left=50,top=30,toolbar=yes,location=no,directories=no,scrollbars=1,resizable=1,height=600,width=700');
}

 
 function fenster500x400(page)
{

var fenster=window.open(page,'Infofenster','left=50,top=30,toolbar=yes,location=no,directories=no,scrollbars=1,resizable=1,height=400,width=500');
}


function events_abonnieren()
{
var fenster=window.open('http://www.eco-world.de/scripts/basics/eco-world/service/events/basics.prg?nap=new&page=getabo','Infofenster','left=50,top=30,toolbar=yes,location=no,directories=no,scrollbars=1,resizable=1,height=500,width=600');


}

/* Funktion fuer neuer Gewinnspiel. Eingestellt am 19.7.2004 */
function gs() {
var Win = window.open("http://www.eco-world.de/gewinnspiel/bo_gewinnspiel/gewinnspiel.html","Gewinnspiel",'left=10,top=10,width=670,height=600,resizable=yes,scrollbars=yes,menubar=no,status=no' );
}