
function header() {
    document.writeln('  <tr>');
    document.writeln('    <td height="202" valign="top" background="images/html_backg.jpg"><table id="Table_01" width="860" height="202" border="0" cellpadding="0" cellspacing="0">');
    document.writeln('      <tr>');
    document.writeln('        <td width="275" height="44" background="images/top_01.jpg">&nbsp;</td>');
    document.writeln('        <td><img src="images/top_02.jpg" width="335" height="44" alt="" /></td>');
    document.writeln('        <td width="250" height="44" background="images/top_03.jpg">&nbsp;</td>');
    document.writeln('      </tr>');
    document.writeln('      <tr>');
    document.writeln('        <td><img src="images/top_04.jpg" width="275" height="158" alt="" /></td>');
    document.writeln('        <td><img src="images/top_05.jpg" width="335" height="158" alt="" /></td>');
    document.writeln('        <td><img src="images/top_06.jpg" width="250" height="158" alt="" /></td>');
    document.writeln('      </tr>');
    document.writeln('    </table></td>');
    document.writeln('  </tr>');
}


function main_header() {

    document.writeln('	      <table border="0" width="100%" cellspacing="0" cellpadding="0">');
    document.writeln('		<tr>');
    document.writeln('		  <td>');
    document.writeln('		  <div align="left" class="style19">(404) 936-8558</div> ');
    document.writeln('		  </td>');
    document.writeln('		  <td>');
    document.writeln('		    <div align="right" class="style19">');
    document.writeln('		      <span class="style20">info@upnetworkconsulting.com</span>');
    document.writeln('		    </div>');
    document.writeln('		  </td>');
    document.writeln('		</tr>');
    document.writeln('	      </table>');
}

function navigation() {
    document.writeln('        <td width="280" height="517" valign="top"><table id="Table_" width="280" height="517" border="0" cellpadding="0" cellspacing="0">');
    document.writeln('          <tr>');
    document.writeln('            <td width="29" height="59" background="images/left_01.jpg">&nbsp;</td>');
    document.writeln('            <td width="18" height="59"><img src="images/left_02.jpg" width="18" height="59" alt="" /></td>');
    document.writeln('            <td><img src="images/left_03.jpg" width="200" height="59" alt="" /></td>');
    document.writeln('            <td width="22" height="59" background="images/left_04.jpg">&nbsp;</td>');
    document.writeln('            <td><img src="images/left_05.jpg" width="11" height="59" alt="" /></td>');
    document.writeln('          </tr>');
    document.writeln('          <tr>');
    document.writeln('            <td width="29" height="458" background="images/left_06.jpg">&nbsp;</td>');
    document.writeln('            <td width="18" height="458" background="images/left_07.jpg">&nbsp;</td>');
    document.writeln('            <td width="200" height="458" valign="top" background="images/left_08.jpg"><table width="200" border="0" align="center" cellpadding="0" cellspacing="0" id="navigation">');
    document.writeln('              <tbody>');
    document.writeln('                <tr>');
    document.writeln('                  <td width="184" valign="top"><a href="index.html" class="navText style15">Home</a></td>');
    document.writeln('                </tr>');
    document.writeln('                <tr>');
    document.writeln('                  <td valign="top"><a href="networking.html" class="navText style15">> Networking</a></td>');
    document.writeln('                </tr>');
    document.writeln('                <tr>');
    document.writeln('                  <td valign="top"><a href="web_services.html" class="navText style15">> Web Services</a></td>');
    document.writeln('                </tr>');
    document.writeln('                <tr>');
    document.writeln('                  <td valign="top"><a href="web_hosting.html" class="navText style15">> Web Hosting</a></td>');
    document.writeln('                </tr>');
    document.writeln('                <tr>');
    document.writeln('                  <td valign="top"><a href="virtualization.html" class="navText style15">> Virtualization</a></td>');
    document.writeln('                </tr>');
    document.writeln('                <tr>');
    document.writeln('                  <td valign="top"><a href="linux_support.html" class="navText style15">> Linux Support</a></td>');
    document.writeln('                </tr>');
    document.writeln('                <tr>');
    document.writeln('                  <td valign="top"><a href="windows_support.html" class="navText style15">> Windows Support</a></td>');
    document.writeln('                </tr>');

    /*
    document.writeln('                <tr>');
    document.writeln('                  <td><a href="clients.html" class="navText style15">Clients</a></td>');
    document.writeln('                </tr>');
    */
    document.writeln('                <tr>');
    document.writeln('                  <td width="184"><a href="contact.html" class="navText style15">Contact</a></td>');
    document.writeln('                </tr>');
    document.writeln('              </tbody>');
    document.writeln('            </table></td>');
    document.writeln('            <td width="22" height="458" background="images/left_09.jpg"></td>');
    document.writeln('            <td valign="top"><img src="images/left_10.jpg" width="11" height="458" alt="" /></td>');
    document.writeln('          </tr>');
    document.writeln('        </table></td>');
}

function footer() {
    document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
    document.writeln('  <tr>');
    document.writeln('    <td background="images/footer_backg.jpg"><div align="center">');
    document.writeln('      <table id="Table_3" width="860" height="63" border="0" cellpadding="0" cellspacing="0">');
    document.writeln('        <tr>');
    document.writeln('          <td><img src="images/footer_01.jpg" width="29" height="10" alt="" /></td>');
    document.writeln('          <td><img src="images/footer_02.jpg" width="18" height="10" alt="" /></td>');
    document.writeln('          <td colspan="3"><img src="images/footer_03.jpg" width="760" height="10" alt="" /></td>');
    document.writeln('          <td><img src="images/footer_04.jpg" width="24" height="10" alt="" /></td>');
    document.writeln('          <td><img src="images/footer_05.jpg" width="29" height="10" alt="" /></td>');
    document.writeln('        </tr>');
    document.writeln('        <tr>');
    document.writeln('          <td width="29" height="52" background="images/footer_06.jpg">&nbsp;</td>');
    document.writeln('          <td height="52" colspan="2" background="images/footer_07.jpg"><div align="left"><font face="Arial, Helvetica, sans-serif"><span class="style7">Copyright ');
    document.writeln('            2008 &copy;<br />');
    document.writeln('            <strong>Up Network Consulting</strong></span></font><span class="style15"><font color="#FFFFFF" face="Arial, Helvetica, sans-serif"><br />');
    document.writeln('              </font><font face="Arial, Helvetica, sans-serif"><span class="style17"></span></font></span></div></td>');
    document.writeln('          <td width="21" height="52" background="images/footer_08.jpg">&nbsp;</td>');
    document.writeln('          <td width="506" height="52" background="images/footer_09.jpg"><!--<div align="center"><span class="style15"><font color="#996600" face="Arial, Helvetica, sans-serif"> <font color="#FFFFFF"><a href="#">All rights reserved</a></font></font> <span class="style17">-</span><font color="#FFFFFF"><font face="Arial, Helvetica, sans-serif"> <a href="#">Policies</a></font></font></span></div>--></td>');
    document.writeln('          <td height="52" colspan="2" background="images/footer_10.jpg">&nbsp;</td>');
    document.writeln('        </tr>');
    document.writeln('        <tr>');
    document.writeln('          <td><img src="images/spacer.gif" width="29" height="1" alt="" /></td>');
    document.writeln('          <td><img src="images/spacer.gif" width="18" height="1" alt="" /></td>');
    document.writeln('          <td><img src="images/spacer.gif" width="183" height="1" alt="" /></td>');
    document.writeln('          <td><img src="images/spacer.gif" width="21" height="1" alt="" /></td>');
    document.writeln('          <td><img src="images/spacer.gif" width="506" height="1" alt="" /></td>');
    document.writeln('          <td><img src="images/spacer.gif" width="24" height="1" alt="" /></td>');
    document.writeln('          <td><img src="images/spacer.gif" width="29" height="1" alt="" /></td>');
    document.writeln('        </tr>');
    document.writeln('      </table>');
    document.writeln('    </div></td>');
    document.writeln('  </tr>');
    document.writeln('</table>');
}

