var currentpage=location.href.substr(location.href.lastIndexOf("/")+1,location.href.length)
if(currentpage.lastIndexOf("#")!=-1)
{
currentpage=currentpage.substr(0,currentpage.lastIndexOf("#"));	


}
if(currentpage=="rewards-home.htm")
	{
			currentpage=location.href.substr(location.href.lastIndexOf("/")+1,location.href.length)
			
			
			
	}else if(currentpage.lastIndexOf("?")!=-1)
{
currentpage=currentpage.substr(0,currentpage.lastIndexOf("?"));	

}
if(currentpage=="rewards-home.htm")
	{
currentpage="rewards-home.htm#citi-rewards";
}
function rewards_left(id)
{     
currentpages=location.href.substr(location.href.lastIndexOf("/")+1,location.href.length);
if(currentpages.lastIndexOf("#")!=-1)
{
currentpages=currentpages.substr(0,currentpages.lastIndexOf("#"));	
}
if(currentpages.lastIndexOf("?")!=-1){
currentpages=currentpages.substr(0,currentpages.lastIndexOf("?"));
}
if(currentpages=="rewards-home.htm"){

				document.getElementById("Subnav12").innerHTML=innerText;
				var temp=document.getElementById(id).innerHTML;
				document.getElementById(id).parentNode.innerHTML="<div style='color:#555555;font-size:11px;line-height:15px;'>"+temp+"</div>";
				 if(id=="citi-rewards"){
				rewardstab('Image11');
				}
				 if(id=="citi-catalogue"){
				rewardstab('Image12');
				}
				 if(id=="online-shopping"){
				rewardstab('Image13');
				}
				 if(id=="shop-at-a-store"){
				rewardstab('Image14');
				}
				}

}




var disclaimerpages=Array("form_jet_plat.htm","form_jet_gold.htm");
function left_ShowHide(src,img,obj){
	var imgopen = '/portal/newgen/cards/tab/cc_images/arrow_blue11.gif';
	var imgclose = '/portal/newgen/cards/tab/cc_images/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;
}
var links=Array();

function showinnerlevel()
{
			links[0]= document.getElementById("citi-rewards").href;
			links[1]= document.getElementById("citi-catalogue").href;
			links[2]= document.getElementById("online-shopping").href;
			links[3]= document.getElementById("shop-at-a-store").href;

	
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:#009beb;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="/portal/newgen/cards/tab/cc_images/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="/portal/newgen/cards/tab/cc_images/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" ) { 
url=ullia[i].href.substr(ullia[i].href.lastIndexOf("/")+1,ullia[i].href.length);
if(url.lastIndexOf("?")!=-1)
url=url.substr(0,url.lastIndexOf("?"));



	if(url==currentpage){
	ullia[i].parentNode.innerHTML='<img src="/portal/newgen/cards/tab/cc_images/arrow_blue1.gif" alt="" class="arrow1"  id="img10" /><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>";
	}		
	}
	}
	
}

						innerText=document.getElementById("Subnav12").innerHTML;
for ( i=0; i<ulli.length; i++){
	
			if (ulli[i].className=="lisubheadadj" ) { 
			url=ulli[i].childNodes[0].href.substr(ulli[i].childNodes[0].href.lastIndexOf("/")+1,ulli[i].childNodes[0].href.length);
		  if(url.lastIndexOf("?")!=-1)
			url=url.substr(0,url.lastIndexOf("?"));
		
		
				if(url==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='/portal/newgen/cards/tab/cc_images/arrow_blue11.gif';
				   }else
				   {
				 ulli[i].parentNode.parentNode.previousSibling.style.fontWeight="bold";
				   ulli[i].parentNode.parentNode.previousSibling.childNodes[0].src='/portal/newgen/cards/tab/cc_images/arrow_blue11.gif';
				   }
				 
				 
				 
			}else
			{
				
			}
			}
	

		if (ulli[i].className=="leftshowhide_sub_sub" ) { 

			url=ulli[i].childNodes[0].href.substr(ulli[i].childNodes[0].href.lastIndexOf("/")+1,ulli[i].childNodes[0].href.length);
			if(url.lastIndexOf("?")!=-1){
			url=url.substr(0,url.lastIndexOf("?"));}	

		
			
			
		if(url==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='/portal/newgen/cards/tab/cc_images/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='/portal/newgen/cards/tab/cc_images/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);";
		}
		}
		 }
		 
		}
	  		}

if(currentpage.lastIndexOf("#")!=-1)
{
currentpages=currentpage.substr(0,currentpage.lastIndexOf("#"));	
}else
{
currentpages=currentpage;
}

if(currentpages=="rewards-home.htm")
	{
var cp=location.href.substr(location.href.lastIndexOf("/")+1,location.href.length)

		if(cp.lastIndexOf("#")!=-1){
			var hashs=location.href.substr(location.href.lastIndexOf("#")+1,location.href.length);

			rewards_left(hashs);
			}else
			{	
			rewards_left('citi-rewards');
			}
	}
			
}
var innerText;
function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}



function leftnav()
{
	document.write('<div id="dvleft">	<ul style="list-style-type:none !important;"><div class="leftgradholder">	<div class="leftgradtop">	<img src="/portal/newgen/cards/tab/cc_images/left_nav_top.gif" alt="" />	</div>	<div class="leftgradmid">			<li class="leftshowhide_sub" ><img src="/portal/newgen/cards/tab/cc_images/arrow_blue1.gif" alt="" class="arrow"  id="img1" /><a title="View Credit Card Types" href="javascript:left_ShowHide(\'Navi1\',\'img1\',\'left1\')" ><span id="left1">View Credit Card Types</span></a></li>	 <li class="leftliholder">		    <ul class="leftshowhide_sub"  id="Navi1" style="display:none; " >  <li class="lisubheadadj"><a title="Cash Back" href="javascript:void(0);" onclick="javascript:sublevelmenu(\'Subnav1\',this)">Cash Back</a></li><li class="leftliholder"><ul  style="display:none; float:left; margin:0px; padding:0px 0px 0px 0px!important;" id="Subnav1"><li class="leftshowhide_sub_sub"><a title="Citibank Cash Back Credit Card" href="/portal/newgen/cards/tab/cash-back-credit-card.htm?eOfferCode=CHLNAV">Citibank Cash  Back <br/>Credit Card</a></li></ul></li>                                                                <li class="lisubheadadj"><a title="Shopping" href="javascript:void(0);" onclick="javascript:sublevelmenu(\'Subnav2\',this)">Shopping</a></li>              <li class="leftliholder">                <ul  style="display:none;" id="Subnav2">                    <li class="leftshowhide_sub_sub"><a title="Citibank Rewards Card" href="/portal/newgen/cards/rewards/citi-rewards-card.htm?eOfferCode=CHLNAV">Citibank Rewards Card</a></li>         <li class="leftshowhide_sub_sub"><a title="First Citizen Citibank Titanium Credit Card" href="/portal/newgen/cards/tab/firstcitizencard.htm?eOfferCode=CHLNAV">First Citizen Citibank<br>  Titanium Credit Card</a></li>   <li class="leftshowhide_sub_sub"><a title="First Citizen Citibank Platinum Credit Card" href="/portal/newgen/cards/tab/firstcitizen-platinum-card.htm?eOfferCode=CHLNAV">First Citizen Citibank<br> Platinum Credit Card</a></li>    </ul>              </li>              <li class="lisubheadadj"><a title="Travel" href="javascript:void(0);" onclick="javascript:sublevelmenu(\'Subnav3\',this)">Travel</a></li>              <li class="leftliholder">                <ul  style="display:none; float:left; margin:0px; padding:0px 0px 0px 0px!important;" id="Subnav3"> <li class="leftshowhide_sub_sub" style="line-height:14px;"><a title="Citibank PremierMiles Card" href="/portal/newgen/cards/tab/citi-premiermiles-card.htm?eOfferCode=CHLNAV">Citibank PremierMiles Card</a></li>    <li class="leftshowhide_sub_sub"><a title="Jet Airways Citibank Platinum Credit Card" href="https://www.online.citibank.co.in/portal/newgen/cards/tab/jetairplatinum.htm?site=PORTAL&creative=NGX&section=CHLNAV&agencyCode=XER&campaignCode=CARDSNET&productCode=ECRD&eOfferCode=CHLNAV">Jet Airways Citibank<br />  Platinum Credit Card</a></li><li class="leftshowhide_sub_sub"><a href="/portal/newgen/cards/tab/delhi-metro-card.htm?eOfferCode=CHLNAV">Delhi Metro Citibank Credit<br />Card</a></li>        </ul>              </li>              <li class="lisubheadadj"><a title="Fuel" href="javascript:void(0);" onclick="javascript:sublevelmenu(\'Subnav4\',this)">Fuel</a></li>              <li class="leftliholder">                <ul  style="display:none; float:left; margin:0px; padding:0px 0px 0px 0px!important;" id="Subnav4">   <li class="leftshowhide_sub_sub"><a href="/portal/newgen/cards/tab/indianoil-platinumcard.htm?eOfferCode=CHLNAV">IndianOil Citibank Platinum<br />Credit Card</a></li> <li class="leftshowhide_sub_sub"><a title="IndianOil Citibank Titanium Credit Card" href="/portal/newgen/cards/tab/indianoil-titaniumcard.htm?eOfferCode=CHLNAV">IndianOil Citibank Titanium<br />Credit Card</a></li>     </ul>              </li>   <li class="lisubheadadj"><a title="Lifestyle" href="javascript:void(0);" onclick="javascript:sublevelmenu(\'Subnav8\',this)">Lifestyle</a></li><li class="leftliholder">                <ul  style="display:none; float:left; margin:0px; padding:0px 0px 0px 0px!important;" id="Subnav8">                  <li class="leftshowhide_sub_sub"><a title="Citibank Ultima Credit Card" href="/portal/newgen/cards/tab/ultima_card.htm?eOfferCode=CHLNAV">Citibank Ultima Credit Card</a></li>                </ul>              </li>   <li class="lisubheadadj" ><a title="Prepaid" href="javascript:void(0);" onclick="javascript:sublevelmenu(\'Subnav6\',this)">Prepaid</a></li> <li class="leftliholder"><ul id="Subnav6" style="display:none; float:left; margin:0px; padding:0px 0px 0px 0px!important;"> <li class="leftshowhide_sub_sub"><a title="Citibank World Money Card" href="https://www.online.citibank.co.in/portal/newgen/cards/tab/worldmoneycard.htm?site=PORTAL&creative=NGX&section=CHLNAV&agencyCode=XER&campaignCode=&productCode=&eOfferCode=CHLNAV">Citibank World Money Card</a></li> <li class="leftshowhide_sub_sub" style="line-height:14px;"><a title="Citibank World Money Corporate Card" href="https://www.online.citibank.co.in/portal/newgen/cards/tab/worldmoney-corporate-card.htm?site=PORTAL&creative=NGX&section=CHLNAV&agencyCode=XER&campaignCode=&productCode=&eOfferCode=CHLNAV">Citibank World Money <br/>Corporate Card</a> </li>    </ul></li>        <li class="lisubheadadj"><a title="Others" href="javascript:void(0);" onclick="javascript:sublevelmenu(\'Subnav5\',this)">Others</a></li>              <li class="leftliholder">                <ul  style="display:none; float:left; margin:0px; padding:0px 0px 0px 0px!important;" id="Subnav5"> <li class="leftshowhide_sub_sub"><a title="Jet Airways Citibank Titanium Credit Card" href="/portal/newgen/cards/tab/jetairtitaniumcard.htm?eOfferCode=CHLNAV">Jet Airways Citibank <br />Titanium Credit Card</a></li> <li class="leftshowhide_sub_sub"><a title="Jet Airways CitiBusiness Credit Card" href="/portal/newgen/cards/tab/jetaircitibiz.htm?eOfferCode=CHLNAV">Jet Airways CitiBusiness <br>Credit Card</a></li>   <li class="leftshowhide_sub_sub"><a title="IndianOil CitiBusiness Gold Credit Card" href="/portal/newgen/cards/tab/ioc_citibusinessgold.htm?eOfferCode=CHLNAV">IndianOil CitiBusiness <br>Gold Credit Card</a></li><li class="leftshowhide_sub_sub"><a title="IndianOil Citibank Gold Credit Card" href="/portal/newgen/cards/tab/ioc_goldcard.htm?eOfferCode=CHLNAV">IndianOil Citibank Gold<br />Credit Card</a></li> <li class="leftshowhide_sub_sub"><a title="Citibank Platinum Credit Card" href="/portal/newgen/cards/tab/platinumcard.htm?eOfferCode=CHLNAV">Citibank Platinum Credit <br>Card</a></li> <li class="leftshowhide_sub_sub"><a title="Citi Cash Rewards Credit Card" href="/portal/newgen/cards/tab/titanium-cash-rewards.htm?eOfferCode=CHLNAV">Citi Cash Rewards <br> Credit  Card</a></li>     <li class="leftshowhide_sub_sub"><a href="/portal/newgen/cards/tab/citi-corporate-card.htm?eOfferCode=CHLNAV">Citibank Corporate Card</a></li>      </ul>              </li> </ul>          </li>         <li class="leftshowhide_sub" ><img src="/portal/newgen/cards/tab/cc_images/arrow_blue1.gif" alt="" class="arrow" /><a title="Compare Credit Cards" href="/portal/newgen/cards/static/allcards/comparator/comparator.htm?eOfferCode=CHLNAV" ><span>Compare Credit Cards</span></a></li>		   <li class="leftshowhide_sub" ><img src="/portal/newgen/cards/tab/cc_images/arrow_blue1.gif" alt="" class="arrow"  id="img10" /><a title="Apply Now" href="https://www.online.citibank.co.in/portal/newgen/cards/tab/apply-now.htm?site=PORTAL&creative=NGX&section=CHLNAV&agencyCode=&campaignCode=&productCode=&eOfferCode=CHLNAV"  ><span id="left10">Apply Now</span></a></li>         		          </div>		<div class="leftgradfoot">	<img src="/portal/newgen/cards/tab/cc_images/left_nav_foot.gif" alt="" />	</div></div>				<div class="leftgradholder">	<div class="leftgradtop">	<img src="/portal/newgen/cards/tab/cc_images/left_nav_top.gif" alt="" />	</div>	<div class="leftgradmid">			<li class="leftshowhide_sub" ><img src="/portal/newgen/cards/tab/cc_images/arrow_blue1.gif" alt="" class="arrow"  id="img11" /><a title="Manage Credit Card" href="javascript:left_ShowHide(\'Navi11\',\'img11\',\'left11\')" ><span id="left11">Manage Credit Card</span></a></li>	 <li class="leftliholder">		    <ul class="leftshowhide_sub"  id="Navi11" style="display:none; " >              <li class="lisubheadadj"><a title="Pay Credit Card Bills" href="/online-services/citibank-epay.htm?eOfferCode=CHLNAV" >Pay Credit Card Bills</a></li>              <li class="lisubheadadj"><a title="E-mail and SMS Alerts" href="/portal/newgen/seo/cbol/online-services.htm?eOfferCode=CHLNAV" >E-mail and SMS Alerts</a></li>                           <li class="lisubheadadj"><a title="Pay Utility Bills" href="/portal/newgen/seo/cbol/bill-pay.htm?eOfferCode=CHLNAV" >Pay Utility Bills</a></li>                          <li class="lisubheadadj"><a title="Update Contact Details" href="/INGCB/portal/citi_home_center.do?frameset=centerFramesetVis&frameval2=cbxProdBID&frameval1=cbxcbolhmcardpgWID&framevar2=brandID&framevar1=workID&eOfferCode=CHLNAV" >Update Contact Details</a></li>                       <li class="lisubheadadj"><a title="Internet Banking" href="/customerservice/internbanking.htm?eOfferCode=CHLNAV" >Internet Banking </a></li>                            </ul>          </li>          <li class="leftshowhide_sub" ><img src="/portal/newgen/cards/tab/cc_images/arrow_blue1.gif" alt="" class="arrow" /><a title="Pay Credit Card Bills" href="/online-services/citibank-epay.htm?eOfferCode=CHLNAV" ><span>Pay Credit Card Bills</span></a></li>		         <li class="leftshowhide_sub" ><img src="/portal/newgen/cards/tab/cc_images/arrow_blue1.gif" alt="" class="arrow" /><a title="Statement on E-mail" href="https://www.online.citibank.co.in/portal/newgen/seo/cbol/statement-on-email.htm?site=PORTAL&creative=NGX&section=CHLNAV&agencyCode=&campaignCode=&productCode=&eOfferCode=CHLNAV" ><span>Statement on E-mail</span></a></li>         		          </div>		<div class="leftgradfoot">	<img src="/portal/newgen/cards/tab/cc_images/left_nav_foot.gif" alt="" />	</div></div>	 		<div class="leftgradholder">	<div class="leftgradtop">	<img src="/portal/newgen/cards/tab/cc_images/left_nav_top.gif" alt="" />	</div>	<div class="leftgradmid">				<li class="leftshowhide_sub" id="rewards_left"><img src="/portal/newgen/cards/tab/cc_images/arrow_blue1.gif" alt="" class="arrow"  id="img12" /><a title="Rewards &amp; Offers" href="javascript:left_ShowHide(\'Navi12\',\'img12\',\'left12\')" ><span id="left12">Rewards &amp; Offers</span></a></li>	 <li class="leftliholder">		    <ul class="leftshowhide_sub"  id="Navi12" style="display:none; " >              <li class="lisubheadadj"><a title="Offers on your Credit Card" href="/card-offers/special-offers.htm?eOfferCode=CHLNAV" >Offers on your Credit Card</a></li>              <li class="lisubheadadj"><a title="Redeem Reward Points" href="javascript:void(0);" onclick="javascript:sublevelmenu(\'Subnav12\',this)">Redeem Reward Points</a></li>       <li class="leftliholder">                <ul  style="display:none;" id="Subnav12">                    <li class="leftshowhide_sub_sub"><a title="Earn Rewards" href="/portal/newgen/cards/tab/rewards-home.htm#citi-rewards" id="citi-rewards" onclick="rewards_left(\'citi-rewards\')">Earn Rewards</a></li>          <li class="leftshowhide_sub_sub" ><a title="Redeem from Rewards Catalogue" id="citi-catalogue" href="/portal/newgen/cards/tab/rewards-home.htm#citi-catalogue" onclick="rewards_left(\'citi-catalogue\')"style="line-height:15px;">Redeem from Rewards <br>Catalogue</a></li>  <li class="leftshowhide_sub_sub"><a title="Online Shopping" href="/portal/newgen/cards/tab/rewards-home.htm#online-shopping" id="online-shopping" onclick="rewards_left(\'online-shopping\')">Online Shopping</a></li>  <li class="leftshowhide_sub_sub"><a title="Shop-at-a Store" href="/portal/newgen/cards/tab/rewards-home.htm#shop-at-a-store"  id="shop-at-a-store" onclick="rewards_left(\'shop-at-a-store\')">Shop-at-a Store</a></li>  <li class="leftshowhide_sub_sub"><a title="Exclusive-rewards" href="/portal/newgen/cards/tab/rewards-home.htm#exclusive-rewards"  id="Exclusive-rewards" onclick="rewards_left(\'Exclusive-rewards\')">Exclusive-rewards</a></li>   </ul>              </li>                                                                               </ul>          </li>         <li class="leftshowhide_sub" style="list-style-type:none !important; "><img src="/portal/newgen/cards/tab/cc_images/arrow_blue1.gif" alt="" class="arrow"  id="img13" /><a title="Insurance Benefits" href="javascript:left_ShowHide(\'Navi13\',\'img13\',\'left13\')" ><span id="left13">Insurance Benefits</span></a></li>	 <li class="leftliholder" style="list-style-type:none !important;">		    <ul class="leftshowhide_sub"  id="Navi13" style="display:none; list-style-type:none !important; " >               <li class="lisubheadadj"><a title="Health Forever" href="https://www.online.citibank.co.in/INGCB/portal/citiin/forms/citihealthforever.do?site=PORTAL&creative=NGX&section=CHLNAV&agencyCode=XER&campaignCode=GHNET&productCode=AQCA&eOfferCode=CHLNAV">Health Forever</a></li>  <li class="lisubheadadj"><a title="Good Health Policy" href="https://www.online.citibank.co.in/portal/newgen/seo/cards/mediclaim-health-policy.htm?site=PORTAL&creative=NGX&section=CHLNAV&agencyCode=XER&campaignCode=GHNET&productCode=AQCA&eOfferCode=CHLNAV">Good Health Policy</a></li>    <li class="lisubheadadj"><a title="Smart Cash" href="https://www.online.citibank.co.in/INGCB/portal/citiin/forms/smartcash/citi_smartcash_index.do?site=PORTAL&creative=NGX&section=CHLNAV&agencyCode=XER&campaignCode=GHNET&productCode=AQCA&eOfferCode=CHLNAV">Smart Cash</a></li> <li class="lisubheadadj"><a title="Personal Accident Cover" href="https://www.online.citibank.co.in/INGCB/portal/citiin/forms/pac/citi_personalcare_index.do?site=PORTAL&creative=NGX&section=CHLNAV&agencyCode=XER&campaignCode=GHNET&productCode=AQCA&eOfferCode=CHLNAV">Personal Accident Cover</a></li><li class="lisubheadadj"><a title="Travel Insurance" href="https://www.online.citibank.co.in/INGCB/portal/citiin/forms/citiintravel.do?site=PORTAL&creative=&section=CHLNAV&agencyCode=&campaignCode=&productCode=&eOfferCode=CHLNAV" >Travel Insurance</a></li>                                  </ul>          </li>		               		 		  <li class="leftshowhide_sub" ><img src="/portal/newgen/cards/tab/cc_images/arrow_blue1.gif" alt="" class="arrow"  id="img14" /><a title="Other Benefits" href="javascript:left_ShowHide(\'Navi14\',\'img14\',\'left14\')" ><span id="left14">Other Benefits</span></a></li>	 <li class="leftliholder">		    <ul class="leftshowhide_sub"  id="Navi14" style="display:none; " >              <li class="lisubheadadj"><a title="Split It" href="https://www.online.citibank.co.in/portal/newgen/cards/tab/clickanemi.htm?site=PORTAL&creative=NGX&section=CHLNAV&agencyCode=XER&campaignCode=CARDSNET&productCode=ECRD&productname=WORLDMNY&eOfferCode=CHLNAV" >Split It</a></li>          <li class="lisubheadadj"><a title="Loan on your Credit Card" href="https://www.online.citibank.co.in/portal/newgen/cards/emi/loanurcard.htm?site=PORTAL&amp;creative=XER&section=CHLNAV&agencyCode=XER&campaignCode=&productCode=&eOfferCode=CHLNAV" >Loan on your Credit Card</a></li>   <li class="lisubheadadj"><a title="Card Protection Plan" href="/portal/newgen/seo/cards/card_protection_plan.htm?eOfferCode=CHLNAV" >Card Protection Plan</a></li>                                                     </ul>          </li>		      		          </div>		<div class="leftgradfoot">	<img src="/portal/newgen/cards/tab/cc_images/left_nav_foot.gif" alt="" />	</div></div>				<div class="leftgradholder">	<div class="leftgradtop">	<img src="/portal/newgen/cards/tab/cc_images/left_nav_top.gif" alt="" />	</div>	<div class="leftgradmid">			<li class="leftshowhide_sub" ><img src="/portal/newgen/cards/tab/cc_images/arrow_blue1.gif" alt="" class="arrow"  id="img19" /><a title="Basics of Credit" href="javascript:left_ShowHide(\'Navi19\',\'img19\',\'left19\')" ><span id="left19">Basics of credit</span></a></li>	 <li class="leftliholder">		    <ul class="leftshowhide_sub"  id="Navi19" style="display:none; " >              <li class="lisubheadadj"><a title="What is a Credit Bureau?" href="/portal/newgen/cards/tab/Credit_Bureau.htm?eOfferCode=CHLNAV" >What is a Credit Bureau?</a></li>      <li class="lisubheadadj"><a title="Use Credit Responsibly" href="/portal/newgen/creditwisely/index.htm?eOfferCode=CHLNAV" target="_blank" >Use Credit Responsibly</a></li>              <li class="lisubheadadj"><a title="Cardmember Terms &amp; Conditions" href="/portal/newgen/cards/cardmember.pdf" target="_blank" >Cardmember <br />Terms &amp; Conditions</a></li> <li class="lisubheadadj"><a title="Do Not Disturb Service" href="/customerservice/DND.htm?eOfferCode=CHLNAV" >Do Not Disturb Service</a></li>                            <li class="lisubheadadj"><a title="Most Important Terms &amp; Conditions (MITC)" href="/portal/newgen/cards/tab/creditcards_tc.htm?eOfferCode=CHLNAV#termsmitc" >Most Important Terms &amp; Conditions (MITC)</a></li>                              </ul>          </li>       <li class="leftshowhide_sub" ><img src="/portal/newgen/cards/tab/cc_images/arrow_blue1.gif" alt="" class="arrow"  id="img14" /><a title="Contact Us" href="/customerservice/home.htm?eOfferCode=CHLNAV" ><span id="left14">Contact Us</span></a></li>          		          </div>		<div class="leftgradfoot">	<img src="/portal/newgen/cards/tab/cc_images/left_nav_foot.gif" alt="" />	</div></div>				  </ul>		  		  					</div>');	
	}
