function mumbai()
{
window.open("mumbai.htm","mum","width=550,height=325,left=0 top=0");
}

function blore()
{
window.open("blore.htm","blore","width=550,height=325,left=0 top=0");
}
document.write('<table border=0 width=100% cellspacing=0 cellpadding=0 width=100% bgcolor=white>');
document.write('<tr>');
document.write('<td height=10 bgcolor=#cc0000 width=200 align=center valign=middle>');

document.write('<b>&nbsp;<a href="index.html" ><font face=verdana color=white size=1>HOME</font></a> | <a href="sitemap.htm"><font face=verdana color=white size=1>SITEMAP</font></a> | <a href="contact1.htm" ><font face=verdana color=white size=1>CONTACT US</font></a> &nbsp;</b>');
document.write('</FONT>');
document.write('</td>');
document.write('<td bgcolor=lightgrey align=right valign=middle >');

document.write('<b>&nbsp; <font face=verdana color=black size=1 ><a href="javascript:mumbai()">| Mumbai |</a> <a href="javascript:blore()"> Bangalore</a>  <a href="http://www.adcb.com" target=_new>| ADCB UAE |</a> <a href="feedback.htm"> Feedback |</font></a> &nbsp;');
document.write('</FONT>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');