--- generate-overview.pl 2003/05/24 13:22:24 1.12 +++ 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,9 +279,9 @@ if ($dynamic_js) { my $html =<<'HTMLEND'; -##desc## +##desc## - + HTMLEND