Index: jumpmenu.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/jumpmenu/jumpmenu.module,v
retrieving revision 1.1
diff -u -p -r1.1 jumpmenu.module
--- jumpmenu.module	18 Oct 2007 16:29:49 -0000	1.1
+++ jumpmenu.module	1 Apr 2008 21:34:45 -0000
@@ -72,6 +72,8 @@ function jumpmenu_forms() {
 function jumpmenu_block_jumpmenu($pid) {
 
   $options = menu_parent_options(0, $pid);
+  //remove top menu item which is simply the menu's name
+  $options = array_slice($options, 1, count($options), true);
   $default = menu_get_active_item();
   
   //The current active path may not be in the menu directly, so we 
