//////////////////////////////////////////////////////////////////////////////////
// This is the Javascript page for the side contents navigation on all webpage. //
//////////////////////////////////////////////////////////////////////////////////

// Compliance Services

document.write('<DIV id=section1 style="MARGIN: 15px"> ');

document.write('<TABLE class=rightnavtableText cellSpacing=0 cellPadding=0 width=180 border=0><TBODY>');
document.write('<TR class=containerHeader style="BACKGROUND-COLOR: #95bce7">');
document.write('<TD align=left><IMG title="" height=3 alt="" src="../images/rightNavTable/l_corner.gif" width=2 border=0></TD>');
document.write('<TD align=right><IMG title="" height=3 alt="" src="../images/rightNavTable/r_corner.gif" width=2 border=0></TD>');
document.write('</TR>');
document.write('<TR class=sidebarContent style="BACKGROUND-COLOR: #eaf1fb"> ');
document.write('<TD vAlign=top colSpan=2><DIV class=titleRightNav>E-Learning</DIV>');
document.write('<DIV class=rightnavText> ');
document.write('<TABLE class=rightnavtableText cellSpacing=0 cellPadding=0 border=0><TBODY>');
document.write('<TR vAlign=top> ');
document.write('<TD class=stdBullet width=1>•</TD>');
document.write('<TD width="100%"> <P class=container><u><font face="Arial, Helvetica, sans-serif" size=1><a href="http://www.hipaaacademy.net/hipaacertification/eLearning/index.html">Home</a></font></u></P></TD>');
document.write('</TR>');
document.write('<TR vAlign=top> ');
document.write('<TD class=stdBullet width=1>•</TD>');
document.write('<TD width="100%"> <P class=container><u><font face="Arial, Helvetica, sans-serif" size=1><a href="http://www.hipaaacademy.net/hipaacertification/eLearning/hipaaShieldhipaaTraining.html">For Large Organization</a></font></u></P></TD>');
document.write('</TR>');
document.write('<TR vAlign=top> ');
document.write('<TD class=stdBullet width=1>•</TD>');
document.write('<TD width="100%"> <P class=container><u><font face="Arial, Helvetica, sans-serif" size=1><a href="http://www.hipaaacademy.net/hipaacertification/eLearning/hipaaELearningMidsize.html">For Less Than 500 Employees</a></font></u></P></TD>');
document.write('</TR>');
document.write('</TBODY>');
document.write('</TABLE>');
document.write('</DIV></TD>');
document.write('</TR>');
document.write('<TR class=containerFooter style="BACKGROUND-COLOR: #95bce7"> ');
document.write('<TD align=left><IMG title="" height=3 alt="" src="../images/rightNavTable/l_b.corner.gif" width=2 border=0></TD>');
document.write('<TD align=right><IMG title="" height=3 alt="" src="../images/rightNavTable/r_b.corner.gif" width=2 border=0></TD>');
document.write('</TR>');
document.write('</TBODY></TABLE></DIV>');
