function toggleExpandBox(a,b){var c;if(document.getElementById){if(document.getElementById(b).style.display=="none"){c=document.getElementById(a).src;c=c.substr(0,c.indexOf("btnBoxExpand.gif",1))+"btnBoxCollapse.gif";document.getElementById(a).src=c;document.getElementById(b).style.display="";}else{c=document.getElementById(a).src;c=c.substr(0,c.indexOf("btnBoxCollapse.gif",1))+"btnBoxExpand.gif";document.getElementById(a).src=c;document.getElementById(b).style.display="none";}}else{alert("Your browser does not allow for dynamic javascript and is not standards-compliant.\nPlease update your browser to use our site and have it function correctly.");}}function DivExpandAll(){if(document.getElementById){var c=document.getElementsByTagName("div");var a;for(var a=0;a<c.length;a++){c[a].style.display="";}var d=document.getElementsByTagName("img");var b;for(var b=0;b<d.length;b++){if(d[b].src.indexOf("btnBoxExpand.gif",1)>0){d[b].src=d[b].src.substr(0,d[b].src.indexOf("btnBoxExpand.gif",1))+"btnBoxCollapse.gif";}}}}
