// Headings
// ----------------------------------------------------------------
function displayHeading()
{
  if ( MM_FlashCanPlay ) {
     document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="708" height="214">');
     document.write('<param name="movie" value="images/dynamicseo.swf">');
     document.write('<param name="quality" value="high">');
     document.write('<PARAM NAME=wmode VALUE=transparent>');
     document.write('<embed src="images/dynamicseo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="708" height="214"></embed>');
     document.write('</object>');
  } else {
     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="contact.html">');
     document.write('<area shape="rect" coords="75,135,231,147" href="solution.html#1">');
     document.write('<area shape="rect" coords="75,152,206,164" href="solution.html#2">');
     document.write('<area shape="rect" coords="75,167,227,180" href="solution.html#3">');
     document.write('</map>');
  }
}