function getContent() {

document.writeln('<table width="1001" border="0" cellspacing="0" cellpadding="0" align="center">');
document.writeln('  <tr>');
document.writeln('    <td colspan="7" height="27">&nbsp;</td>');
document.writeln('  </tr>');
document.writeln('  <tr>');
document.writeln('    <td width="13">&nbsp;</td>');
document.writeln('    <td width="20" align="right" background="../img/content/content_left.gif" valign="top"><img src="../img/content/content_top_left.gif" /></td>');
document.writeln('    <td class="content" width="9">&nbsp;</td>');
document.writeln('    <td class="content" valign="top">');
document.writeln('    <img height="20" src="../img/space.gif" /><br />');

}

function getFooter() {

document.writeln('    </td>');
document.writeln('    <td class="content" width="9">&nbsp;</td>');
document.writeln('    <td width="20" align="left" background="../img/content/content_right.gif" valign="top"><img src="../img/content/content_top_right.gif" /></td>');
document.writeln('    <td width="12">&nbsp;</td>');
document.writeln('  </tr>');
document.writeln('  <tr height="25">');
document.writeln('    <td>&nbsp;</td>');
document.writeln('    <td align="right" background="../img/content/content_bottom_left.gif">&nbsp;</td>');
document.writeln('    <td class="contentBottom">&nbsp;</td>');
document.writeln('    <td class="contentBottom">&nbsp;</td>');
document.writeln('    <td class="contentBottom">&nbsp;</td>');
document.writeln('    <td align="left" background="../img/content/content_bottom_right.gif">&nbsp;</td>');
document.writeln('    <td>&nbsp;</td>');
document.writeln('  </tr>');
document.writeln('</table>');
document.writeln('<div class="footer" align="center"><a href="../home/index.html">Home</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="../news/2009-2010.html">News</a>&nbsp;&nbsp;|&nbsp;<a href="http://maps.mapking.com/" target="_blank"> Web Map</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="../products/products.html">Products</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="../services/services.html">Services</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="../support/registration.html">MapKing Registration</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="http://www.mapking.com/shopping/en/" target="_blank">Purchase</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="../about/contact.html">Contact Us</a><br /><br /></div>');
document.writeln('<div class="footer">Copyright &copy; 2008, MapKing International Limited. All rights reserved.<br />&nbsp;</div>');

}