Subversion Repositories DevTools

Rev

Rev 5791 | Rev 7288 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5791 Rev 6613
Line 435... Line 435...
435
        }
435
        }
436
     }
436
     }
437
   }
437
   }
438
}
438
}
439
 
439
 
-
 
440
function ToggleDisplayNone () {
-
 
441
   var i, args, div_name, el
-
 
442
   args=ToggleDisplayNone.arguments;
-
 
443
   for (i=0; i<(args.length); i+=1) {
-
 
444
      div_name=args[i];
-
 
445
      el = MM_findObj(div_name);
-
 
446
      if (el) { 
-
 
447
        if ( el.style.display == 'none' ) {
-
 
448
           el.style.display = '';
-
 
449
        } else {
-
 
450
           el.style.display = 'none';
-
 
451
        }
-
 
452
     }
-
 
453
   }
-
 
454
}
-
 
455
 
440
function Visible () {
456
function Visible () {
441
 
457
 
442
   var i, args, div_name, visibility
458
   var i, args, div_name, visibility
443
   args=Visible.arguments;
459
   args=Visible.arguments;
444
   for (i=0; i<(args.length); i+=2) {
460
   for (i=0; i<(args.length); i+=2) {