// Headings
// ----------------------------------------------------------------
function displayHeading()
{
     document.write('<tr><td><IMG SRC="/images/apexseo.jpg" usemap="#Menu" border="0"></TD></TR>');
     document.write('<map name="Menu">');
     document.write('<area shape="rect" coords="565,23,589,44" href="index.html">');
     document.write('<area shape="rect" coords="605,23,631,44" href="sitemap.html">');
     document.write('<area shape="rect" coords="644,23,672,44" href="contactus.html">');
     document.write('</map>');
}