function header(pathImg,pathBanner,pathLink) 
	{

document.write("<table cellpadding=0 cellspacing=0 border=0 width=780>");
document.write(" <tr  bgcolor='#78112C' height=26>");
document.write("  <td rowspan=2 valign=top><a href='"+pathLink+"index.php'><img src='"+pathImg+"logo2.gif' border=0></a></td>");
document.write("  <td><img src='"+pathImg+"tm_curve.gif'></td>");
document.write("  <td><a href='"+pathLink+"index.php'><img src='"+pathImg+"tm_home.gif' border='0'></a></td>");
document.write("  <td><img src='"+pathImg+"tm_blank.gif' border='0'></td>");
document.write("  <td><img src='"+pathImg+"tm_blank.gif' border='0'></td>");
document.write("  <td><img src='"+pathImg+"tm_blank.gif' border='0'></td>");
document.write("  <td><img src='"+pathImg+"tm_blank.gif' border='0'></td>");
document.write("  <td><img src='"+pathImg+"tm_right.gif' border='0'></td>");
document.write(" </tr>");
document.write(" <tr>");
document.write("  <td colspan=7 height=70 align=center bgcolor='#78112C'>");
document.write("   <a href='"+pathLink+"inbox_writer/writer/'><img src='"+pathBanner+"writer_banner.gif' border=0></a>");
document.write("  </td>");
document.write(" </tr>");
document.write("</table>");

}