var rootpath = document.getElementById("mainlogolink").href.substring("0", document.getElementById("mainlogolink").href.lastIndexOf("/")+1)

document.write(" <tr>")
document.write("  <td colspan='3' height='75'>")

document.write("   <table width='100%' height='100%' border='0' cellspacing='0' cellpadding='0'>")
document.write("    <tr>")
document.write("     <td align='right' valign='middle'><img src='" + rootpath + "0002_files/bottom_left.gif' border='0'></td>")
document.write("     <td align='center' valign='middle' background='" + rootpath + "0002_files/bottom_middle.gif' border='0' width='100%' height='100%'>")
document.write("      <table width='100%' height='90%' border='0' cellspacing='0' cellpadding='0'>")
document.write("       <tr>")
document.write("        <td align='left' valign='middle' style='padding-left: 20px;'><font style='font-face: Arial; font-size: 16px;'>&copy; 2008. ООО фирма \"<a href='index.html' style='text-decoration: none;'>МАРКВЕТ</a>\"</font></td>")
document.write("        <td align='center' valign='middle'><font style='font-face: Arial; font-size: 16px;'>дизайн by Yazykov</font></td>")
document.write("        <td align='right' valign='middle' style='padding-right: 20px;'><font style='font-face: Arial; font-size: 16px;'>техническая поддержка <a href='mailto:mitroser04@mail.ru' style='text-decoration: none;'>Serge</a></font></td>")
document.write("       </tr>")
document.write("      </table>")
document.write("     </td>")
document.write("     <td align='left' valign='middle'><img src='" + rootpath + "0002_files/bottom_right.gif' border='0'></td>")
document.write("     </tr>")
document.write("   </table>")

document.write("  </td>")
document.write(" </tr>")
