document.write('<script type="text/javascript" src="/portal/newgen/js/logincookie.js"></script>');
document.write('<script type="text/javascript" src="/portal/new-js/flash_detect_min.js"></script>');
document.write('<script type="text/javascript" src="/portal/newgen/hbx/hbx_common.js"></script>');
var disappeardelay=250  
var enableanchorlink=1 
var hidemenu_onclick=1 

var ie5=document.all
var ns6=document.getElementById&&!document.all

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}

function showhide(obj, e, visible, hidden){
if (ie5||ns6)
dropmenuobj.style.left=dropmenuobj.style.top=-500
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover"){
	
obj.visibility=visible
}
else if (e.type=="click"){
obj.visibility=hidden
}
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie5 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie5 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie5 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ 
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) 
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return '0';
}

var timeout         = 0;
var closetimer		= 0;
var ddmenuitem      = 0;

function mopen(id)
{	

	document.getElementById('keywrds').style.backgroundPosition="-419px -230px"
	mcancelclosetime();
	
	lclose()

	if(ddmenuitem) ddmenuitem.style.display = 'none';

	ddmenuitem = document.getElementById(id);
	ddmenuitem.style.display = 'block';

}
function mclose()
{
document.getElementById('keywrds').style.backgroundPosition="-419px -205px"
	
	if(ddmenuitem) ddmenuitem.style.display = 'none';
	
}

function mclosetime()
{
	closetimer = window.setTimeout(mclose, timeout);
}

function mcancelclosetime()
{
	if(closetimer)
	{
		window.clearTimeout(closetimer);
		closetimer = null;
	}
}
var ids=0;
function lopen(id,e)
{
	if(ids==0)
	{
	ids=1;
	var e=window.event || e
	var topmenuoffset=(typeof isTop!="undefined")? 6 : 0
	if (window.event) 
		event.cancelBubble=true
	else if (e.stopPropagation) 
		e.stopPropagation()
	document.getElementById('lopen').style.backgroundPosition="0px 0px"	;
	lcancelclosetime();
	/*if(ddmenuitem)
		ddmenuitem.style.display = 'none';*/
	ddmenuitem = document.getElementById(id);
	ddmenuitem.style.display = 'block';
	}
	else
	{
		lclose();		
	}
}
function lclose()
{
	ids=0;
	document.getElementById('lopen').style.backgroundPosition="0px -32px";
	
	if(ddmenuitem) ddmenuitem.style.display = 'none';
	
}

function lclosetime()
{
	closetimer = window.setTimeout(lclose, timeout);
}

function lcancelclosetime()
{
	if(closetimer)
	{
		window.clearTimeout(closetimer);
		closetimer = null;
	}
}



function dropdownmenu(obj, e, dropmenuID, isTop,lft,tp)
{

	var e=window.event || e
	var topmenuoffset=(typeof isTop!="undefined")? 6 : 0
	if (window.event) 
		event.cancelBubble=true
	else if (e.stopPropagation) 
		e.stopPropagation()
	
	
	if (ie5||ns6)
	{
		
		dropmenuobj=document.getElementById(dropmenuID)		

		
		
		dropmenuobj.x=getposOffset(obj, "left")
		dropmenuobj.y=getposOffset(obj, "top")
		if(ns6&&dropmenuID=='anylinkmenu2' )
			lft=lft-20;		
		dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+lft+"px"
		dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight-topmenuoffset+tp+"px"
		if(dropmenuobj.style.visibility=='hidden' || dropmenuobj.style.display=='none')
		{
			dropmenuobj.style.visibility='visible'; 
			dropmenuobj.style.display='block';
		}else
		{
			dropmenuobj.style.visibility='hidden';
			dropmenuobj.style.display='none';
		}
	}
	return clickreturnvalue()
}

function dropdownmenuin(obj,e,dropmenuID,isTop,lft,tp)
{ 
	

	var e=window.event || e
	var topmenuoffset=(typeof isTop!="undefined")? 6 : 0
	if (window.event) 
		event.cancelBubble=true
	else if (e.stopPropagation) 
		e.stopPropagation()
	
	
	if (ie5||ns6)
	{
		
		dropmenuobj=document.getElementById(dropmenuID)		

		
		
		dropmenuobj.x=getposOffset(obj, "left")
		dropmenuobj.y=getposOffset(obj, "top")
		
		if(ns6&&dropmenuID=='anylinkmenu2' )
			lft=lft-20;		

		if(dropmenuobj.style.visibility=='hidden')
		{
			dropmenuobj.style.visibility='visible'; 
		}else
		{
			dropmenuobj.style.visibility='hidden';
		}
	}
	return clickreturnvalue()
}


function dropdownmenuhide_1()
{ 

if(document.getElementById("dropdownmenu2"))
document.getElementById("dropdownmenu2").style.visibility='hidden';


if(document.getElementById("anylinkmenu1"))
document.getElementById("anylinkmenu1").style.visibility='hidden';

if(document.getElementById("botlinks"))
document.getElementById("botlinks").style.visibility='hidden';

if(document.getElementById("imp_info"))
document.getElementById("imp_info").style.visibility='hidden';


if(document.getElementById("login-section"))
{
ids=0;
document.getElementById("login-section").style.display='none';
document.getElementById('lopen').style.backgroundPosition="0px -32px";
}
}


function dropdownmenuhide(e)
{

	if (e && e.button && e.button != 1 && e.type == 'click')
	{
		
		return true;
	}
	else
	{
	
		dropdownmenuhide_1();
	}
}


function choose(obj, e, dropmenuID, isTop,lft,tp)
{

	var e=window.event || e
	var topmenuoffset=(typeof isTop!="undefined")? 6 : 0
	if (window.event) 
		event.cancelBubble=true
	else if (e.stopPropagation) 
		e.stopPropagation()
	
	
	if (ie5||ns6)
	{
		
		dropmenuobj=document.getElementById(dropmenuID)		

		
		
		dropmenuobj.x=getposOffset(obj, "left")
		dropmenuobj.y=getposOffset(obj, "top")
		if(ns6&&dropmenuID=='anylinkmenu2' )
			lft=lft-20;		
		dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+lft+"px"
		dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight-topmenuoffset+tp+"px"
		if(dropmenuobj.style.visibility=='hidden')
		{
			dropmenuobj.style.visibility='visible';
		}else
		{
			dropmenuobj.style.visibility='hidden';
		}
	}
	return clickreturnvalue()
}

function clickreturnvalue(){
if ((ie5||ns6) && !enableanchorlink) return false
else return true
}

function trimSpace(x)
{
   var emptySpace = / /g;
   var trimAfter = x.replace(emptySpace,"");
   return(trimAfter);
}

function keywrdsframe()
{
document.getElementById('keywordf').innerHTML='<iframe height="126" width="160" style="position:absolute; background-color:transparent; background-image:url(/products-services/commercial-bank/cb_imagesnew/Keywords_bg.gif); background-repeat:no-repeat; filter:alpha(opacity=0); " frameborder="0"></iframe>';
}


function citi_products()
{
if(document.getElementById('citi_prod').selectedIndex==0)
{

window.location="https://www.online.citibank.co.in/portal/newgen/cards/tab/apply-now.htm?site=PORTAL&amp;creative=NGX&amp;section=INHLGPAN&amp;agencyCode=XER&amp;campaignCode=&amp;productCode=&amp;eOfferCode=INHLGPAN";

}
if(document.getElementById('citi_prod').selectedIndex==1)
{
window.location="http://online.citibank.co.in/products-services/banking/bank-account/open-a-bank-account.htm?eOfferCode=INHLGPAN"
}
if(document.getElementById('citi_prod').selectedIndex==2)
{
window.location="https://www.online.citibank.co.in/products-services/loans/ready-cash-personal-loan.htm?site=PORTAL&creative=NGX&section=INHLGPAN&agencyCode=XER&campaignCode=&productCode=&eOfferCode=INHLGPAN"
}
if(document.getElementById('citi_prod').selectedIndex==3)
{
window.location="http://online.citibank.co.in/products-services/investments/investments-home.htm?eOfferCode=INHLGPAN"
}
if(document.getElementById('citi_prod').selectedIndex==4)
{
window.location="https://www.online.citibank.co.in/portal/citiin/forms/citihealthforever.jsp?site=portal&creative=NGX&section=INHLGPAN&agencyCode=XER&campaignCode=&productCode=&eOfferCode=INHLGPAN"
}
}

var currentpage=location.href.substr(location.href.lastIndexOf("/")+1,location.href.length)

if(currentpage.lastIndexOf("#")!=-1)
{
currentpage=currentpage.substr(0,currentpage.lastIndexOf("#"));	


}


if(currentpage.lastIndexOf("?")!=-1)
{
currentpage=currentpage.substr(0,currentpage.lastIndexOf("?"));	


}




var disclaimerpages=Array("form_jet_plat.htm","form_jet_gold.htm");
function left_ShowHide(src,img,obj){
	var imgopen = '/products-services/commercial-bank/cb_imagesnew/arrow_blue11.gif';
	var imgclose = '/products-services/commercial-bank/cb_imagesnew/arrow_blue1.gif';
var displaystatus=document.getElementById(src).style.display;
var ar = document.getElementById("dvleft").getElementsByTagName("ul"); 
var ulimg=document.getElementById("dvleft").getElementsByTagName("img"); 
var ulspan=document.getElementById("dvleft").getElementsByTagName("span"); 



for ( i=0; i<ulimg.length; i++){

			if(ulimg[i].className=="arrow")
				ulimg[i].src = imgclose;
        		}
			
for ( i=0; i<ulspan.length; i++){
	
		ulspan[i].style.fontWeight="normal";
	  		}
			
			
			

	
	
			for ( i=0; i<ar.length; i++){
				if (ar[i].className=="leftshowhide_sub") {
				ar[i].style.display = "none";
				document.getElementById(img).src = imgclose;
                document.getElementById(obj).style.fontWeight="normal";
				}
			}
	
			
			




		if( displaystatus== 'none'){
			document.getElementById(src).style.display = 'block';
			document.getElementById(img).src = imgopen;

document.getElementById(obj).style.fontWeight="bold";
		}
		else 
		{
			document.getElementById(src).style.display = 'none';
			document.getElementById(img).src = imgclose;
			if(document.getElementById(obj).parentNode.parentNode.className!="highlightelement1")
document.getElementById(obj).style.fontWeight="normal";
		}

}




function sublevelmenu(id,obj)
{

if(obj.href=="javascript:void(0);"){
if( document.getElementById(id).style.display == 'none'){
	
	allelemt=obj.parentNode.parentNode.getElementsByTagName("ul");
				
			for(i=0;i<allelemt.length;i++)
			{
			allelemt[i].style.display='none';
          
			}
			
	allelemt=obj.parentNode.parentNode.getElementsByTagName("a");
				
			for(i=0;i<allelemt.length;i++)
			{
				if(!(allelemt[i].parentNode.className=="highlightelement" || allelemt[i].className=="lasthightlightelemt" )){
					allelemt[i].style.fontWeight='normal';}
					
          
			}
	
  
			document.getElementById(id).style.display = 'block';
	

			
		}
		else 
		{
				
			document.getElementById(id).style.display = 'none';
			if(obj.parentNode.className!="highlightelement")
			obj.style.fontWeight = "normal";
		}
		}
}

function checkinarray(value,arry) {
	var i;
	for (i=0; i < arry.length; i++) {
		if (arry[i] == value) {
			return true;
		}
	}
	return false;
}


function showinnerlevel()
{



var ulli=document.getElementById("dvleft").getElementsByTagName("li"); 
var ullia=document.getElementById("dvleft").getElementsByTagName("a"); 

if(checkinarray(currentpage,disclaimerpages))
{
	
	for ( i=0; i<ullia.length; i++){
		
		if (ullia[i].parentNode.parentNode.className=="leftshowhide_sub_sec" ) { 
		        ullia[i].innerHTML="<span style='color:#3399CC;float:left!important;cursor:pointer;'>"+ullia[i].innerHTML+"</span>";
				if(ulli[i].parentNode.parentNode.previousSibling.nodeType == 3){
				ullia[i].parentNode.parentNode.parentNode.previousSibling.previousSibling.style.fontWeight="bold";
				ullia[i].parentNode.parentNode.style.display='block';
				ullia[i].parentNode.parentNode.parentNode.previousSibling.previousSibling.innerHTML='<img src="/products-services/commercial-bank/cb_imagesnew/arrow_blue1.gif" alt="" class="arrow1"  /><div style="font-weight:bold;color:#000066;">'+ullia[i].parentNode.parentNode.parentNode.previousSibling.previousSibling.childNodes[1].innerHTML+'</div>';	
				
				}else{
				ullia[i].parentNode.parentNode.parentNode.previousSibling.style.fontWeight="bold";
				ullia[i].parentNode.parentNode.style.display='block';
				ullia[i].parentNode.parentNode.parentNode.previousSibling.innerHTML='<img src="/products-services/commercial-bank/cb_imagesnew/arrow_blue1.gif" alt="" class="arrow1"  /><div style="font-weight:bold;color:#000066;">'+ullia[i].parentNode.parentNode.parentNode.previousSibling.childNodes[1].innerHTML+'</div>';	
				
				}
		}
	
	}


}

for ( i=0; i<ullia.length; i++){
	if (ullia[i].parentNode.className=="leftshowhide_sub" ) {
pg=ullia[i].href.substr(0,ullia[i].href.lastIndexOf("?"));	
pg1=pg.substr(pg.lastIndexOf("/")+1,pg.length);	

	if(pg1==currentpage){
	
	ullia[i].parentNode.innerHTML='<img src="/products-services/commercial-bank/cb_imagesnew/arrow_blue1.gif" alt="" class="arrow1"  id="img10" style="margin-bottom:5px;" /><div style="font-weight:bold;color:#000066;">'+ullia[i].childNodes[0].innerHTML+'</div>';

			if (ullia[i].parentNode.parentNode.className=="leftshowhide_sub_sec" ) { 
	ullia[i].parentNode.parentNode.style.display='block';
	ullia[i].parentNode.innerHTML="<div style='color:#555555;font-size:11px;'>"+ullia[i].innerHTML+"</div>";
	}		
	}
	}
	
}


for ( i=0; i<ulli.length; i++){
	
			if (ulli[i].className=="lisubheadadj" ) { 
			
			if(ulli[i].childNodes[0].href.substr(ulli[i].childNodes[0].href.lastIndexOf("/")+1,ulli[i].childNodes[0].href.length)==currentpage){
				
				 ulli[i].parentNode.style.display='block';
				 ulli[i].innerHTML="<span style='font-size:11px;color:#555555!important;'>"+ulli[i].childNodes[0].innerHTML+"</span>";
				 ulli[i].childNodes[0].href="javascript:void(0);";
				 
				   if(ulli[i].parentNode.parentNode.previousSibling.nodeType == 3){
				 ulli[i].parentNode.parentNode.previousSibling.previousSibling.style.fontWeight="bold";
				  ulli[i].parentNode.parentNode.previousSibling.previousSibling.childNodes[0].src='/products-services/commercial-bank/cb_imagesnew/arrow_blue11.gif';
				   }else
				   {
				 ulli[i].parentNode.parentNode.previousSibling.style.fontWeight="bold";
				   ulli[i].parentNode.parentNode.previousSibling.childNodes[0].src='/products-services/commercial-bank/cb_imagesnew/arrow_blue11.gif';
				   }
				 
				 
				 
			}else
			{
				
			}
			}
			
			
		if (ulli[i].className=="leftshowhide_sub_sub" ) { 
		if(ulli[i].childNodes[0].href.substr(ulli[i].childNodes[0].href.lastIndexOf("/")+1,ulli[i].childNodes[0].href.length)==currentpage){
		 ulli[i].childNodes[0].className="lasthightlightelemt";
		ulli[i].innerHTML="<div style='color:#555555;font-weight:normal;font-size:11px;line-height:15px;'>"+ulli[i].childNodes[0].innerHTML+"</div>";
		 ulli[i].parentNode.parentNode.parentNode.parentNode.style.display='block';
		 ulli[i].parentNode.parentNode.parentNode.style.display='block';
		 ulli[i].style.fontWeight="bold";
		 ulli[i].parentNode.style.display="block"
		  if(ulli[i].parentNode.parentNode.previousSibling.nodeType == 3){
		 ulli[i].parentNode.parentNode.previousSibling.previousSibling.style.fontWeight="bold";
		 ulli[i].parentNode.parentNode.previousSibling.previousSibling.className ='highlightelement';
		 ulli[i].parentNode.parentNode.parentNode.parentNode.previousSibling.previousSibling.style.fontWeight="bold";
    	 ulli[i].parentNode.parentNode.parentNode.parentNode.previousSibling.previousSibling.className ='highlightelement1';
		 ulli[i].parentNode.parentNode.parentNode.parentNode.previousSibling.previousSibling.childNodes[0].src='/products-services/commercial-bank/cb_imagesnew/arrow_blue11.gif';
		 }
		 else{
		 ulli[i].parentNode.parentNode.previousSibling.style.fontWeight="bold";
		 ulli[i].parentNode.parentNode.previousSibling.className ='highlightelement';
		 ulli[i].parentNode.parentNode.parentNode.parentNode.previousSibling.style.fontWeight="bold";
		 ulli[i].parentNode.parentNode.parentNode.parentNode.previousSibling.className ='highlightelement1';
		  ulli[i].parentNode.parentNode.parentNode.parentNode.previousSibling.childNodes[0].src='/products-services/commercial-bank/cb_imagesnew/arrow_blue11.gif';
		}
		
		alllinks=(ulli[i].parentNode.parentNode.parentNode.parentNode.parentNode.getElementsByTagName("a"));
		
		for(j=0;j<alllinks.length;j++)
		{
			
		if(alllinks[j].parentNode.className=="highlightelement" ){
		alllinks[j].href="javascript:void(0);";
		}
		}
		 }
		 
		}
	  		}
			
			
			
}
var innerText;
function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}
  

function leftnav()
{

	document.getElementById('leftnavid').innerHTML='<div id="dvleft">	<ul style="list-style-type:none !important;"><div class="leftgradholder"><div class="leftgradtop"></div><div class="leftgradmid"><li class="leftshowhide_sub" ><img src="/products-services/commercial-bank/cb_imagesnew/arrow_blue1.gif" alt="" class="arrow" style="margin-bottom:5px;" /><a href="#"><span>Citibank Suvidha Premium Savings Account</span></a></li> <li class="leftshowhide_sub" ><img src="/products-services/commercial-bank/cb_imagesnew/arrow_blue1.gif" alt="" class="arrow" style="margin-bottom:5px;" /><a href="#" ><span>Citigold</span></a></li><li class="leftshowhide_sub" ><img src="/products-services/commercial-bank/cb_imagesnew/arrow_blue1.gif" alt="" class="arrow" style="margin-bottom:5px;" /><a href="#" ><span>Citibank Savings Account <br />for Expatriates</span></a></li><li class="leftshowhide_sub" ><img src="/products-services/commercial-bank/cb_imagesnew/arrow_blue1.gif" alt="" class="arrow" style="margin-bottom:5px;" /><a href="#" ><span>Commercial Bank</span></a></li> <li class="leftshowhide_sub" ><img src="/products-services/commercial-bank/cb_imagesnew/arrow_blue1.gif" alt="" class="arrow" style="margin-bottom:5px;"  id="img2" /><a href="javascript:left_ShowHide(\'Navi2\',\'img2\',\'left2\')" ><span id="left2">Other Banking Services</span></a></li><li class="leftliholder">  <ul class="leftshowhide_sub"  id="Navi2" style="display:none; " >  <li class="lisubheadadj"><a href="#">Term Deposit</a></li><li class="lisubheadadj"><a href="#">Senior Citizens Account</a></li><li class="lisubheadadj"><a href="#">New Pension System</a></li><li class="lisubheadadj"><a href="#">Citibank Junior Account</a></li>   <li class="lisubheadadj" style="margin-bottom:0px;"><a href="#">Citibank No Frills Account</a></li> <li class="lisubheadadj" style="margin-bottom:0px;"><a href="#">Citibank Savings Account</a></li></ul></li> <li class="leftshowhide_sub" ><img src="/products-services/commercial-bank/cb_imagesnew/arrow_blue1.gif" alt="" class="arrow" style="margin-bottom:5px;" /><a href="#" ><span>Citibank Suvidha</span></a></li>   </div>  <div class="leftgradfoot"></div></div><div class="leftgradholder"> <div class="leftgradholder">  <div class="leftgradtop"></div>  <div class="leftgradmid"><li class="leftshowhide_sub" ><img src="/products-services/commercial-bank/cb_imagesnew/arrow_blue1.gif" alt="" class="arrow" style="margin-bottom:5px;" /><a href="#"><span>Contact Us</span></a></li></div><div class="leftgradfoot"></div></div></ul>	</div>';
	}	
	
	
function leftnavcbl()
{

	document.getElementById('leftnavcblid').innerHTML='<div id="dvleft">	<ul style="list-style-type:none !important;"><div class="leftgradholder"><div class="leftgradtop"></div><div class="leftgradmid"><li class="leftshowhide_sub" ><img src="/products-services/commercial-bank/cb_imagesnew/arrow_blue1.gif" alt="" class="arrow" style="margin-bottom:5px;" /><a title="Commercial Bank Account" href="commercial-bank-account.htm?eOfferCode=LFTNVCOMBK"><span>Commercial Bank Account</span></a></li> <li class="leftshowhide_sub" ><img src="/products-services/commercial-bank/cb_imagesnew/arrow_blue1.gif" alt=""  id="img12" class="arrow" style="margin-bottom:5px;" /><a href="commercial-bank-loans.htm?eOfferCode=LFTNVCOMBK"><span id="left12">Commercial Bank Loans</span></a></li><li class="leftshowhide_sub" ><img src="/products-services/commercial-bank/cb_imagesnew/arrow_blue1.gif" alt="" class="arrow" style="margin-bottom:5px;" /><a title="Trade Services" href="trade-finance-services.htm?eOfferCode=LFTNVCOMBK" ><span>Trade Services</span></a></li><li class="leftshowhide_sub" ><img src="/products-services/commercial-bank/cb_imagesnew/arrow_blue1.gif" alt="" class="arrow" style="margin-bottom:5px;" /><a title="Foreign Exchange" href="foreign-exchange.htm?eOfferCode=LFTNVCOMBK" ><span>Foreign Exchange</span></a></li><li class="leftshowhide_sub" ><img src="/products-services/commercial-bank/cb_imagesnew/arrow_blue1.gif" alt="" class="arrow" style="margin-bottom:5px;" /><a title="Convenience" href="bank-transaction-convenience.htm?eOfferCode=LFTNVCOMBK" ><span>Transactional<br />Convenience</span></a></li></div><div class="leftgradfoot"></div></div><div class="leftgradholder"> <div class="leftgradholder">  <div class="leftgradtop"></div>  <div class="leftgradmid"><li class="leftshowhide_sub" ><img src="/products-services/commercial-bank/cb_imagesnew/arrow_blue1.gif" alt="" class="arrow" style="margin-bottom:5px;" /><a title="Internet Banking" href="/products-services/online-services/internet-banking.htm?eOfferCode=LFTNVCOMBK"><span>Internet Banking</span></a></li><li class="leftshowhide_sub" ><img src="/products-services/commercial-bank/cb_imagesnew/arrow_blue1.gif" alt="" class="arrow" style="margin-bottom:5px;" /><a title="Research &amp; Advice"  href="research-advice.htm?eOfferCode=LFTNVCOMBK"><span>Research &amp; Advice </span></a></li></div><div class="leftgradfoot"></div></div></ul><div class="leftgradholder"> <div class="leftgradholder">  <div class="leftgradtop"></div>  <div class="leftgradmid"><li class="leftshowhide_sub" ><img src="/products-services/commercial-bank/cb_imagesnew/arrow_blue1.gif" alt="" class="arrow" style="margin-bottom:5px;" /><a title="Contact Us" href="/customerservice/home.htm?eOfferCode=LFTNVCOMBK"><span>Contact Us</span></a></li></div><div class="leftgradfoot"></div></div></ul>	</div>';
	}
	

function display_bottom(id)
{
if(document.getElementById(id).style.display=='none')
document.getElementById(id).style.display='block';
else
document.getElementById(id).style.display='none';
}

function displayno_bottom(id)
{
document.getElementById(id).style.display='none';
}


function topPage()
{
document.write('<div class="follow">');

					
					document.write('<a class="fb" href=\"JavaScript:void(0);\" onclick="MM_openBrWindow(\'/card-offers/inh-fb-disclaimer.htm\',\'\',\'width=760,height=452,top=70,left=125\');\" title=\"Follow us on facebook\"></a> <a class="li" href=\"JavaScript:void(0);\" onclick="MM_openBrWindow(\'/portal/LinkedIn/linkedin-disclaimer.htm\',\'\',\'width=760,height=452,top=100,left=100\');\" title=\"Follow us on LinkedIn\"></a></div>');
document.write('<div id="top-container"><div class="country" title="Citibank India">Citibank India</div><div id="top-section"><div id="top-nav"><ul><li class="personal-banking" title="Personal Banking">Personal Banking</li><li><a class="nri-banking" href="/citi-nri.htm" target="_blank" title="NRI Banking">NRI Banking</a></li><li><a class="corporate-banking" href="/portal/newgen/corporate/index.htm" target="_blank" title="Corporate Banking">Corporate Banking</a></li></ul></div><div id="top-rhs-links"><ul><li><a href="https://www.online.citibank.co.in/products-services/banking/suvidha/suvidha-premium-account.htm?site=PORTAL&creative=NGX&section=TPTB01OA&agencyCode=XER&campaignCode=PLIPremiumDump0910&productCode=&eOfferCode=TPTB01OA" title="Open an Account">Open an Account</a><span>|</span></li><li><a href="/sitemap.htm" title="Site Map">Site Map</a></li></ul></div><form action="/portal/newgen/search.html" autocomplete="off" name="frm" id="cse-search-box" onsubmit="if(q.value==\'Search\'){q.value=\'\';this.style.fontWeight=\'bold\';}" > <div id="top-search"><div class="search"><input type="hidden" name="cx" value="012556927010794422044:xub2jikb_di" /><input type="hidden" name="cof" value="FORID:9;NB:1" /><input type="hidden" name="ie" value="UTF-8" /><input type="text" name="q" id="qsearch" size="31" value="Search"  onfocus="if(this.value==\'Search\'){this.value=\'\';this.style.fontWeight=\'bold\';}" onblur="if(this.value==\'\'){this.value=\'Search\';this.style.fontWeight=\'bold\';}" /></div><div class="search-btnbg"><button class="search-btn" type="submit" title="Search"></button></div></div></form></div><div class="bg-header"><div class="logo-container"><div class="logo" title="Citi"><a href="/"></a></div><div class="keywords"><a href="#" id="keywrds" onmouseover="mopen(\'m1\')" onmouseout="mclose();" title="Keywords/Quick Links">Keywords/Quick Links</a></div><div id="m1" style="display:none; position:relative; top:36px; margin:0; padding:0; float:right; " onmouseover="mopen(\'m1\')" onmouseout="mclose();"> <span id="keywordf"></span><ul class="tpquicklinks-cc" style="position:absolute"><li><a title="Forms Download Center" href="/customerservice/download_forms.htm">Forms Download Center</a></li><li><a title="Instant IPIN" href="/products-services/online-services/internet-banking.htm">Instant IPIN</a></li><li><a title="Citibank\'s EPay" href="/products-services/online-services/epay.htm">Citibank\'s EPay</a></li><li><a title="Loan Online EMI Payment" href="/products-services/online-services/loan-online-emi-payment.htm" target="_blank">Loan Online EMI Payment</a></li><!--<li><a title="Debit Card - Cash Back offer"  href="https://www.online.citibank.co.in/ipl-offer/debit/ipl-debitcard-offer.htm?site=PORTAL&creative=NGX&section=TOPNAVKY&agencyCode=XER&campaignCode=&productCode=&eOfferCode=TOPNAVKY">Debit Card Offer - Get your<br /> Cash Back</a></li>--><li><a title="Share your feedback" href="https://www.online.citibank.co.in/portal/newgen/customer/feedback-form.htm?site=PORTAL&creative=NGX&section=TOPNAVKY&agencyCode=XER&campaignCode=&productCode=&eOfferCode=TOPNAVKY" target="_blank">Share your feedback</a></li></ul></div></div><div id="main-menu"><ul><li><a class="home" href="/" title="Home">Home</a></li><li><a class="products-services-active" title="Products &amp; Services">Product &amp; Services</a></li><li><a class="special-offers" href="/card-offers/special-offers.htm" title="Special Offers">Special Offers</a></li><li><a class="apply-now" href="/online-application/apply-now-online.htm" title="Apply Now">Apply Now</a></li><li><a class="customer-service" href="/customerservice/home.htm" title="Customer Service">Customer Services</a></li></ul></div><div class="lopenid"><a title="Click here to Sign in to your account" href="javascript://" id="lopen" onClick="lopen(\'login-section\',event)" ></a></div></div></div> ')
}

function change_topmenu(id)
{
	if(id == "pands")
{	  
	document.getElementById("PandS").className ="products-services";
	}
}


function footerPage()
{
	document.write('<div id="footer" style="padding-top:17px!important;"><div class="footer-top"><div class="footer-top1"><span class="footer-lnk"><a title="citigroup.com" href="http://www.citi.com/" target="_blank">citigroup.com</a></span></div>	<div class="footer-top2"> <div class="footer-lnk"><span class="txt-space"><a title="Schedule of Fees &amp; Charges" href="/soc/schedule-of-fees-and-charges.htm">Schedule of Fees &amp; Charges</a></span><span class="txt-space"><a title="Base Rate" href="/portal/newgen/images1/Baserate.pdf" target="_blank">Base Rate</a></span><span class="txt-space"><a title="Key Policies &amp; Commitments" href="/policies/key-policies-and-commitments.htm">Key Policies &amp; Commitments</a></span><span class="txt-space"><a title="Privacy" href="/privacy/privacy.htm">Privacy</a></span><span class="txt-space"><a title="Security" href="/products-services/online-services/online-security.htm">Security</a></span><span class="txt-space"><a title="Site Map" href="/sitemap.htm">Site Map</a></span></div> </div></div>  <div class="footer-bottom1"><div title="Citi" class="footer-logo"></div></div><div class="footer-bottom2"><span class="footer-txt">Citi.com is the global source of information about and access to financial services provided by the Citigroup family of companies.<br /> Copyright &copy; 2011 Citigroup Inc.</span> </div>	    </div>');
}
function footerinner()
{
	document.write('<p class="foot1"><a title="Feedback" href="https://www.online.citibank.co.in/feedback/feedback.htm?site=PORTAL&creative=NGX&section=UCRHMKY&agencyCode=XER&campaignCode=&productCode=&eOfferCode=UCRHMKY" target="_blank">Feedback</a> | <a title="Careers" href="/careers/careers-at-citi.htm" target="_blank">Careers</a> | <a title="Press Room" href="/press-room/citi-in-india.htm">Press Room</a></p>    <p class="foot2" style="padding: 3px 22px 3px; line-height: 14px; text-align: justify;"><strong>Products &amp; Services:</strong> <a title="Banking" href="/products-services/banking/bank-account/banking.htm">Banking</a> <span>|</span> <a title="Citigold Wealth Management" href="/products-services/banking/citigold/citigold.htm">Citigold Wealth Management</a> <span>|</span> <a title="Investments" href="/products-services/investments/investments-home.htm">Investments</a> <span>|</span> <a title="Insurance" href="/products-services/insurance/insurance.htm">Insurance</a> <span>|</span> <a title="Credit Card" href="/portal/newgen/seo/cards/credit-cards.htm">Credit Card</a> <span>|</span> <a title="Online Services" href="/products-services/online-services/online-services-home.htm">Online Services</a> <span>|</span> <a title="Mobile Services" href="/products-services/online-services/citi-mobile.htm">Mobile Services</a> </p>');
}
function logright()
{
	document.write('<div id="login-section"  style="display:none; position:absolute; margin-top:-77px; padding:0; margin-left:680px; z-index:5;" onClick="ids=0;lopen(\'login-section\',event)"  onmouseover="ids=0;lopen(\'login-section\',event)" ><div class="login-info"><h2>Login to Citibank Online</h2><div style="float:left; width:202px; height:20px;"><form name="login" autocomplete="off" action=""  method="post" style="margin:0px;padding:0px;"><input type="hidden" name="Randnum" value="Login_Num"/> <input type="hidden" name="eOfferCode" value=""/>');
				   document.write('<select id=\"type\" name=\"type\" class=\"login-input\">	<option class=\"option1\" value=\"\" 		selected=\"selected\">LOGIN</option>');
				   
			if(pnz==1)
			{ 
			for(i=0; i<num-1; i++)
		             document.write('<option value="+zval[i]+">'+zval[i]+"</option>");
			}
			
			
document.write('</select>');
document.write('<span></form></span>');
document.write('<button class="login-go" onclick="javascript:test1()" title="LOGIN"></button></div><p><a href="https://www.citibank.co.in/ssjsps/ssindex.do" title="Get your IPIN here" target="_blank">Get your IPIN here</a> to login to Citibank Online and for online purchases!</p><p>Credit Card payment from any bank - <a href="/products-services/online-services/epay.htm" title="EPay Now">EPay Now</a></p><h2 class="apply" style="padding-top:7px;">Apply for Citibank Products</h2><select class="login-input" name="type" id="citi_prod"><option>Credit Cards</option><option>Banking Account</option><option>Loans</option><option>Investments</option><option>Insurance</option></select><button class="login-go" onclick="javascript:citi_products()" title="Apply for Citibank Products"></button></div></div>');
	}
	
	
	
	
    var allHTMLTags = new Array();

    function getElementByClass(theClass,size) {

    var allHTMLTags=document.getElementsByTagName("*");

    for (i=0; i<allHTMLTags.length; i++) {

    if (allHTMLTags[i].className==theClass) {


    allHTMLTags[i].style.fontSize=size;

    }
    }
    }
	
	
	
function small(){
		document.getElementById('fontsizehold').style.visibility ="hidden";
	document.getElementById('fontsizehold').innerHTML = '<input style="cursor:default;" type="image" src="/products-services/commercial-bank/cb_imagesnew/a1.gif" alt="Original Font Size" title="Original Font Size" name="small" id="small" value="" onclick="small();" /><input style="cursor:pointer;" type="image" src="/products-services/commercial-bank/cb_imagesnew/b.gif" alt="Medium Font Size" title="Medium Font Size" value="" onclick="medium();" name="medium" id="medium" /><input style="cursor:pointer;" type="image" src="/products-services/commercial-bank/cb_imagesnew/c.gif" alt="Larger Font Size" title="Larger Font Size" name="large1" id="large1" value="" onclick="large(); doRefresh();" />';
	document.getElementById('fontsizehold').style.visibility ="visible";
	getElementByClass("topintrotext","12px");
	getElementByClass("txt9","9px");
	getElementByClass("txt10","10px");
	getElementByClass("txt11","11px");
	getElementByClass("superscript1","11px");	
	getElementByClass("plsheadtxt1","11px");
	getElementByClass("txt12","12px");
	getElementByClass("topbanerlistright","12px");
	getElementByClass("txt13","13px");
	getElementByClass("txt16","16px");
	getElementByClass("plusminus","11px");
	getElementByClass("blue12b","12px");
	
}



function medium(){
		document.getElementById('fontsizehold').style.visibility ="hidden";
	document.getElementById('fontsizehold').innerHTML ='<input style="cursor:pointer;" type="image" src="/products-services/commercial-bank/cb_imagesnew/a.gif" alt="Original Font Size" title="Original Font Size" name="small" id="small" value="" onclick="small();" /><input style="cursor:default;" type="image" src="/products-services/commercial-bank/cb_imagesnew/b1.gif" alt="Medium Font Size" title="Medium Font Size" value="" onclick="medium();" name="medium" id="medium" /><input style="cursor:pointer;" type="image" src="/products-services/commercial-bank/cb_imagesnew/c.gif" alt="Larger Font Size" title="Larger Font Size" name="large1" id="large1" value="" onclick="large(); doRefresh();" />';
	document.getElementById('fontsizehold').style.visibility ="visible";
	getElementByClass("topintrotext","14px");
	getElementByClass("txt9","11px");
	getElementByClass("txt10","12px");
	getElementByClass("txt11","13px");
	getElementByClass("superscript1","13px");
	getElementByClass("plsheadtxt1","13px");
	getElementByClass("txt12","14px");
	getElementByClass("topbanerlistright","14px");
	getElementByClass("txt13","15px");
	getElementByClass("txt16","18px");
	getElementByClass("plusminus","13px");
	getElementByClass("blue12b","14px");
}

function large(){
	document.getElementById('fontsizehold').style.visibility ="hidden";
	document.getElementById('fontsizehold').innerHTML = '<input style="cursor:pointer;" type="image" src="/products-services/commercial-bank/cb_imagesnew/a.gif" alt="Original Font Size" title="Original Font Size" name="small" id="small" value="" onclick="small();" /><input style="cursor:pointer;" type="image" src="/products-services/commercial-bank/cb_imagesnew/b.gif" alt="Medium Font Size" title="Medium Font Size" value="" onclick="medium();" name="medium" id="medium" /><input style="cursor:default;" type="image" src="/products-services/commercial-bank/cb_imagesnew/c1.gif" alt="Larger Font Size" title="Larger Font Size" name="large1" id="large1" value="" onclick="large(); doRefresh();" />';
	document.getElementById('fontsizehold').style.visibility ="visible";
	getElementByClass("topintrotext","16px");
	getElementByClass("txt9","13px");
	getElementByClass("txt10","14px");
	getElementByClass("txt11","15px");
	getElementByClass("superscript1","15px");
	getElementByClass("plsheadtxt1","15px");
	getElementByClass("txt12","16px");
	getElementByClass("topbanerlistright","16px");
	getElementByClass("txt13","17px");
	getElementByClass("txt16","20px");
	getElementByClass("plusminus","15px");
	getElementByClass("blue12b","16px");
	
}

function doRefresh()
{
	
}

function nps(re){
if( re == 'Image11' )
{
	
document.getElementById('app1').style.display = 'block';
document.getElementById('app2').style.display = 'none';
document.getElementById('Image11').src="/products-services/commercial-bank/cb_imagesnew/nps-featuers-on.gif";
document.getElementById('Image12').src="/products-services/commercial-bank/cb_imagesnew/nps-faqs-off.gif";
document.getElementById('Image11').parentNode.style.cursor="pointer";
document.getElementById('Image12').parentNode.style.cursor="pointer";
document.getElementById(re).parentNode.style.cursor="default";
}
else if( re == 'Image12' )
{
document.getElementById('app2').style.display = 'block';
document.getElementById('app1').style.display = 'none';
document.getElementById('Image11').src="/products-services/commercial-bank/cb_imagesnew/nps-featuers-off.gif";
document.getElementById('Image12').src="/products-services/commercial-bank/cb_imagesnew/nps-faqs-on.gif";
document.getElementById('Image11').parentNode.style.cursor="pointer";
document.getElementById('Image12').parentNode.style.cursor="pointer";
document.getElementById(re).parentNode.style.cursor="default";
}
}

function cbl(re){
if( re == 'Image11' )
{
	
document.getElementById('app1').style.display = 'block';
document.getElementById('Image11').src="/products-services/commercial-bank/cb_imagesnew/exclusice-on.gif";
document.getElementById('Image11').parentNode.style.cursor="pointer";
document.getElementById(re).parentNode.style.cursor="default";
}
}

function showhide11(src,img){
	var imgopen = '/products-services/commercial-bank/cb_imagesnew/minus.gif';
	var imgclose = '/products-services/commercial-bank/cb_imagesnew/plus.gif';

		if(document.getElementById(src).style.display == 'none'){
			document.getElementById(src).style.display = 'block';
			document.getElementById(img).src = imgopen;

		}
		else 
		{
			document.getElementById(src).style.display = 'none';
			document.getElementById(img).src = imgclose;
		}
}

	
