$(document).ready(function()
    {
      $('#subnav').hide();
	   $('#subnav').show( 'slide', {direction: 'down'}, 900 );
	   
    }
)

