 function SpringNaar(page) {
 var jumpUrl = "";
  switch(page) {
   case 101 : // electronische transformatoren
    jumpUrl = "http://www.erea.be/asp/indeling.asp?lng=N&amp;tid=50";
    break ;
   case 102 : // electromagnetische transformatoren
    jumpUrl = "http://www.erea.be/asp/indeling.asp?lng=N&amp;tid=240";
    break ;
	case 103 : // ledapplicaties
    jumpUrl = "http://www.erea.be/asp/indeling.asp?lng=N&amp;tid=10";
    break ;
   case 104 : // industriele transformatoren
    jumpUrl = "http://www.erea.be/asp/indeling.asp?lng=N&amp;tid=400";
    break ;
   case 201 : // electronische transformatoren
    jumpUrl = "http://www.erea.be/asp/indeling.asp?lng=f&amp;tid=50";
    break ;
   case 202 : // electromagnetische transformatoren
    jumpUrl = "http://www.erea.be/asp/indeling.asp?lng=f&amp;tid=240";
    break ;
   case 203 : // ledapplicaties
    jumpUrl = "http://www.erea.be/asp/indeling.asp?lng=f&amp;tid=10";
    break ;
   case 204 : // industriele transformatoren
    jumpUrl = "http://www.erea.be/asp/indeling.asp?lng=f&amp;tid=400";
    break ;
   case 301 : // electronische transformatoren
    jumpUrl = "http://www.erea.be/asp/indeling.asp?lng=d&amp;tid=50";
    break ;
   case 302 : // electromagnetische transformatoren
    jumpUrl = "http://www.erea.be/asp/indeling.asp?lng=d&amp;tid=240";
    break ;
	case 303 : // ledapplicaties
    jumpUrl = "http://www.erea.be/asp/indeling.asp?lng=d&amp;tid=10";
    break ;
   case 304 : // industriele transformatoren
    jumpUrl = "http://www.erea.be/asp/indeling.asp?lng=d&amp;tid=400";
    break ;
   case 401 : // electronische transformatoren
    jumpUrl = "http://www.erea.be/asp/indeling.asp?lng=e&amp;tid=50";
    break ;
   case 402 : // electromagnetische transformatoren
    jumpUrl = "http://www.erea.be/asp/indeling.asp?lng=e&amp;tid=240";
    break ;
	case 403 : // ledapplicaties
    jumpUrl = "http://www.erea.be/asp/indeling.asp?lng=e&amp;tid=10";
    break ;
   case 404 : // industriele transformatoren
    jumpUrl = "http://www.erea.be/asp/indeling.asp?lng=e&amp;tid=400";
    break ;
  } 
  window.location.href = jumpUrl ;
 }