Index: memcache_admin.module
===================================================================
--- memcache_admin.module	(revision 731)
+++ memcache_admin.module	(working copy)
@@ -15,6 +15,7 @@
     if ($user->uid) {
       drupal_add_js(drupal_get_path('module', 'memcache_admin'). '/memcache.js');
     }
+    drupal_add_js('misc/collapse.js');
     register_shutdown_function('memcache_admin_shutdown');
   }
 }
@@ -242,7 +243,7 @@
       $output = theme('table', $headers, $_memcache_statistics);
 
       // this makes sure all of the HTML is within the <body> even though this <script> is outside it
-      print '<div id="memcache-devel"><h2>'. t('Memcache statistics'). '</h2>'. $output. '</div>';
+      print '<fieldset class=" collapsible collapsed" id="memcache-devel"><legend>'. t('Memcache statistics'). '</legend>'. $output. '</fieldset>';
     }
   }
 }
