// DENTAL.JS

$(document).ready(function() {
	 
	// activate the superfish dropdown menu
	$('ul.sf-menu').superfish({ 
            animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
            speed:       'fast',                          // faster animation speed 
            autoArrows:  false,                           // disable generation of arrow mark-up 
            dropShadows: false                            // disable drop shadows 
        }); 

});


