jQuery(document).ready(function() { 
 
	    jQuery('ul.sf-menu').superfish(); 

	    jQuery('#toTheTop').click(function(){
	      jQuery('html, body').animate({scrollTop:0}, 'slow');
		  return false;
	    });
		
		jQuery('#cPath-68').click(function(){
			window.location.href = "index.php?cPath=68";	
		});

	});

