//////////////////////////////////////////////////////////////////////////////////
// This is the Javascript page for the banner image on all pages of templates section //
//////////////////////////////////////////////////////////////////////////////////

// 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="rect" coords="86,16,686,42" href="http://www.training-hipaa.net/template_suite/BIA-BCP-DRP-EMOP-templates.htm" target="_blank" title="BIA, RA, BCP, DRP template" alt="BIA, RA, BCP, DRP template" />');
document.write('<area shape="rect" coords="625,58,747,117" href="http://www.training-hipaa.net/template_suite/free-BCP-DRP-BIA-RA-templates.htm" target="_blank" title="Free BIA, BCP DRP templates" alt="Free BIA, BCP DRP templates" />')
document.write('<area shape="rect" coords="40,207,670,232" href="http://www.training-hipaa.net/template_suite/Contingency_planning_sample.htm" target="_blank" title="BIA, BCP, DRP plan" alt="BIA, BCP, DRP plan" />');
document.write('<area shape="rect" coords="40,175,576,200" href="http://www.training-hipaa.net/template_suite/BCP_DRP_package.htm" target="_blank" title="Disaster Recovery Plan (DRP) template" alt="Disaster Recovery Plan (DRP) template" />')
document.write('<area shape="poly" coords="40,143,610,143,610,168,40,168,40,143" href="http://www.training-hipaa.net/template_suite/BCP_DRP_package.htm" target="_blank" title="Business Continuity Program (BCP) template" alt="Business Continuity Program (BCP) template" />');
document.write('<area shape="poly" coords="40,111,610,111,610,136,40,136,40,111" href="http://www.training-hipaa.net/template_suite/data_center_recovery_plan.htm" target="_blank" title="Data Center Recovery template" alt="Data Center Recovery template" />');
document.write('<area shape="poly" coords="40,79,576,79,576,104,40,104,40,79" href="http://www.training-hipaa.net/template_suite/Risk_assessment_package.htm" target="_blank" title="Risk Assessment Template " alt="Risk Assessment Template " />');
document.write('<area shape="poly" coords="40,47,576,47,576,72,40,72,40,47" href="http://www.training-hipaa.net/template_suite/Business_impact_analysis_package.htm" target="_blank" title="Business Impact Analysis (BIA) template" alt="Business Impact Analysis (BIA) template" />');
document.write('</map>');

