sDIV = '        <table border="0" width="1003px" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF" align=center>';
sDIV += '           <tr>';
sDIV += '             <td width="100%">';
sDIV += '               <table border="0" width="100%" cellspacing="0" cellpadding="0">';
sDIV += '                 <tr>';
sDIV += '                   <td><a href="index.html"><img border="0" src="images/CECL_logo.jpg" alt="CECL Logo"></a></td>';
sDIV += '                   <td align="center"><img border="0" src="images/top_name.jpg" alt="CECL Logo"></td>';
sDIV += '                   <td align="right"><a href="http://www.murugappa.com" target="_blank"><img border="0" src="images/murugappa_logo.jpg" alt="Murugappa Logo" ></a></td>';
sDIV += '                 </tr>';
sDIV += '               </table>';
sDIV += '             </td>';
sDIV += '           </tr>';
sDIV += '         </table>';


document.getElementById("idBanner").innerHTML = sDIV;

