function toggle(layerID,imageBt){resourceBox=new Cookie(layerID.id);resourceBox.path="/";resourceBox.domain="thedoghouse.org";var collapse=/collapse*/g;if(collapse.test(imageBt.src)){layerID.style.display="none";imageBt.src="/tdh3/images/essential/resrc_expand.gif";imageBt.alt="Closed: Click here to get the navigation back.";resourceBox.store("false");}else{layerID.style.display="block";imageBt.alt="Open: Click here get more space.";imageBt.src="/tdh3/images/essential/resrc_collapse.gif";resourceBox.store("true");}}function toggleSection(layerID,imageBt){resourceBox=new Cookie(layerID.id);resourceBox.path="/";resourceBox.domain="thedoghouse.org";var collapse=/not_*/g;if(collapse.test(imageBt.src)){layerID.style.display="none";imageBt.src="http://thedoghouse.org/images/essential/subsection.gif";imageBt.alt="Closed: Click here to expand the list";resourceBox.store("false");}else{layerID.style.display="block";imageBt.src="http://thedoghouse.org/images/essential/not_subsection.gif";imageBt.alt="Open: Click here to hide the list";resourceBox.store("true");}}function toggleNavigation(layerID,imageBt){resourceBox=new Cookie(layerID.id);resourceBox.path="/";resourceBox.domain="thedoghouse.org";var collapse=/not_*/g;if(collapse.test(imageBt.src)){layerID.style.display="none";imageBt.src="http://thedoghouse.org/images/essential/up.gif";imageBt.alt="Closed: Click here to expand the list";resourceBox.store("false");}else{layerID.style.display="block";imageBt.src="http://thedoghouse.org/images/essential/not_up.gif";imageBt.alt="Open: Click here to hide the list";resourceBox.store("true");}}function Cookie(name,expires,domain,path,isSecure){this.name=name;this.expires=expires;this.domain=domain;this.path=path;this.isSecure=isSecure;}function Cookie_get(){var theWholeCookie=document.cookie;var cookieStart=theWholeCookie.indexOf(this.name);if(cookieStart==-1)return"";elsecookieStart+=this.name.length+1;var cookieEnd=theWholeCookie.indexOf(";",cookieStart);if(cookieEnd==-1)cookieEnd=theWholeCookie.length;var theCookie=theWholeCookie.substring(cookieStart,cookieEnd);return unescape(theCookie);}function Cookie_store(string){document.cookie=this.name+"=" +escape(string)+((this.expires)?"; expires=" +this.expires.toGMTString():"")+((this.path)?"; path=" +this.path:"")+((this.domain)?"; domain=" +this.domain:"")+((this.isSecure)?"; secure" :"");}function Cookie_del(){document.cookie=this.name+"=" +((this.expires)?"; expires=" +(new Date(0)).toGMTString():"")+((this.path)?"; path=" +this.path:"")+((this.domain)?"; domain=" +this.domain:"");}new Cookie();Cookie.prototype.store=Cookie_store;Cookie.prototype.get=Cookie_get;Cookie.prototype.del=Cookie_del;//  Generated 22:18 11/12/2003