{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf320
{\fonttbl\f0\fmodern\fcharset0 Courier;}
{\colortbl;\red255\green255\blue255;}
\margl1440\margr1440\vieww9000\viewh8400\viewkind0
\deftab720
\pard\pardeftab720\sa240\ql\qnatural

\f0\fs24 \cf0 // First we hide all exhibitis\
$("#menu ul li.section-title").nextAll().hide();\
// then the active exhibit is showed\
$("#menu ul").each(function()\{\uc0\u8232 $(this).find("li.active").prevAll().nextAll().show();\u8232 \});\
//This is the toggle function\
$("#menu ul li.section-title").click(function()\{\uc0\u8232 $(this).nextAll().slideToggle("fast");\u8232 \});\
}