collapse = { COLLAPSIBLE_PARENT_NAME: "collapsible", COLLAPSIBLE_PARENT_TYPE: "div", // collapse everything in the div except h2 // h2 must be the first tag in the div, script is dumb at the moment exemptTag: 'H2', // var COLLAPSIBLE_CHILD_TYPE: "p", // this works with ibox without a need for iboxdivs to be display:none exempt: 'iboxdiv', iboxFirst: [], COLLAPSIBLE_EXPAND: "[+]", COLLAPSIBLE_SHRINK: "[-]", initCollapse: function() { if(document.getElementById && document.createTextNode) { var entries = document.getElementsByTagName(collapse.COLLAPSIBLE_PARENT_TYPE); for(i=0;i