I like it alot but I had to edit it a bit to get it to work with firefox. It worked fine with IE though when I tested it as it was. I prefer firefox to IE so here is what I done.
I took the follwing line
Code:
var folder='';function expandit(curobj){
Made the following changes
Code:
var folder='';
function expandit(curobj){
Now all is well for me and I don't get the expandit is not defined error anymore when using firefox.