if(Drupal.jsEnabled) {
	$(document).ready(function() {

	
/*
	  $('#slickbox').hide();
	 // shows the slickbox on clicking the noted link  
	  $('a#slick-show').click(function() {
	    $('#slickbox').show('slow');
	    return false;
	  });
*/

/*
	  $('.menu-438').hide();
	  
*/

		
		$('.menu-433 a')
		  .attr({
		    target: "_blank"
		  });
		 
		      
	});
}

