/* PureDOM explorer 3.0 written by Christian Heilmann (http://icant.co.uk) Please refer to the pde homepage for updates: http://www.onlinetools.org/tools/puredom/ Free for non-commercial use. Changes welcome, but no distribution without the consent of the author. */ pde={ // CSS classes pdeClass:'pde', hideClass:'hide', showClass:'show', parentClass:'parent', currentClass:'current', // images added to the parent links openImage:'/content/js/minus.gif', closedImage:'/content/js/plus.gif', openMessage:'-', closedMessage:'+', // boolean to make the parent link collapse the section or not linkParent:false, init:function(){ pde.createClone(); if(!document.getElementById || !document.createTextNode){return;} var uls=document.getElementsByTagName('ul'); for(var i=0;i