/*
-----::: ABCnet.nl © 2011 :::-----
DATE: 15/12/2011
EDITED: 15/12/2011
DESCRIPTION: This is the JavaScript required to activelink Requires jQuery library 
*/
$(document).ready(function() {

   var path = location.pathname.substring(1);
   if ( path )
     $('.PP_tmenu a[href$="' + path + '"]').attr('class', 'PP_tmenu_selected');
	// $('#topMenu a[href$="' + path + '"]').attr('class', 'selectedTop');
});

