1 <script type="text/javascript">
3 jQuery(".suite.fieldset").each(function(){
5 jQuery(me).prev(".editer").find("input.checkbox").click(function(){
6 if (jQuery(this).prop("checked"))
7 jQuery(me).show('fast');
9 jQuery(me).hide('fast');
15 input.checkbox:checked+label {font-weight: bold;}
16 li.fieldset.adhesion {margin-bottom: 1em}
17 li.suite {margin-left: 40px;}