//////////////////////////////////////////////////////////////////////////////////
// This is the Javascript page for the banner image on all pages//
//////////////////////////////////////////////////////////////////////////////////

// Clients

document.write('<DIV id=section1 style="MARGIN: 0px"> ');

document.write('<TABLE bgcolor="#ffffff" cellSpacing=0 cellPadding=0 width=766 height=245 border=0>');
document.write('<TR><td><img name="Banner_tempSuite" src="../images/Banner_tempSuite.gif" width="766" height="245" border="0" id="Banner_tempSuite" usemap="#m_Banner_tempSuite" alt="" </td>');
//i have commented the code below so that atleast the image appears in the browser, but the code is generated below from fireworks ..this code needs to be workable

document.write('</TR></TABLE></DIV>');

document.write('<map name="m_Banner_tempSuite" id="m_Banner_tempSuite">');
document.write('<area shape="poly" coords="575,205,750,205,750,235,575,235,575,205" href="http://www.training-hipaa.net/compliance/Security_Risk_Assessment.htm" target="_blank" title="HIPAA Risk Analysis" alt="HIPAA Risk Analysis" />');
document.write('<area shape="poly" coords="386,205,566,205,566,235,386,235,386,205" href="http://www.training-hipaa.net/compliance/Security_Audit_Evaluation.htm" target="_blank" title="HIPAA Audit" alt="HIPAA Audit" />')
document.write('<area shape="poly" coords="12,205,377,205,377,235,12,235,12,205" href="http://www.training-hipaa.net/compliance/outsourced_network_security_services.htm" target="_blank" title="Managed Security Services" alt="Managed Security Services" />');
document.write('<area shape="poly" coords="386,121,751,121,751,196,386,196,386,121" href="http://www.training-hipaa.net/certification_training/main.htm" target="_blank" title="5 days HIPAA Certification Training" alt="5 days HIPAA Certification Training" />')
document.write('<area shape="poly" coords="12,121,377,121,377,196,12,196,12,121" href="http://www.training-hipaa.net/hipaa_virtual_training/compliancehome.htm" target="_blank" title="Online HIPAA Training by Instructor" alt="Online HIPAA Training by Instructor" />');
document.write('<area shape="poly" coords="11,14,751,14,751,114,11,114,11,14" href="http://www.training-hipaa.net/template_suite/Contingency_planning_sample.htm" target="_blank" title="Contingency Plan Templates and Samples" alt="Contingency Plan Templates and Samples" />');
document.write('</map>');


