You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by bu...@apache.org on 2012/05/16 05:38:12 UTC

svn commit: r817867 [3/3] - in /websites/staging/xmlgraphics/trunk/content: ./ batik/ batik/dev/ batik/tools/ batik/using/ batik/using/scripting/ commons/ fop/ fop/0.95/ fop/1.0/ fop/dev/ fop/dev/design/ fop/trunk/

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/design/useragent.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/design/useragent.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/design/useragent.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/doc.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/doc.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/doc.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/extensions.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/extensions.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/extensions.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/faq.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/faq.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/faq.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/implement.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/implement.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/implement.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/index.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/index.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/index.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/release.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/release.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/release.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/rtflib.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/rtflib.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/rtflib.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/svg.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/svg.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/svg.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/testing.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/testing.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/testing.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/dev/tools.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/dev/tools.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/dev/tools.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/download.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/download.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/download.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/examples.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/examples.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/examples.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/faq.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/faq.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/faq.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/fo.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/fo.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/fo.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/gethelp.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/gethelp.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/gethelp.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/index.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/index.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/index.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/knownissues.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/knownissues.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/knownissues.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/license.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/license.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/license.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/maillist.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/maillist.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/maillist.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/news.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/news.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/news.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/quickstartguide.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/quickstartguide.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/quickstartguide.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/resources.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/resources.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/resources.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/status.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/status.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/status.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/team.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/team.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/team.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/accessibility.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/accessibility.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/accessibility.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/anttask.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/anttask.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/anttask.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/compiling.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/compiling.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/compiling.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/complexscripts.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/complexscripts.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/complexscripts.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/configuration.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/configuration.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/configuration.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/embedding.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/embedding.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/embedding.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/events.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/events.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/events.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/extensions.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/extensions.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/extensions.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/fonts.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/fonts.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/fonts.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/graphics.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/graphics.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/graphics.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/hyphenation.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/hyphenation.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/hyphenation.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/index.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/index.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/index.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/intermediate.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/intermediate.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/intermediate.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/metadata.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/metadata.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/metadata.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/output.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/output.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/output.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfa.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfa.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfa.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfencryption.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfencryption.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfencryption.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfx.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfx.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/pdfx.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/running.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/running.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/running.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/servlets.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/servlets.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/servlets.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/upgrading.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/fop/trunk/upgrading.html (original)
+++ websites/staging/xmlgraphics/trunk/content/fop/trunk/upgrading.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/index.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/index.html (original)
+++ websites/staging/xmlgraphics/trunk/content/index.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/legal.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/legal.html (original)
+++ websites/staging/xmlgraphics/trunk/content/legal.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/mail.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/mail.html (original)
+++ websites/staging/xmlgraphics/trunk/content/mail.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/repo.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/repo.html (original)
+++ websites/staging/xmlgraphics/trunk/content/repo.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/sitemap.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/sitemap.html (original)
+++ websites/staging/xmlgraphics/trunk/content/sitemap.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })

Modified: websites/staging/xmlgraphics/trunk/content/team.html
==============================================================================
--- websites/staging/xmlgraphics/trunk/content/team.html (original)
+++ websites/staging/xmlgraphics/trunk/content/team.html Wed May 16 03:38:07 2012
@@ -331,10 +331,8 @@ $(document).ready(function () {
         var text = $(this).siblings('ul');
         if (text.is(':hidden')) {
             text.slideDown('200');
-            //$(this).children('span').html('-');     
         } else {
             text.slideUp('200');
-            //$(this).children('span').html('+');     
         }
     });
     if ($('#navigation :header').siblings('ul')) {
@@ -344,13 +342,7 @@ $(document).ready(function () {
   var str=location.href.toLowerCase();
   $("#navigation li a").each(function() {
     if (str.indexOf(this.href.toLowerCase()) > -1) {
-      $(this).parent().slideDown('200');
-        if ($(this).parent().is(':hidden')) {
-            $(this).parent().slideDown('200');
-        }
-        if ($(this).parent().parent().is(':hidden')) {
-            $(this).parent().parent().slideDown('200');
-        }
+      $(this).parents().slideDown('200');
     }
   });
 })



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org