I am using the mootools based Rokbox plugin, on one of my sites, and I can't figure out how to close it with javascript.
I triggered the click event on the close button, but that did not work.
I found the code in the rokbox source that is used to add the click listener
this.closeButton.addEvent('click',function(e){new Event(e).stop();self.swtch=false;self.close(e)});
but since it is minified i cannot find what "this" refers to