/* PureDOM explorer 3.1 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:'http://www.muehlburg-live.de/typo3conf/ext/rggooglemap/res/minus.gif', closedImage:'http://www.muehlburg-live.de/typo3conf/ext/rggooglemap/res/plus.gif', openMessage:'close section', closedMessage:'open section', // boolean to keep the section with the STRONG open or not. keepCurrentOpen:true, // 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