Page is a not externally linkable
Xenji - 9:32 am on Aug 7, 2012 (gmt 0)
Just if you didn't know about it: jQuery.
This JS libary makes these functions very easy to use. For example:
$('#dpsheal').click(function(){
$('#dpsheal').toggle();
});
That would have the same effect as your JavaScript.
[api.jquery.com...]