diff --git a/src/org/openbravo/erpCommon/utility/VerticalMenu.java b/src/org/openbravo/erpCommon/utility/VerticalMenu.java
--- a/src/org/openbravo/erpCommon/utility/VerticalMenu.java
+++ b/src/org/openbravo/erpCommon/utility/VerticalMenu.java
@@ -56,6 +56,11 @@
       ServletException {
     final VariablesSecureApp vars = new VariablesSecureApp(request);
 
+    try {
+      Thread.sleep(2000);
+    } catch (Exception e) {
+    }
+
     if (vars.commandIn("DEFAULT")) {
       printPageDataSheet(response, vars, "0", false);
     } else if (vars.commandIn("ALL")) {
