$(document).ready(function(){
// Setup the nav drop-downs
 $('#nav').nmcDropDown({
 show: {height: 'show', opacity: 'show'}
 });
});

