// Make all AC_ERRORS bold


function DrawUp(){
document.write ("<style>")
document.write ("<!--")
document.write (".example {font-family: Lucida Sans Unicode; font-size: 10pt; background-color: #EEEDEA; padding: 8;}")
document.write ("-->")
document.write ("</style>")

//style=\"position: absolute; padding-left: 0; padding-top: 0\"
document.write ("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"  bgcolor=\"#66CCFF\"> <tr>");
document.write ("      <td width=\"100%\"><b><font color=\"#FFFFFF\" face=\"Lucida Sans Unicode\" size=\"2\">&nbsp;Activecrypt CertX ActiveX");
document.write ("        1.1 Reference</font></b></td>");
document.write ("    </tr>");
document.write ("  </table>");


}

function DrawDown(){
// Make all AC_ERRORS bold

var rng = document.body.createTextRange();
for (i=0; rng.findText("AC_ERRORS")!=false; i++) {
    rng.pasteHTML ("<b>AC_ERRORS</b>");
}
document.write ("<p>");
document.write ("<hr>");
document.write ("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">");
document.write ("<tr><td width=\"100%\"> <font face=\"Lucida Sans Unicode\"  size=\"2\">");
document.write ("<img src=\"env.gif\" > <a href=\"mailto:support@djhd.com\">support@djhd.com<br></a>Copyright <a href=\"http://www.activecrypt.com\">Activecrypt Software</a>, 2004</td></tr></table>");
}




