 var jsimage = "/img/1x1.gif";
         var jsimageOn = "/img/nav_home_on.gif";
         var rubriek = "home"

	if (String(window.location).indexOf("nieuws") >-1)
	{
	rubriek = "nieuws"
	jsimage = "/img/t_nieuwsagenda.gif";
	jsimageOn = "/img/nav_nieuws_on.gif";
	}

	if (String(window.location).indexOf("opleidingen") >-1)
	{
	rubriek = "opleidingen"
	jsimage = "/img/t_deopleidingen.gif";
	jsimageOn = "/img/nav_opleidingen_on.gif";
	}

	if (String(window.location).indexOf("vertel") >-1)
	{
	rubriek = "vertel"
	jsimage = "/img/t_deelnemersvertellen.gif";
	jsimageOn = "/img/nav_vertel_on.gif";
	}

	if (String(window.location).indexOf("filosofie") >-1)
	{
	rubriek = "filosofie"
	jsimage = "/img/t_defilosofie.gif";
	jsimageOn = "/img/nav_filosofie_on.gif";
	}

        if (String(window.location).indexOf("trainers") >-1)
	{
	rubriek = "trainers"
	jsimage = "/img/t_de_trainers_en_de_coaches.gif";
	jsimageOn = "/img/nav_de_trainers_en_de_coaches_on.gif";
	}

	if (String(window.location).indexOf("organisatie") >-1)
	{
	rubriek = "organisatie"
	jsimage = "/img/t_deorganisatie.gif";
	jsimageOn = "/img/nav_organisatie_on.gif";
	}

	if (String(window.location).indexOf("contact") >-1)
	{
	rubriek = "contact"
	jsimage = "/img/t_contact.gif";
	jsimageOn = "/img/nav_contact_on.gif";
	}

