jQuery(document).ready(function(){ 
        jQuery("#jsNav").supersubs({ 
            minWidth:    12,
            maxWidth:    27,
            extraWidth:  1  
        }).superfish({
			// autoArrows: false, 
			dropShadows: false,
			disableHI: true
		}); 
    }); 