$(document).ready(function(){  
    	
    $('#menu').clickMenu({arrowSrc:'arrow_right.gif'});
    
    $('#hideme').show();
    
    
      
}); 