//menuknoppen ACMO javascript

	   afb1aan = new Image (138, 58)
	   afb1aan.src="http://www.acmo.eu/wp-content/themes/acmo/images/active_home.gif"
	   
	   afb1uit= new Image (138, 58)
	   afb1uit.src="http://www.acmo.eu/wp-content/themes/acmo/images/inactive_home.gif"
	   
	   afb2aan = new Image (138, 58)
	   afb2aan.src="http://www.acmo.eu/wp-content/themes/acmo/images/active_nieuws.gif"
	   
	   afb2uit= new Image (138, 58)
	   afb2uit.src="http://www.acmo.eu/wp-content/themes/acmo/images/inactive_nieuws.gif"
	   
	   afb3aan = new Image (138, 58)
	   afb3aan.src="http://www.acmo.eu/wp-content/themes/acmo/images/active_contact.gif"
	      
	   afb3uit= new Image (138, 58)
	   afb3uit.src="http://www.acmo.eu/wp-content/themes/acmo/images/inactive_contact.gif"
	
	   afb4aan = new Image (138, 58)
	   afb4aan.src="http://www.acmo.eu/wp-content/themes/acmo/images/active_advies.gif"
	   
	   afb4uit= new Image (138, 58)
	   afb4uit.src="http://www.acmo.eu/wp-content/themes/acmo/images/inactive_advies.gif"
	        
	   afb5aan = new Image (138, 58)
	   afb5aan.src="http://www.acmo.eu/wp-content/themes/acmo/images/active_coaching.gif"
	   
	   afb5uit= new Image (138, 58)
	   afb5uit.src="http://www.acmo.eu/wp-content/themes/acmo/images/inactive_coaching.gif"
	        
	   afb6aan = new Image (138, 58)
	   afb6aan.src="http://www.acmo.eu/wp-content/themes/acmo/images/active_mediation.gif"
	   
	   afb6uit= new Image (138, 58)
	   afb6uit.src="http://www.acmo.eu/wp-content/themes/acmo/images/inactive_mediation.gif"   
	       
	   function Actief(afbNaam)
	   {
	   
	   plaatjeAan = eval(afbNaam + "aan.src")
	   document [afbNaam].src=plaatjeAan
	   
	   }
	   
	   function Inactief(afbNaam)
	   {
	   
	   plaatjeUit = eval(afbNaam + "uit.src")
	   document [afbNaam].src = plaatjeUit
	   
	   }
	   
