
function writeAxxiaHeader(strName)
{
    document.write("<table cellpadding=0 cellspacing=0 border=0 width=99%>");
    document.write("<tr>");
    document.write("    <td><font face=\"arial\" size=\"8\">");
    document.write(strName);
    document.write("</font></td>");
    document.write("    <td><img src=\"../images/prlog.gif\" align=right alt=\"\"></td>");
    document.write("</tr>");
    document.write("</table>");
    document.write("<p><hr SIZE=\"2\" NOSHADE WIDTH=\"517\" align=\"center\"></p>");
}


