function showElements() { e = window.document.forms[0].elements alert("length: " + e.length); for (n = 0; n < e.length; n++) { if (e[n].name == "") ee = "NO NAME" else ee = e[n].name t = e[n].type; if (e[n].value == "") v = "NO VALUE" else v = e[n].value alert (ee + "\n" + t + "\n" + v); } } function changeLinks() { for (i=0; i= 0) { document.links[i].href = "javascript:confidHelp();"; } } /* From old design var linkCount = document.links.length; if (linkCount > 2) { for (i=3; i"; myheader = myheader + ""; var myfont = ""; var mytext = "
This document is confidential. It cannot be accessed via the web.
Please fill out a public records request to obtain a copy.
    "; var myendfont = "
    "; var myendheader = ""; windowprops = "menubars=no,location=no,toolbars=no,scrollbars=yes," +"width=450,height=150,top=275,left=200"; self.name = "main"; mytext = mytext + "

    "; var linkswin = null; try { linkswin = window.open(null,"Confidential Info.",windowprops); } catch(e) { } if (linkswin != null) { with (linkswin.document) { open(); write(myheader + myfont + mytext + myendfont + myendheader); close(); } } else { alert("This document is confidential. It cannot be accessed via the web. Please fill out a public records request to obtain a copy."); } }