diff --git a/dhtml_menu.js b/dhtml_menu.js
index 9d38f64..8f98a90 100644
--- a/dhtml_menu.js
+++ b/dhtml_menu.js
@@ -24,7 +24,7 @@ Drupal.behaviors.dhtmlMenu = function() {
   $('.collapsed').removeClass('expanded');
 
   // Get cookie
-  if (!effects.siblings) {
+  /*if (!effects.siblings) {
     var cookie = Drupal.dhtmlMenu.cookieGet();
     for (var i in cookie) {
       // If the cookie was not applied to the HTML code yet, do so now.
@@ -33,7 +33,7 @@ Drupal.behaviors.dhtmlMenu = function() {
         Drupal.dhtmlMenu.toggleMenu(li);
       }
     }
-  }
+  }*/
 
   /* Add jQuery effects and listeners to all menu items.
    * The ~ (sibling) selector is unidirectional and selects 
