<!--
var absPath = "";
CurrPath = location.href.toLowerCase();
StPoint  = CurrPath.indexOf("ciib/homepage")

if (StPoint >= 0)
   {
    StPoint += 16;
    absPath = CurrPath.substr(0,StPoint-2);// + "ciib/homepage/";
   }

mo="MM_swapImgRestore()"
if (topNavHighlight ==2) {
	cbmo = "MM_swapImage('nav_2','','" + absPath + "images/nav/nav_2_active.gif',1)"
}
else
{
	cbmo = "MM_swapImage('nav_2','','" + absPath + "images/nav/nav_2_over.gif',1)"
}
if (topNavHighlight == 3) {
	inmo = "MM_swapImage('nav_3','','" + absPath + "images/nav/nav_3_active.gif',1)"
}
else
{
	inmo = "MM_swapImage('nav_3','','" + absPath + "images/nav/nav_3_over.gif',1)"
}
if (topNavHighlight == 4) {
	wnmo = "MM_swapImage('nav_4','','" + absPath + "images/nav/nav_4_active.gif',1)"
}
else
{
	wnmo = "MM_swapImage('nav_4','','" + absPath + "images/nav/nav_4_over.gif',1)"
}

document.write(
'<!-- HEADER START -->'+
'<table width="100%" border="0" cellspacing="0" cellpadding="0">\n'+
'	<tr>'+
'		<td>'+
'			<div align="center">'+
'			<center> ' +
'			<table width="100%" border="0" cellspacing="0" cellpadding="0">'+
'				<tr>'+
'					<td>'+ ' '+
'					</td>'+
'				</tr>'+
'				<tr>'+
'					<td nowrap>'+
'						<div align="center">'+
'						<center>' + 
'						<table width="100%" border="0" cellspacing="0" cellpadding="0">'+
'							<tr>'+
'								<td background="'+ absPath + 'images/nav/b_line.gif" height="22" align="left">'+
'									<a href="'+ absPath +'aboutus/intro.htm" onMouseOut="'+mo+'" onMouseOver="'+cbmo+'" target="main">'+
'										<img src="'+ absPath + 'images/nav/nav_2_off.gif" alt="Consumer Banking" name="nav_2" border="0" id="nav_2" width="128" height="22"></a>'+
'										<img src="'+ absPath + 'images/nav/b_line.gif" width="5" height="22">'+
'									<a href="'+ absPath + 'finance/mudaraba.htm" onMouseOut="'+mo+'" onMouseOver="'+inmo+'" target="main">'+
'										<img src="'+ absPath + 'images/nav/nav_3_off.gif" alt="Information" name="nav_3" border="0" id="nav_3" width="128" height="22"></a>'+
'										<img src="'+ absPath + 'images/nav/b_line.gif" width="5" height="22">'+
'									<a href="'+ absPath + 'products/cip.htm" onMouseOut="'+mo+'" onMouseOver="'+wnmo+'" target="main">'+
'										<img src="'+ absPath + 'images/nav/nav_4_off.gif" alt="CitiGold" name="nav_4" border="0" id="nav_4" width="128" height="22"></a></td>'+
'							</tr>'+
'						</table></center>'+
'						</div>'+
'					</td>'+
'				</tr>'+
'			</table>'+
'			</center>'+
'			</div>'+
'		</td>'+
'	</tr>'+
'</table>'+
'<!-- END HEADER -->');
//-->