
	
	var getresults = function( results ) {
        eval( results );
    }
  
  
   function get_gallery( gallery_id ) {
   		ajax.post( ROOT + 'ajax.php?action=get_gallery&gallery_id=' + gallery_id , getresults, 0 );
   }
