function openComplianceWindow () {  myWindow = window.open("", "complianceWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,height=300,width=400");  myWindow.document.write ("<head><title>W3C Compliance Information</title></head>")var theName = navigator.appNameif (theName == "Netscape") {  myWindow.document.write ("<body text='#000000' bgcolor='#FFFDFA' link='#5B3D23' vlink='#187534' alink='#5B3D23'> <font face='Arial,Helvetica'>The majority of this web site is HTML 4.01 compliant.&nbsp; The frame content pages in the Environment and Maintaining the Forest sections initiate a table with&nbsp; a JavaScript&nbsp; document.writeln and within a noscript tag;&nbsp; this is not W3C compliant.  I did this to accommodate browsers with and without JavaScipt available in a single file.<p>To read more about the World Wide Web Consortium, <a href='http://www.w3.org/' target='_blank'>click here</a>.&nbsp; To use their HTML validation service, <a href='http://validator.w3.org/' target='_blank'>click here</a>.</font> <p><center><a href=' ' onClick='self.close()'><img src='CommonImages/closeButton.jpeg' border=0 height=50 width=145></a></center></body>")}else{  myWindow.document.write ("<body text='#000000' bgcolor='#FFFDFA' link='#5B3D23' vlink='#187534' alink='#5B3D23'> <font face='Arial,Helvetica'>The majority of this web site is HTML 4.01 compliant.&nbsp; The frame content pages in the Environment and Maintaining the Forest sections initiate a table with&nbsp; a JavaScript&nbsp; document.writeln and within a noscript tag;&nbsp; this is not W3C compliant.  I did this to accommodate browsers with and without JavaScipt available in a single file.<p>To read more about the World Wide Web Consortium, <a href='http://www.w3.org/' target='_blank'>click here</a>.&nbsp; To use their HTML validation service, <a href='http://validator.w3.org/' target='_blank'>click here</a>.</font></body>")}  return (false)}
