Index: tw.module
===================================================================
--- tw.module	(revision 316)
+++ tw.module	(working copy)
@@ -586,12 +652,20 @@
     'access arguments' => array(TW_ACCESS),
     'file' => 'tw_pages.inc',
   );
+  $items['admin/content/tw/tables'] = array(
+    'title' => 'Tables',
+    'description' => 'Manage raw data from arbitrary tables: import, analyze, and view it',
+    'type' => MENU_DEFAULT_LOCAL_TASK,
+    'weight' => 1,
+  );
   $items['admin/content/tw/relationships'] = array(
     'title' => 'Relationships',
     'description' => 'Manage relationships between managed tables',
     'page callback' => 'tw_relationships',
     'access arguments' => array(TW_ACCESS),
     'file' => 'tw_pages.inc',
+    'type' => MENU_LOCAL_TASK,
+    'weight' => 2,
   );
   $items['admin/content/tw/analyze/%'] = array(
     'title' => 'Table analysis',
@@ -602,11 +676,13 @@
     'file' => 'tw_pages.inc',
   );
   $items['admin/content/tw/export'] = array(
-    'title' => 'Views definition for hook_views_data()',
+    'title' => 'Export',
+    'description' => 'Views definition for hook_views_data()',
     'page callback' => 'tw_export',
     'access arguments' => array(TW_ACCESS),
-    'type' => MENU_CALLBACK,
     'file' => 'tw_pages.inc',
+    'type' => MENU_LOCAL_TASK,
+    'weight' => 3,
   );
   return $items;
 }
