" var wid=0;\n"
" $('table.zones').each(function(i) { if( $(this).width() > wid ) wid = $(this).width(); return true; });\n"
" $('table.zones').css('min-width', wid );\n"
+ " $(\"h2+table,h3+table,h4+table,h2+div,h3+div,h2+script,h3+script\").prev().append(' <a class=\"tabletoggle\" href=\"#\" style=\"font-size:small\">Show/Hide</a>');\n"
+ " $(\".tabletoggle\").click(function(){\n"
+ " var n = $(this).closest(\"h2,h3,h4\").next();\n"
+ " if (n.is(\"script\")) { n = n.next(); }\n"
+ " if (n.is(\"div\")) { n.toggleClass(\"hidden\"); n = n.next(); }\n"
+ " if (n.is(\"table\")) { n.toggleClass(\"hidden\"); }\n"
+ " return false;\n"
+ " });\n"
" });\n"
" </script>\n"
"\n"
" font-size: 10pt;\n"
" }\n"
"\n"
+ " .hidden{\n"
+ " display: none;\n"
+ " }\n"
+ "\n"
" .odd{\n"
" background-color: #f0f0f0;\n"
" }\n"