/*--------------------------------------------------| | dTree 2.05 | www.destroydrop.com/javascript/tree/ | |---------------------------------------------------| | Copyright (c) 2002-2003 Geir Landrö | | | | This script can be used freely as long as all | | copyright messages are intact. | | | | Updated: 17.04.2003 | |--------------------------------------------------*/ /* The content of attribute values should be quoted properly by using the equivalent entities. */ function dTreeQuote(str) { return (str .replace(/&/g, "&") .replace(/