var sDIV; 
sDIV = '    <table border="0" width="950px" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF" align="center">';
sDIV += '        <tr>';
sDIV += '          <td class="leftBarcolor"><img border="0" src="images/spacer.gif" width="6" height="1"></td>';
sDIV += '          <td><img border="0" src="images/spacer.gif" width="25" height="1"></td>';
sDIV += '          <td><a href="index.html"><img border="0" src="images/Logo.jpg" hspace="16" width="62" height="62" vspace="10" alt="Logo"></a></td>';
sDIV += '          <td width="50%"><img border="0" src="images/Head.jpg" width="312" height="54" alt="Port of Chennai"></td>';
//sDIV += '          <td width="50%" align="right"><img border="0" src="images/SiteMap.jpg" width="120" height="39"></td>';
sDIV += '            <td width="50%" align="right"><map name="FPMap1"><area href="SiteMap.html" alt="Site Map" shape="rect" coords="5, 9, 29, 27"><area href="Feedback.asp" alt="Feedback" shape="rect" coords="47, 11, 69, 25"><area href="contactus.html" alt="Contact Us" shape="rect" coords="90, 10, 112, 27"></map><img border="0" src="images/SiteMap.jpg" width="120" height="39" usemap="#FPMap1"></td>';
sDIV += '          <td><img border="0" src="images/spacer.gif" width="25" height="1"></td>';
sDIV += '        </tr>';
sDIV += '      </table>';


document.getElementById("idBanner").innerHTML = sDIV;
//document.getElementById("idBanner1").innerHTML = sDIV1;

