var sDIV; 
sDIV = '    <table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#0171B8">';
sDIV += '      <tr>';
sDIV += '          <td width="100%"><img border="0" src="images/spacer.gif" width="1" height="10"></td>';
sDIV += '        </tr>';
sDIV += '      </table>';
sDIV += '      <table border="0" width="100%" cellspacing="0" cellpadding="0" height="121" class="BannerBg" >';
sDIV += '        <tr>';
sDIV += '          <td ><img border="0" src="images/spacer.gif" width="10" height="10"></td>';
sDIV += '          <td ><img border="0" src="images/APAC_Logonew.jpg"  width="102" height="111" alt="APAC Logo"></td>';
sDIV += '          <td ><img border="0" src="images/spacer.gif" width="10" height="10"></td>';
sDIV += '          <td width="100%"><p align="left"><img border="0" src="images/APAC_Headnew.jpg" alt="AIDS Prevention and Control (APAC) Project" width="602" height="67"></td>';
sDIV += '          <td><img border="0" src="images/USAID_Logonew.jpg" alt="USAID Logo"  width="265" height="67"></td>';
//sDIV += '          <td ><img border="0" src="images/spacer.gif" width="20" height="10"></td>';
sDIV += '        </tr>';
sDIV += '      </table>';
sDIV += '		<div style="position:absolute;right:0px;top:141;">';				
sDIV += '      <table border="0" cellspacing="0" cellpadding="0" >';
sDIV += '        <tr>';
sDIV += '           <form name="searchform" onSubmit="return false">';
sDIV += '          <td align="center"><font color="white">SEARCH&nbsp;&nbsp;</font></td>';
sDIV += '          <td align="center"><input class="sml" type="text" name="keywords" size="20" style="color: #000000; border-style: solid; border-width: 1"></td>';
sDIV += '          <td align="center"><a href="javascript:submitSearch(document.searchform);"><IMG SRC="images/SearchIcon.jpg" alt="Search" width=19 height=17 hspace="4" border="0"></a></td>';
sDIV += '          	</form>';
sDIV += '        </tr>';
sDIV += '        <tr>';
sDIV += '          <td align="center" colspan="3"><img border="0" src="images/spacer.gif" width="0" height="2"></td>';
sDIV += '        </tr>';
sDIV += '      </table>';
sDIV += '</div>';


document.getElementById("idBanner").innerHTML = sDIV;



