function DivSwitch(divClass,divName1,divName2)
{
	var objDiv1 = document.getElementById(divName1);
	var objDiv2 = document.getElementById(divName2);
	if(objDiv2.className =="Visible")
	{
		objDiv2.className= "Invisible";
		objDiv1.className=divClass + " Arrow_Right";
		
		for(i = 0; i<objDiv1.getElementsByTagName('a').length;i++)
		{
			objDiv1.getElementsByTagName('a')[i].className='TaxonLevel_InActive';
		}  
		
	}
	else
	{
		objDiv2.className= "Visible";
		objDiv1.className=divClass + " Arrow_Down";
		
		for(i = 0; i<objDiv1.getElementsByTagName('a').length;i++)
		{
			objDiv1.getElementsByTagName('a')[i].className='TaxonLevel_Active';
		} 
		
	}
	
}

 if(document.images)
    {
      kaartnederland_kaartnederland = new Image();
      kaartnederland_kaartnederland.src = '/images/kaartnederland.gif';
      kaartnederland_noord_nederland = new Image();
      kaartnederland_noord_nederland.src = '/images/noord_nederland_incl_eilanden.gif';
	  kaartnederland_noord_oost_nederland = new Image();
      kaartnederland_noord_oost_nederland.src = '/images/noord_oost_nederland.gif';
	  kaartnederland_midden_nederland = new Image();
      kaartnederland_midden_nederland.src = '/images/midden_nederland.gif';
	  kaartnederland_west_nederland_noord_holland_en_texel = new Image();
      kaartnederland_west_nederland_noord_holland_en_texel.src = '/images/west_nederland_noord_holland_en_texel.gif';
      kaartnederland_west_nederland_zuid_holland = new Image();
      kaartnederland_west_nederland_zuid_holland.src = '/images/west_nederland_zuid_holland.gif';
	  kaartnederland_zuid_west_nederland = new Image();
      kaartnederland_zuid_west_nederland.src = '/images/zuid_west_nederland.gif';
	  kaartnederland_zuid_nederland = new Image();
      kaartnederland_zuid_nederland.src = '/images/zuid_nederland.gif';
	  kaartnederland_zuid_nederland_limburg = new Image();
      kaartnederland_zuid_nederland_limburg.src = '/images/zuid_nederland_limburg.gif';
	  
    }


function rollOver(iName,iState)
    {
      if(document.images)
      {
        document.images[iName].src = eval(iName + '_' + iState + '.src');
      }
    }
	
	function mouseover1()
		{
			document.getElementById("adres1").style.backgroundColor='#DDDDDD';

		}
		
	function mouseout1()
		{
			document.getElementById("adres1").style.backgroundColor='';

		}
		
	function mouseover2()
		{
			document.getElementById("adres2").style.backgroundColor='#DDDDDD';

		}
		
	function mouseout2()
		{
			document.getElementById("adres2").style.backgroundColor='';

		}	
			
		
	function mouseover3()
		{
			document.getElementById("adres3").style.backgroundColor='#DDDDDD';

		}
		
	function mouseout3()
		{
			document.getElementById("adres3").style.backgroundColor='';

		}	
		
	function mouseover4()
		{
			document.getElementById("adres4").style.backgroundColor='#DDDDDD';

		}
		
	function mouseout4()
		{
			document.getElementById("adres4").style.backgroundColor='';

		}	
		
	
	function mouseover5()
		{
			document.getElementById("adres5").style.backgroundColor='#DDDDDD';

		}
		
	function mouseout5()
		{
			document.getElementById("adres5").style.backgroundColor='';

		}	
		
	function mouseover6()
		{
			document.getElementById("adres6").style.backgroundColor='#DDDDDD';

		}
	
	function mouseout6()
		{
			document.getElementById("adres6").style.backgroundColor='';

		}	
			
    function mouseover7()
		{
			document.getElementById("adres7").style.backgroundColor='#DDDDDD';

		}
		
	function mouseout7()
		{
			document.getElementById("adres7").style.backgroundColor='';

		}	
	
	function mouseover8()
		{
			document.getElementById("adres8").style.backgroundColor='#DDDDDD';

		}
		
	function mouseout8()
		{
			document.getElementById("adres8").style.backgroundColor='';

		}	
