--- generate-overview.pl 2003/05/26 16:56:11 1.13 +++ generate-overview.pl 2003/05/31 13:52:51 1.14 @@ -242,14 +242,16 @@ if (elmref0) elmref0.bgColor = '#e0e0e0'; } } else if(elmref) { + // default: show all + new_cookie |= 1 << links[i].name; if (elmref.style.display=='none') { elmref.style.display=''; - new_cookie |= 1 << links[i].name; if (elmref0) elmref0.bgColor = '#eeeeee'; } else { - elmref.style.display = 'none'; - //new_cookie &= !( 1 << links[i].name ); - if (elmref0) elmref0.bgColor = '#e0e0e0'; + // hide? no... + //elmref.style.display = 'none'; + //if (elmref0) elmref0.bgColor = '#e0e0e0'; + if (elmref0) elmref0.bgColor = '#eeeeee'; } } } @@ -277,7 +279,7 @@ if ($dynamic_js) { my $html =<<'HTMLEND'; -##desc## +##desc##