// Onderstaande functie laat op de CV-pagina's de pdf-link etc. verschijnen

           $(function() {
                $('#container-1 > ul').tabs();
             });

$(document).ready(function() {

 $(".slickbox:gt(-1)").hide();

 $('.slick-toggle').prepend('<img src="http://www.nivel.nl/content/images/nivel6/arrowDown.gif" id="imgArrow" /> ');

 $('.slick-toggle').click(function() {
    $(this).next(".slickbox").slideToggle(400);
	
     return false;
  });


});

// Maak het zoekboxje in de header leeg als het actief wordt.
 <!--
 function doClear(theText) 
{
     if (theText.value == theText.defaultValue)
 {
         theText.value = ""
     }
 }
 //-->

$(document).ready(function(){
     $('#klik').click(function(){
         $('#open').show();
     });
});

function gaNaarPagina(link){

            window.location="http://www.nivel.nl/oc2/page.asp?PageID="+link;

}
