// JavaScript Document

$(function(){
      $('#gloval_nav').spritemenu({
        buttonwidth: 100,
        buttonheight: 30,
        speed: 'normal',
        easing: 'easeOutBounce',  //You need the easing plugin for anything other than 'swing' or 'linear'
        animate: 'height'
      });
});

//-->
