function openblock()
{
	var page=location.href.substr(location.href.lastIndexOf("#")+1,location.href.length)


	if(page=="jump6"){
		document.getElementById("d6").style.display = 'block';
		document.getElementById("imgd6").src = '/citi-nri/images/rca_minus.gif';
		document.getElementById("d1").style.display = 'none';
		document.getElementById("imgd1").src = '/citi-nri/images/rca_plus.gif';
		scroll(0,500);
	}
	if(page=="jump5"){
		document.getElementById("d5").style.display = 'block';
		document.getElementById("imgd5").src = '/citi-nri/images/rca_minus.gif';
		document.getElementById("d1").style.display = 'none';
		document.getElementById("imgd1").src = '/citi-nri/images/rca_plus.gif';
		scroll(0,460);
	}
	if(page=="jump4"){
		document.getElementById("d4").style.display = 'block';
		document.getElementById("imgd4").src = '/citi-nri/images/rca_minus.gif';
		document.getElementById("d1").style.display = 'none';
		document.getElementById("imgd1").src = '/citi-nri/images/rca_plus.gif';
		scroll(0,420);
	}
	if(page=="acht"){
		document.getElementById("d3").style.display = 'block';
		document.getElementById("imgd3").src = '/citi-nri/images/rca_minus.gif';
		document.getElementById("d1").style.display = 'none';
		document.getElementById("imgd1").src = '/citi-nri/images/rca_plus.gif';
		scroll(0,385);
	}
	if(page=="jump2"){
		document.getElementById("d2").style.display = 'block';
		document.getElementById("imgd2").src = '/citi-nri/images/rca_minus.gif';
		document.getElementById("d1").style.display = 'none';
		document.getElementById("imgd1").src = '/citi-nri/images/rca_plus.gif';
		scroll(0,350);
	}
	if(page=="jump1"){
		document.getElementById("d1").style.display = 'block';
		document.getElementById("imgd1").src = '/citi-nri/images/rca_minus.gif';

		scroll(0,310);
	}
	if(page=="achr6"){
		document.getElementById("d6").style.display = 'block';
		document.getElementById("imgd6").src = '/citi-nri/images/rca_minus.gif';
		document.getElementById("d1").style.display = 'none';
		document.getElementById("imgd1").src = '/citi-nri/images/rca_plus.gif';
		scroll(0,550);
	}
	if(page=="achr5"){
		document.getElementById("d5").style.display = 'block';
		document.getElementById("imgd5").src = '/citi-nri/images/rca_minus.gif';
		document.getElementById("d1").style.display = 'none';
		document.getElementById("imgd1").src = '/citi-nri/images/rca_plus.gif';
		scroll(0,500);
	}
	if(page=="achr4"){
		document.getElementById("d4").style.display = 'block';
		document.getElementById("imgd4").src = '/citi-nri/images/rca_minus.gif';
		document.getElementById("d1").style.display = 'none';
		document.getElementById("imgd1").src = '/citi-nri/images/rca_plus.gif';
		scroll(0,450);
	}
	if(page=="achr3"){
		document.getElementById("d3").style.display = 'block';
		document.getElementById("imgd3").src = '/citi-nri/images/rca_minus.gif';
		document.getElementById("d1").style.display = 'none';
		document.getElementById("imgd1").src = '/citi-nri/images/rca_plus.gif';
		scroll(0,425);
	}
	if(page=="achr2"){
		document.getElementById("d2").style.display = 'block';
		document.getElementById("imgd2").src = '/citi-nri/images/rca_minus.gif';
		document.getElementById("d1").style.display = 'none';
		document.getElementById("imgd1").src = '/citi-nri/images/rca_plus.gif';
		scroll(0,390);
	}
	if(page=="achr1"){
		document.getElementById("d1").style.display = 'block';
		document.getElementById("imgd1").src = '/citi-nri/images/rca_minus.gif';

		scroll(0,370);
	}
	
	
}
function showhide1(src,img){
	var imgopen = '/citi-nri/images/rca_minus.gif';
	var imgclose = '/citi-nri/images/rca_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;
		}
}
function remitservice(src,img){
	var imgopen = '/citi-nri/images/do-more.gif';
	var imgclose = '/citi-nri/images/do-more.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;
		}
}



function MM_preloadImages() { 
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}


function tollfree_showhide(n,cp_d)
{
for(var i=1;i<=5;i++)
{
if(i==n)
{
document.getElementById('city'+i).style.display="block";

document.getElementById('b'+i).className = "ts_atve";
document.getElementById(cp_d).style.display = "block";
document.getElementById('faq_ts').style.display='block';

}
else
{
document.getElementById('city'+i).style.display="none";
document.getElementById('b'+i).style.fontWeight="normal";
document.getElementById('b'+i).className ="ts_lnk";
}
}



}
function ts_city_close()
{
	
 document.getElementById('faq_ts').style.display='none';
  for(var i=1;i<=26;i++)
 {
	 document.getElementById('b'+i).style.fontWeight="normal";
	 document.getElementById('b'+i).className ="ts_lnk";
 }
}


function city_change(n)
{
for(var i=1;i<=25;i++)
{
if(i==n)
{
document.getElementById('city'+i).style.display="block";

document.getElementById('alpha'+i).style.color="#666666";
document.getElementById('alpha'+i).className = "c_atve";
document.getElementById('az_conatinner').style.display="block";
}
else
{
document.getElementById('city'+i).style.display="none";
document.getElementById('alpha'+i).className = "c_lnk";
document.getElementById('alpha'+i).style.color="#009BEB";
}
}
}
function city_close()
{
 document.getElementById('az_conatinner').style.display='none';
 for(var i=1;i<=25;i++)
 {
	 document.getElementById('alpha'+i).style.fontWeight="normal";
	 document.getElementById('alpha'+i).className = "c_lnk";
 }
}
function dbfaq_showhide(n,cp_d)
{
for(var i=1;i<=94;i++)
{
if(i==n)
{
document.getElementById('city'+i).style.display="block";
document.getElementById('b'+i).className = "ts_atve";
document.getElementById(cp_d).style.display = "block";
document.getElementById('faq_ts').style.display='block';
}
else
{
document.getElementById('city'+i).style.display="none";
document.getElementById('b'+i).style.fontWeight="normal";
document.getElementById('b'+i).className ="ts_lnk";
}
}

}


function disp(re){
if( re == 'Image11' )
{
	
document.getElementById('re1').style.display = 'block';
document.getElementById('re2').style.display = 'none';
document.getElementById('Image11').src="/citi-nri/images/key_featandbenefite_over.jpg";
document.getElementById('Image12').src="/citi-nri/images/remit_registertab_normal.jpg";
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('re2').style.display = 'block';
document.getElementById('re1').style.display = 'none';
document.getElementById('Image11').src="/citi-nri/images/key_featandbenefite_normal.jpg";
document.getElementById('Image12').src="/citi-nri/images/remit_registertab_over.jpg";
document.getElementById('Image11').parentNode.style.cursor="pointer";
document.getElementById('Image12').parentNode.style.cursor="pointer";
document.getElementById(re).parentNode.style.cursor="default";
}
}

function applynow(re){
if( re == 'Image11' )
{
	
document.getElementById('app1').style.display = 'block';
document.getElementById('app2').style.display = 'none';
document.getElementById('Image11').src="/citi-nri/images/apnow_1.gif";
document.getElementById('Image12').src="/citi-nri/images/apnow_21.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="/citi-nri/images/apnow_11.gif";
document.getElementById('Image12').src="/citi-nri/images/apnow_2.gif";
document.getElementById('Image11').parentNode.style.cursor="pointer";
document.getElementById('Image12').parentNode.style.cursor="pointer";
document.getElementById(re).parentNode.style.cursor="default";
}
}

function specialoffer(re){
if( re == 'Image11' )
{
	
document.getElementById('app1').style.display = 'block';
document.getElementById('app2').style.display = 'none';
document.getElementById('Image11').src="/citi-nri/images/sp-new-on.gif";
document.getElementById('Image12').src="/citi-nri/images/sp-preferred-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="/citi-nri/images/sp-new-off.gif";
document.getElementById('Image12').src="/citi-nri/images/sp-preferred-on.gif";
document.getElementById('Image11').parentNode.style.cursor="pointer";
document.getElementById('Image12').parentNode.style.cursor="pointer";
document.getElementById(re).parentNode.style.cursor="default";
}
}

function specialoffer1(re){
if( re == 'Image11' )
{
	
document.getElementById('app1').style.display = 'block';
document.getElementById('app2').style.display = 'none';
document.getElementById('Image11').src="/citi-nri/images/sp-new-on.gif";
document.getElementById('Image12').src="/citi-nri/images/sp-preferred-off1.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="/citi-nri/images/sp-new-off.gif";
document.getElementById('Image12').src="/citi-nri/images/sp-preferred-on1.gif";
document.getElementById('Image11').parentNode.style.cursor="pointer";
document.getElementById('Image12').parentNode.style.cursor="pointer";
document.getElementById(re).parentNode.style.cursor="default";
}
}


function cbr_showhide(n,cp_d)
{
for(var i=1;i<=6;i++)
{
if(i==n)
{
document.getElementById('city'+i).style.display="block";
document.getElementById('b'+i).className = "ts_atve";
document.getElementById(cp_d).style.display = "block";
document.getElementById('faq_ts').style.display='block';
}
else
{
document.getElementById('city'+i).style.display="none";
document.getElementById('b'+i).style.fontWeight="normal";
document.getElementById('b'+i).className ="ts_lnk";
}
}



}
function adBanner(){
	document.write('<div class="rightbanner"><a href="https://www.online.citibank.co.in/citi-nri/products-services/preferred-rca.htm?site=PORTAL&creative=NGX&section=RPLOANSRB&agencyCode=XER&campaignCode=&productCode=&eOfferCode=RPLOANSRB"><img src="/citi-nri/images/ad_banner.gif" alt="Open a Citibank Rupee Checking Account" title="Open a Citibank Rupee Checking Account" border="0" /></a></div>')}
	function adBanner6(){
	document.write('<div class="rightbanner"><a href="https://www.online.citibank.co.in/citi-nri/products-services/preferred-rca.htm?site=PORTAL&creative=NGX&section=USDOLRB&agencyCode=XER&campaignCode=&productCode=&eOfferCode=USDOLRB"><img src="/citi-nri/images/ad_banner.gif" alt="Open a Citibank Rupee Checking Account" title="Open a Citibank Rupee Checking Account" border="0" /></a></div>')}

function pp_city_close()
{
	
 document.getElementById('faq_ts').style.display='none';
  for(var i=1;i<=3;i++)
 {
	 document.getElementById('b'+i).style.fontWeight="normal";
	 document.getElementById('b'+i).className ="ts_lnk";
 }
}

function city_change(n)
{
for(var i=1;i<=25;i++)
{
if(i==n)
{
document.getElementById('city'+i).style.display="block";

document.getElementById('alpha'+i).style.color="#666666";
document.getElementById('alpha'+i).className = "c_atve";
document.getElementById('az_conatinner').style.display="block";
}
else
{
document.getElementById('city'+i).style.display="none";
document.getElementById('alpha'+i).className = "c_lnk";
document.getElementById('alpha'+i).style.color="#009BEB";
}
}
}


function draft_showhide(n,cp_d)
{
for(var i=1;i<=26;i++)
{
if(i==n)
{
document.getElementById('city'+i).style.display="block";
document.getElementById('b'+i).className = "ts_atve";
document.getElementById(cp_d).style.display = "block";
document.getElementById('faq_ts').style.display='block';
}
else
{
document.getElementById('city'+i).style.display="none";
document.getElementById('b'+i).className ="ts_lnk1";
}
}

}

function pp_showhide(n,cp_d)
{
for(var i=1;i<=3;i++)
{
if(i==n)
{
document.getElementById('city'+i).style.display="block";
document.getElementById('b'+i).className = "ts_atve";
document.getElementById(cp_d).style.display = "block";
document.getElementById('faq_ts').style.display='block';
}
else
{
document.getElementById('city'+i).style.display="none";
document.getElementById('b'+i).className ="ts_lnk1";
}
}

}

function ser_showhide(n,cp_d)
{
	for(var i=1;i<=7;i++)
	{
		if(i==n)
		{
			document.getElementById('city'+i).style.display="block";
			document.getElementById('b'+i).className = "ts_atve";
			document.getElementById(cp_d).style.display = "block";
			document.getElementById('faq_ts').style.display='block';
		}
		else
		{
			document.getElementById('city'+i).style.display="none";
			document.getElementById('b'+i).className ="ts_lnk1";
		}
	}
}
function ser_city_close()
{
	
 document.getElementById('faq_ts').style.display='none';
  for(var i=1;i<=7;i++)
 {
	 document.getElementById('b'+i).style.fontWeight="normal";
	 document.getElementById('b'+i).className ="ts_lnk";
 }
}
function app_city_close()
{
 document.getElementById('faq_ts').style.display='none';
 document.getElementById('fullBranch').selectedIndex=0
 document.getElementById('nricenters').selectedIndex=0
 document.getElementById('nriworld').selectedIndex=0
}
function tollfree_showhide(n,cp_d)
{
	for(var i=1;i<=4;i++)
	{
		if(i==n)
		{
			document.getElementById('city'+i).style.display="block";
			document.getElementById('b'+i).className = "ts_atve";
			document.getElementById(cp_d).style.display = "block";
			document.getElementById('faq_ts').style.display='block';
		}
		else
		{
			document.getElementById('city'+i).style.display="none";
			document.getElementById('b'+i).className ="ts_lnk1";
		}
	}
}
function tollfree_city_close()
{
	
 document.getElementById('faq_ts').style.display='none';
  for(var i=1;i<=4;i++)
 {
	 document.getElementById('b'+i).style.fontWeight="normal";
	 document.getElementById('b'+i).className ="ts_lnk";
 }
}

function tmoney_showhide(n,cp_d)
{
for(var i=1;i<=7;i++)
{
if(i==n)
{
document.getElementById('city'+i).style.display="block";
document.getElementById('b'+i).className = "ts_atve";
document.getElementById(cp_d).style.display = "block";
document.getElementById('faq_ts').style.display='block';
}
else
{
document.getElementById('city'+i).style.display="none";
document.getElementById('b'+i).style.fontWeight="normal";
document.getElementById('b'+i).className ="ts_lnk";
}
}
}



function ppap_showhide(n,cp_d)
{
	for(var i=1;i<=5;i++)
	{
			if(i==n)
			{
				document.getElementById('city'+i).style.display="block";
				document.getElementById('b'+i).className = "ts_atve";
				document.getElementById(cp_d).style.display = "block";
				document.getElementById('faq_ts').style.display='block';
				document.getElementById('disc'+i).style.display='block';
			}
			else
			{
				document.getElementById('city'+i).style.display="none";
				document.getElementById('disc'+i).style.display="none";
				document.getElementById('b'+i).style.fontWeight="normal";
				document.getElementById('b'+i).className ="ts_lnk";
			}
	}
}

function ppap_showhide_ap(n,cp_d,total)
{
	for(var i=1;i<=total;i++)
	{
			if(i==n)
			{
				document.getElementById('city'+i).style.display="block";
				document.getElementById('b'+i).className = "ts_atve";
				document.getElementById(cp_d).style.display = "block";
				document.getElementById('faq_ts').style.display='block';
				document.getElementById('disc'+i).style.display='block';
			}
			else
			{
				document.getElementById('city'+i).style.display="none";
				document.getElementById('disc'+i).style.display="none";
				document.getElementById('b'+i).style.fontWeight="normal";
				document.getElementById('b'+i).className ="ts_lnk1";
				
			}
	}
}


function pp_showhide_ap(n,cp_d,total)
{
	for(var i=1;i<=total;i++)
	{
			if(i==n)
			{
				document.getElementById('city'+i).style.display="block";
				document.getElementById('b'+i).className = "pp_atve";
				document.getElementById(cp_d).style.display = "block";
				document.getElementById('faq_ts').style.display='block';
				document.getElementById('disc'+i).style.display='block';
			}
			else
			{
				document.getElementById('city'+i).style.display="none";
				document.getElementById('disc'+i).style.display="none";
				document.getElementById('b'+i).style.fontWeight="normal";
				document.getElementById('b'+i).className ="pp_lnk1";
				
			}
	}
}



function ppap_city_close_d(id,total)
{
 document.getElementById('faq_ts').style.display='none';
 document.getElementById('disc'+id).style.display='none';
  for(var i=1;i<=total;i++)
 {
	 document.getElementById('b'+i).style.fontWeight="normal";
	 document.getElementById('b'+i).className ="ts_lnk";
 }
}
function ppap_city_close()
{
 document.getElementById('faq_ts').style.display='none';
  for(var i=1;i<=2;i++)
 {
	 document.getElementById('b'+i).style.fontWeight="normal";
	 document.getElementById('b'+i).className ="ts_lnk";
 }
}






function pp_city_close_d(id,total)
{
 document.getElementById('faq_ts').style.display='none';
 document.getElementById('disc'+id).style.display='none';
  for(var i=1;i<=total;i++)
 {
	 document.getElementById('b'+i).style.fontWeight="normal";
	 document.getElementById('b'+i).className ="pp_lnk1";
 }
}
function ppap_city_close()
{
 document.getElementById('faq_ts').style.display='none';
  for(var i=1;i<=2;i++)
 {
	 document.getElementById('b'+i).style.fontWeight="normal";
	 document.getElementById('b'+i).className ="pp_lnk1";
 }
}









function disp_fcnr(re){
if( re == 'Image11' )
{
	
document.getElementById('re1').style.display = 'block';
document.getElementById('re2').style.display = 'none';
document.getElementById('re3').style.display = 'none';
document.getElementById('Image11').src="/citi-nri/images/fcnrtab_over.gif";
document.getElementById('Image12').src="/citi-nri/images/fcnrnretab_normal.gif";
document.getElementById('Image13').src="/citi-nri/images/fcnrnrotab_normal.gif";
document.getElementById('Image11').parentNode.style.cursor="pointer";
document.getElementById('Image12').parentNode.style.cursor="pointer";
document.getElementById('Image13').parentNode.style.cursor="pointer";
document.getElementById(re).parentNode.style.cursor="default";
}
else if( re == 'Image12' )
{
document.getElementById('re2').style.display = 'block';
document.getElementById('re1').style.display = 'none';
document.getElementById('re3').style.display = 'none';
document.getElementById('Image11').src="/citi-nri/images/fcnrtab_normal.gif";
document.getElementById('Image12').src="/citi-nri/images/fcnrnretab_over.gif";
document.getElementById('Image13').src="/citi-nri/images/fcnrnrotab_normal.gif";
document.getElementById('Image11').parentNode.style.cursor="pointer";
document.getElementById('Image12').parentNode.style.cursor="pointer";
document.getElementById('Image13').parentNode.style.cursor="pointer";
document.getElementById(re).parentNode.style.cursor="default";
}
else if( re == 'Image13' )
{
document.getElementById('re3').style.display = 'block';
document.getElementById('re1').style.display = 'none';
document.getElementById('re2').style.display = 'none';
document.getElementById('Image11').src="/citi-nri/images/fcnrtab_normal.gif";
document.getElementById('Image12').src="/citi-nri/images/fcnrnretab_normal.gif";
document.getElementById('Image13').src="/citi-nri/images/fcnrnrotab_over.gif";
document.getElementById('Image11').parentNode.style.cursor="pointer";
document.getElementById('Image12').parentNode.style.cursor="pointer";
document.getElementById('Image13').parentNode.style.cursor="pointer";
document.getElementById(re).parentNode.style.cursor="default";
}
}



function rp_showhide(n,cp_d)
{
for(var i=1;i<=2;i++)
{
if(i==n)
{
document.getElementById('city'+i).style.display="block";
document.getElementById('b'+i).className = "ts_atve";
document.getElementById(cp_d).style.display = "block";
document.getElementById('faq_ts').style.display='block';
}
else
{
document.getElementById('city'+i).style.display="none";
document.getElementById('b'+i).className ="ts_lnk1";
}
}
}
function rp_showhide1(n,cp_d)
{
for(var i=1;i<=1;i++)
{
if(i==n)
{
document.getElementById('city'+i).style.display="block";
document.getElementById('b'+i).className = "ts_atve";
document.getElementById(cp_d).style.display = "block";
document.getElementById('faq_ts').style.display='block';
}
else
{
document.getElementById('city'+i).style.display="none";
document.getElementById('b'+i).className ="ts_lnk1";
}
}
}

function rp_showhide2(n,cp_d)
{
for(var i=1;i<=4;i++)
{
if(i==n)
{
document.getElementById('city'+i).style.display="block";
document.getElementById('b'+i).className = "ts_atve";
document.getElementById(cp_d).style.display = "block";
document.getElementById('faq_ts').style.display='block';
}
else
{
document.getElementById('city'+i).style.display="none";
document.getElementById('b'+i).className ="ts_lnk1";
}
}
}


function rp_city_close()
{
	document.getElementById('faq_ts').style.display='none';
	for(var i=1;i<=4;i++)
	 {
		 document.getElementById('b'+i).style.fontWeight="normal";
		 document.getElementById('b'+i).className ="ts_lnk";
	 }
}

function sp_city_close()
{
	document.getElementById('faq_ts').style.display='none';
	for(var i=1;i<=3;i++)
	 {
		 document.getElementById('b'+i).style.fontWeight="normal";
		 document.getElementById('b'+i).className ="ts_lnk";
	 }
}
function sp_city_close1()
{
	document.getElementById('faq_ts').style.display='none';
	for(var i=1;i<=2;i++)
	 {
		 document.getElementById('b'+i).style.fontWeight="normal";
		 document.getElementById('b'+i).className ="ts_lnk";
	 }
}


function rp_city_close1()
{
	
 document.getElementById('faq_ts').style.display='none';

	 document.getElementById('b1').style.fontWeight="normal";
	 document.getElementById('b1').className ="ts_lnk";
	 

}










function mtransdisp(re){
if( re == 'Image11' )
{
	
document.getElementById('re1').style.display = 'block';
document.getElementById('re2').style.display = 'none';
document.getElementById('Image11').src="/citi-nri/images/mt-over.gif";
document.getElementById('Image12').src="/citi-nri/images/comt-normal.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('re2').style.display = 'block';
document.getElementById('re1').style.display = 'none';
document.getElementById('Image11').src="/citi-nri/images/mt-normal.gif";
document.getElementById('Image12').src="/citi-nri/images/comt-over.gif";
document.getElementById('Image11').parentNode.style.cursor="pointer";
document.getElementById('Image12').parentNode.style.cursor="pointer";
document.getElementById(re).parentNode.style.cursor="default";
}
}











function adBanner1(){
	document.write('<div class="rightbanner"><a href="https://www.online.citibank.co.in/citi-nri/products-services/preferred-rca.htm?site=PORTAL&creative=NGX&section=NRGIFIRB&agencyCode=XER&campaignCode=&productCode=&eOfferCode=NRGIFIRB"><img src="/citi-nri/images/ad_banner.gif" alt="Preferred Rupee Checking Account" title="Preferred Rupee Checking Account" border="0" /></a></div>')}
	function adBanner2(){
	document.write('<div class="rightbanner"><a href="https://www.online.citibank.co.in/citi-nri/products-services/preferred-rca.htm?site=PORTAL&creative=NGX&section=NRGITSRB&agencyCode=XER&campaignCode=&productCode=&eOfferCode=NRGITSRB"><img src="/citi-nri/images/ad_banner.gif" alt="Preferred Rupee Checking Account" title="Preferred Rupee Checking Account" border="0" /></a></div>')}
	function adBanner3(){
	document.write('<div class="rightbanner"><a href="https://www.online.citibank.co.in/citi-nri/products-services/preferred-rca.htm?site=PORTAL&creative=NGX&section=NRGISPRB&agencyCode=XER&campaignCode=&productCode=&eOfferCode=NRGISPRB"><img src="/citi-nri/images/ad_banner.gif" alt="Preferred Rupee Checking Account" title="Preferred Rupee Checking Account" border="0" /></a></div>')}
	function adBanner4(){
	document.write('<div class="rightbanner"><a href="https://www.online.citibank.co.in/citi-nri/products-services/preferred-rca.htm?site=PORTAL&creative=NGX&section=NRGIBSRB&agencyCode=XER&campaignCode=&productCode=&eOfferCode=NRGIBSRB"><img src="/citi-nri/images/ad_banner.gif" alt="Preferred Rupee Checking Account" title="Preferred Rupee Checking Account" border="0" /></a></div>')}
	function adBanner5(){
	document.write('<div class="rightbanner"><a href="https://www.online.citibank.co.in/citi-nri/products-services/preferred-rca.htm?site=PORTAL&creative=NGX&section=NRGIMFRB&agencyCode=XER&campaignCode=&productCode=&eOfferCode=NRGIMFRB"><img src="/citi-nri/images/ad_banner.gif" alt="Preferred Rupee Checking Account" title="Preferred Rupee Checking Account" border="0" /></a></div>')}
	
function insuranceform()
{
	document.write('<div class="greybgholder">              <div class="greybgholdertop"> <img src="/citi-nri/images/rca_greybgtop.gif" alt="" /> </div>              <div class="greybgholdermid">                <table width="438" border="0" cellpadding="0" cellspacing="0">                  <tr>                    <td height="5"></td>                  </tr>                  <tr>                    <td><img src="/citi-nri/images/plsfilltheformblow.gif" alt="Please fill the form below" title="Please fill the form below" /></td>                  </tr>                  <tr>                    <td height="15"></td>                  </tr>                  <tr>                    <td align="right" style="padding-right:32px;" >All fields are mandatory</td>                  </tr>                  <tr>                    <td height="22"></td>                  </tr>                  <tr>                    <td><table width="438" border="0" cellpadding="0" cellspacing="0">                        <tr>                          <td width="168" class="formtextleft">Name</td>                          <td width="8">:</td>                          <td width="260"><div class="selecttitle" style="padding-top:2px;">                              <select name="Title" class="selectsml">                                <option value="">Title</option>                                <option value="Mr">Mr.</option>                                <option value="Ms">Ms.</option>                                <option value="Mrs">Mrs.</option>                                <option value="Dr">Dr.</option>                              </select>                            </div>                            <div class="inputbg1">                              <input type="text" name="Name" value="Name" onfocus="if(this.value==\'Name\')this.value=\'\';return title_validate(0)" maxlength="75" onblur="if(trimSpace(this.value)==\'\') this.value=\'Name\'" />                            </div></td>                        </tr>                        <tr>                          <td></td>                          <td></td>                          <td><div class="alert" id="nameid"></div></td>                        </tr>                        <tr>                          <td height="12" colspan="3"></td>                        </tr>                        <tr>                          <td class="formtextleft">E-mail ID</td>                          <td>:</td>                          <td><div class="inputbg">                              <input name="Email_Id" type="text" class="inputbig" maxlength="50" onfocus="return name_validate(0)" />                            </div></td>                        </tr>              <tr>                          <td></td>                          <td></td>                          <td><div class="alert" id="emailidid"></div></td>                        </tr>           <tr>                          <td height="12" colspan="3"></td>                        </tr>                        <tr>                          <td class="formtextleft">Phone Number (Home/Work)</td>                          <td>:</td>                          <td>                           <div class="inputphone">                              <input id="Hom_Country_Code" name="Hom_Country_Code" type="text" value="Country Code" onfocus="if(this.value==\'Country Code\')this.value=\'\';return email_validate(0)" maxlength="10" onkeyup="return setlength(this, 10)" onblur="if(trimSpace(this.value)==\'\'){ onblurhom();}else {return setlength(this, 10);}" />                            </div>                            <div class="inputphone">                              <input name="Hom_Area_Code" type="text" value="Area Code" onfocus="if(this.value==\'Area Code\')this.value=\'\';return Hom_Country_Code_validate(0)" maxlength="10" onblur="if(trimSpace(this.value)==\'\') this.value=\'Area Code\';" />                            </div>                            <div class="inputphone">                              <input name="Hom_Phone" value="Phone No." type="text" onfocus="if(this.value==\'Phone No.\')this.value=\'\';return Hom_Area_Code_validate(0)" maxlength="20" onblur="if(trimSpace(this.value)==\'\') this.value=\'Phone No.\';"   />                            </div></td>                        </tr>        <tr>                          <td></td>                          <td></td>                          <td><div class="alert" id="contactno2id"></div></td>                        </tr>                 <tr>                          <td height="12"></td>                        </tr>                        <tr>                          <td class="formtextleft">Mobile Phone</td>                          <td>:</td>                          <td><div class="inputbg">                              <input name="Mobile" type="text" class="inputbig" onfocus="return Hom_Phone_validate(0)" maxlength="20" />                            </div></td>                        </tr>                <tr>                          <td></td>                          <td></td>                          <td><div class="alert" id="mobileid"></div></td>                        </tr>         <tr>                          <td height="12"></td>                        </tr>                        <tr>                          <td class="formtextleft">Country of Residence</td>                          <td>:</td>                          <td><select name="Country" class="selectbig" onfocus="return Mobile_No_validate(0)">                              <option value="">Choose one</option>							  <option value="Bahrain">Bahrain</option>							  <option value="UAE">UAE</option>                            </select></td>                        </tr>   <tr>                          <td></td>                          <td></td>                          <td><div class="alert" id="countryid"></div></td>                        </tr>                                           </table></td>                  </tr>                  <tr>                    <td height="25"></td>                  </tr>                  <tr>                    <td><div class="submit"><input type="image" src="/citi-nri/images/rca_submit.gif" alt="Submit" title="Submit" onclick="return validateField(1)" /><input type="image" src="/citi-nri/images/rca_reset.gif" alt="Reset" title="Reset" onclick="return filedReset()" /></div></td>                  </tr>                  <tr>                    <td height="20"></td>                  </tr>                </table>              </div>              <div class="greybgholderfoot"> <img src="/citi-nri/images/rca_greybgfoot.gif" alt="" /> </div>            </div>')}	
	
	
function asia_insuranceform()
{
	document.write('<div class="greybgholder">              <div class="greybgholdertop"> <img src="/citi-nri/images/rca_greybgtop.gif" alt="" /> </div>              <div class="greybgholdermid">                <table width="438" border="0" cellpadding="0" cellspacing="0">                  <tr>                    <td height="5"></td>                  </tr>                  <tr>                    <td><img src="/citi-nri/images/plsfilltheformblow.gif" alt="Please fill the form below" title="Please fill the form below" /></td>                  </tr>                  <tr>                    <td height="15"></td>                  </tr>                  <tr>                    <td align="right" style="padding-right:32px;" >All fields are mandatory</td>                  </tr>                  <tr>                    <td height="22"></td>                  </tr>                  <tr>                    <td><table width="438" border="0" cellpadding="0" cellspacing="0">                        <tr>                          <td width="168" class="formtextleft">Name</td>                          <td width="8">:</td>                          <td width="260"><div class="selecttitle" style="padding-top:2px;">                              <select name="Title" class="selectsml">                                <option value="">Title</option>                                <option value="Mr">Mr.</option>                                <option value="Ms">Ms.</option>                                <option value="Mrs">Mrs.</option>                                <option value="Dr">Dr.</option>                              </select>                            </div>                            <div class="inputbg1">                              <input type="text" name="Name" value="Name" onfocus="if(this.value==\'Name\')this.value=\'\';return title_validate(0)" maxlength="75" onblur="if(trimSpace(this.value)==\'\') this.value=\'Name\'" />                            </div></td>                        </tr>                        <tr>                          <td></td>                          <td></td>                          <td><div class="alert" id="nameid"></div></td>                        </tr>                        <tr>                          <td height="12" colspan="3"></td>                        </tr>                        <tr>                          <td class="formtextleft">E-mail ID</td>                          <td>:</td>                          <td><div class="inputbg">                              <input name="Email_Id" type="text" class="inputbig" maxlength="50" onfocus="return name_validate(0)" />                            </div></td>                        </tr>              <tr>                          <td></td>                          <td></td>                          <td><div class="alert" id="emailidid"></div></td>                        </tr>           <tr>                          <td height="12" colspan="3"></td>                        </tr>                        <tr>                          <td class="formtextleft">Phone Number (Home/Work)</td>                          <td>:</td>                          <td>                           <div class="inputphone">                              <input id="Hom_Country_Code" name="Hom_Country_Code" type="text" value="Country Code" onfocus="if(this.value==\'Country Code\')this.value=\'\';return email_validate(0)" maxlength="10" onkeyup="return setlength(this, 10)" onblur="if(trimSpace(this.value)==\'\'){ onblurhom();}else {return setlength(this, 10);}" />                            </div>                            <div class="inputphone">                              <input name="Hom_Area_Code" type="text" value="Area Code" onfocus="if(this.value==\'Area Code\')this.value=\'\';return Hom_Country_Code_validate(0)" maxlength="10" onblur="if(trimSpace(this.value)==\'\') this.value=\'Area Code\';" />                            </div>                            <div class="inputphone">                              <input name="Hom_Phone" value="Phone No." type="text" onfocus="if(this.value==\'Phone No.\')this.value=\'\';return Hom_Area_Code_validate(0)" maxlength="20" onblur="if(trimSpace(this.value)==\'\') this.value=\'Phone No.\';"   />                            </div></td>                        </tr>        <tr>                          <td></td>                          <td></td>                          <td><div class="alert" id="contactno2id"></div></td>                        </tr>                 <tr>                          <td height="12"></td>                        </tr>                        <tr>                          <td class="formtextleft">Mobile Phone</td>                          <td>:</td>                          <td><div class="inputbg">                              <input name="Mobile" type="text" class="inputbig" onfocus="return Hom_Phone_validate(0)" maxlength="20" />                            </div></td>                        </tr>                <tr>                          <td></td>                          <td></td>                          <td><div class="alert" id="mobileid"></div></td>                        </tr>         <tr>                          <td height="12"></td>                        </tr>                        <tr>                          <td class="formtextleft">Country of Residence</td>                          <td>:</td>                          <td><select name="Country" class="selectbig" onfocus="return Mobile_No_validate(0)">                              <option value="">Choose one</option>							  <option value="Hong Kong">Hong Kong</option>							  <option value="Indonesia">Indonesia</option>  <option value="Philippines">Philippines</option>							  <option value="Singapore">Singapore</option> <option value="Thailand">Thailand</option>							  <option value="Vietnam">Vietnam</option>                           </select></td>                        </tr>   <tr>                          <td></td>                          <td></td>                          <td><div class="alert" id="countryid"></div></td>                        </tr>                                           </table></td>                  </tr>                  <tr>                    <td height="25"></td>                  </tr>                  <tr>                    <td><div class="submit"><input type="image" src="/citi-nri/images/rca_submit.gif" alt="Submit" title="Submit" onclick="return validateField(1)" /><input type="image" src="/citi-nri/images/rca_reset.gif" alt="Reset" title="Reset" onclick="return filedReset()" /></div></td>                  </tr>                  <tr>                    <td height="20"></td>                  </tr>                </table>              </div>              <div class="greybgholderfoot"> <img src="/citi-nri/images/rca_greybgfoot.gif" alt="" /> </div>            </div>')}
	
	
function insurancedisclaimer()	
{
	document.write('<p class="ptxt">Terms and Conditions</p>			<p>&nbsp;</p>			<p class="ptxt">Any information provided herein above is general information only, does not constitute advice and does not take into account your personal circumstances. Citibank N.A. full Terms and Conditions apply.</p>			<p>&nbsp;</p>			<p class="ptxt">Insurance products are subject to exclusions, Special Terms and Conditions, medical underwriting requirements (as applicable) contained in the policy document.</p>			<p>&nbsp;</p>			<p class="ptxt">Insurance products are optional and underwritten by insurers, subject to Terms and Conditions of each policy. Citibank N.A. does not offer insurance advice nor underwrite or issue insurance policies. Citibank N.A. is not responsible for rejection of any application/claim. Citibank N.A. provides customer support by way of receiving payments from the customer and forwarding them to the Insurer, in addition to making such insurance products available to the customers. Policies can be cancelled at anytime. If cancelled within 30 days of enrollment, customers are entitled to a full refund of premium collected within that period (transfer charges may apply).</p>			<p>&nbsp;</p>			<p class="ptxt">Unless specified, Investment products are not bank deposits or obligations or guaranteed by Citibank N.A., Citigroup Inc., or any of its affiliates or subsidiaries unless specifically stated. Investment products are not insured by government or governmental agencies. Investment and Treasury products are subject to Investment risk, including possible loss of principal amount invested. Past performance is not indicative of future results: prices can go up or down. Investors investing in investments and/or treasury products denominated in foreign (non-local) currency should be aware of the risk of exchange rate fluctuations that may cause loss of principal when foreign currency is converted to the investors home currency. Investment and Treasury products are not available to US persons. All applications for investments and treasury products are subject to Terms and Conditions of the individual investment and treasury products. Customer understands that it is his/her responsibility to seek legal and/or tax advice regarding the legal and tax consequences of his/her investment transactions. If customer changes residence, citizenship, nationality, or place of work, it is his/her responsibility to understand how his/her investment transactions are affected by such change and comply with all applicable laws and regulations as and when such becomes applicable. Customer understands that Citibank does not provide legal and/or tax advise and are not responsible for advising him/her on the laws pertaining to his/her transaction.</p>			<p>&nbsp;</p>			<p class="ptxt">The foregoing does not constitute making of any offer or invitation to subscribe for insurance products nor does it amount to solicitation by Citibank N.A., Citigroup Inc., or any of its affiliates. In addition to Terms and Conditions of the Insurer under each policy, Citibank Terms and Conditions apply and are subject to change without prior notice. The information mentioned above is for reference only and is not a contract of insurance. Please call 91-33-2283-2484 should you have any queries or complaints.</p><p>&nbsp;</p>			<p class="ptxt">Prior to opening an account with us, for product related queries or 			  information you may write to <a href="mailto:nrinfo@citinriservice.com">nrinfo@citinriservice.com</a>. However, after your account has been opened, please direct your queries to <a href="mailto:indiaservice@citicorp.com">indiaservice@citicorp.com</a> only.			</p>')}	
	
	
function uk_insurancedisclaimer()	
{
	document.write('<p class="ptxt">Terms and Conditions</p><p>&nbsp;</p><p class="ptxt">Any information provided herein above is general information only, does not constitute advice and does not take into account your personal circumstances. Citibank International Plc Full Terms and Conditions apply.</p><p>&nbsp;</p><p class="ptxt">Insurance products are subject to exclusions, Special Terms and Conditions, medical underwriting requirements (as applicable) contained in the policy document.</p><p>&nbsp;</p><p class="ptxt">Insurance products are optional and underwritten by insurers, subject to Terms and Conditions of each policy. Citibank International Plc does not underwrite or issue insurance policies. Citibank International Plc is not responsible for rejection of any application/claim. Citibank International Plc provides customer support by way of receiving payments from the customer and forwarding them to the Insurer in certain circumstances, in addition to making such insurance products available to the customers. Policies can be cancelled at anytime. If cancelled within 30 days of of receiving the policy, customers are entitled to a full refund of premium collected within that period.</p><p>&nbsp;</p><p class="ptxt">Unless specified, Investment products are not bank deposits or obligations or guaranteed by Citibank International Plc, Citigroup Inc., or any of its affiliates or subsidiaries unless specifically stated. Investment products are not insured by government or governmental agencies. Investment and Treasury products are subject to Investment risk, including possible loss of principal amount invested. Past performance is not indicative of future results; prices can go up or down. Investors investing in investments and/or treasury products denominated in foreign (non-local) currency should be aware of the risk of exchange rate fluctuations that may cause loss of principal when foreign currency is converted to the investor\'s home currency. Investment and Treasury products are not available to US persons. All applications for investments and treasury products are subject to Terms and Conditions of the individual investment and treasury products. Customer understands that it is his/her responsibility to seek legal and/or tax advice regarding the legal and tax consequences of his/her investment transactions. If customer changes residence, citizenship, nationality, or place of work, it is his/her responsibility to understand how his/her investment transactions are affected by such change and comply with all applicable laws and regulations as and when such becomes applicable. Customer understands that Citibank does not provide legal and/or tax advice and are not responsible for advising him/her on the laws pertaining to his/her transaction.</p><p>&nbsp;</p><p class="ptxt">The foregoing does not constitute making of any offer or invitation to subscribe for insurance products nor does it amount to solicitation by Citibank N.A., Citigroup Inc., or any of its affiliates. In addition to Terms and Conditions of the Insurer under each policy, Citibank Terms and Conditions apply and are subject to change without prior notice. The information mentioned above is for reference only and is not a contract of insurance. Please call 00-800-2484-2484 should you have any queries or complaints.</p><p>&nbsp;</p><p class="ptxt">Prior to opening an account with us, for product related queries or information you may write to <a href="mailto:nrinfo@citi.com">nrinfo@citi.com</a>. However, after your account has been opened, please direct your queries to <a href="mailto:indiaservice@citi.com">indiaservice@citi.com</a> only. </p>')}	
	
	

function writeJS(){
var str='';
str+=' <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="300" height="243">';
str+='            <param name="movie" value="/citi-nri/images/OpenHouse_Map.swf" />';
str+='           <param name="quality" value="high" />';
str+='      <param name="wmode" value="transparent" \/>';
str+='             <embed src="/citi-nri/images/OpenHouse_Map.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="243"></embed>';
str+='	      <\/object>';
document.write(str);
}

function showwest()
	{
		document.getElementById('west').style.display = 'block';
		document.getElementById('east').style.display = 'none';
		document.getElementById('mid-west').style.display = 'none';
		document.getElementById('south').style.display = 'none';
		
		document.getElementById('west_cont').innerHTML= "<img src=\"/citi-nri/images/west_over.gif\" alt=\"West\" title=\"West\" name=\"Image11\" border=\"0\" id=\"Image11\" />";
		
document.getElementById('east_cont').innerHTML= "<a  href=\"javascript:showeast();\"  onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Image22','','/citi-nri/images/east_over.gif',2)\"><img src=\"/citi-nri/images/east.gif\" alt=\"East\" title=\"East\" name=\"Image22\" border=\"0\" id=\"Image22\" /></a>";

document.getElementById('south_cont').innerHTML= "<a  href=\"javascript:showsouth();\"  onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Image44','','/citi-nri/images/south_over.gif',4)\"><img src=\"/citi-nri/images/south.gif\" alt=\"South\" title=\"South\" name=\"Image44\" border=\"0\" id=\"Image44\" /></a>";

document.getElementById('mid_west_cont').innerHTML= "<a href=\"javascript:shownorth();\"  onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Image33','','/citi-nri/images/mid_west_over.gif',3)\"><img src=\"/citi-nri/images/mid_west.gif\" alt=\"Mid-West\" title=\"Mid-West\" name=\"Image33\" border=\"0\" id=\"Image33\" /></a>";

	}
	
function showeast()
	{
		document.getElementById('east').style.display = 'block';
		document.getElementById('west').style.display = 'none';
		document.getElementById('mid-west').style.display = 'none';
		document.getElementById('south').style.display = 'none';
		
		document.getElementById('east_cont').innerHTML= "<img src=\"/citi-nri/images/east_over.gif\" alt=\"East\" title=\"East\" name=\"Image11\" border=\"0\" id=\"Image11\" />";
		
		
		document.getElementById('south_cont').innerHTML= "<a  href=\"javascript:showsouth();\"  onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Image44','','/citi-nri/images/south_over.gif',4)\"><img src=\"/citi-nri/images/south.gif\" alt=\"South\" title=\"South\" name=\"Image44\" border=\"0\" id=\"Image44\" /></a>";

document.getElementById('mid_west_cont').innerHTML= "<a href=\"javascript:shownorth();\"  onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Image33','','/citi-nri/images/mid_west_over.gif',3)\"><img src=\"/citi-nri/images/mid_west.gif\" alt=\"Mid-West\" title=\"Mid-West\" name=\"Image33\" border=\"0\" id=\"Image33\" /></a>";

document.getElementById('west_cont').innerHTML= "<a href=\"javascript:showwest();\"  onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Image111','','/citi-nri/images/west_over.gif',1)\"><img src=\"/citi-nri/images/west.gif\" alt=\"West\" title=\"West\" name=\"Image111\" border=\"0\" id=\"Image111\" /></a>";

	}
	
function shownorth()
	{
		document.getElementById('mid-west').style.display = 'block';
		document.getElementById('east').style.display = 'none';
		document.getElementById('west').style.display = 'none';
		document.getElementById('south').style.display = 'none';
		
		document.getElementById('mid_west_cont').innerHTML= "<img src=\"/citi-nri/images/mid_west_over.gif\" alt=\"Mid-West\" title=\"Mid-West\" name=\"Image11\" border=\"0\" id=\"Image11\" />";
		
		
		document.getElementById('south_cont').innerHTML= "<a  href=\"javascript:showsouth();\"  onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Image44','','/citi-nri/images/south_over.gif',4)\"><img src=\"/citi-nri/images/south.gif\" alt=\"South\" title=\"South\" name=\"Image44\" border=\"0\" id=\"Image44\" /></a>";


document.getElementById('west_cont').innerHTML= "<a href=\"javascript:showwest();\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Image111','','/citi-nri/images/west_over.gif',1)\"><img src=\"/citi-nri/images/west.gif\" alt=\"West\" title=\"West\" name=\"Image111\" border=\"0\" id=\"Image111\" /></a>";

document.getElementById('east_cont').innerHTML= "<a  href=\"javascript:showeast();\"  onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Image22','','/citi-nri/images/east_over.gif',2)\"><img src=\"/citi-nri/images/east.gif\" alt=\"East\" title=\"East\" name=\"Image22\" border=\"0\" id=\"Image22\" /></a>";

	}
	
function showsouth()
	{
		document.getElementById('south').style.display = 'block';
		document.getElementById('east').style.display = 'none';
		document.getElementById('mid-west').style.display = 'none';
		document.getElementById('west').style.display = 'none';
		document.getElementById('south_cont').innerHTML= "<img src=\"/citi-nri/images/south_over.gif\" alt=\"South\" title=\"South\" name=\"Image11\" border=\"0\" id=\"Image11\" />";
		
		document.getElementById('west_cont').innerHTML= "<a href=\"javascript:showwest();\" onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Image111','','/citi-nri/images/west_over.gif',1)\"><img src=\"/citi-nri/images/west.gif\" alt=\"West\" title=\"West\" name=\"Image111\" border=\"0\" id=\"Image111\" /></a>";
		
		
		document.getElementById('mid_west_cont').innerHTML= "<a href=\"javascript:shownorth();\"  onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Image33','','/citi-nri/images/mid_west_over.gif',3)\"><img src=\"/citi-nri/images/mid_west.gif\" alt=\"Mid-West\" title=\"Mid-West\" name=\"Image33\" border=\"0\" id=\"Image33\" /></a>";
		
		
		document.getElementById('east_cont').innerHTML= "<a  href=\"javascript:showeast();\"  onmouseout=\"MM_swapImgRestore()\" onmouseover=\"MM_swapImage('Image22','','/citi-nri/images/east_over.gif',2)\"><img src=\"/citi-nri/images/east.gif\" alt=\"East\" title=\"East\" name=\"Image22\" border=\"0\" id=\"Image22\" /></a>";
		
	}
	

              
 function showhidemt(src,img){
	var imgopen = '/citi-nri/images/mt-reg-nowgrey.gif';
	var imgclose = '/citi-nri/images/rn-regnow.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;
		}
}


             
 
function showhidecalc(src,img){
	var imgopen = '/citi-nri/images/calc-on.gif';
	var imgclose = '/citi-nri/images/calc-off.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;
		}
}
 
 
 
 function ppap_showhide_ap_cg(n,cp_d,total)
{
	for(var i=1;i<=total;i++)
	{
			if(i==n)
			{
				document.getElementById('city'+i).style.display="block";
				document.getElementById('b'+i).className = "ts_atve";
				document.getElementById(cp_d).style.display = "block";
				document.getElementById('faq_ts').style.display='block';
			}
			else
			{
				document.getElementById('city'+i).style.display="none";
				document.getElementById('b'+i).style.fontWeight="normal";
				document.getElementById('b'+i).className ="ts_lnk1";
				document.getElementById('faq_ts').style.display='block';
			}
	}
}

function ppap_city_close_cg()
{
 document.getElementById('faq_ts').style.display='none';
  for(var i=1;i<=4;i++)
 {
	 document.getElementById('b'+i).style.fontWeight="normal";
	 document.getElementById('b'+i).className ="ts_lnk";
 }
}



function cgshowhide1(src,img){
	var imgopen = '/citi-nri/images/cg-minus.gif';
	var imgclose = '/citi-nri/images/cg-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;
		}
}
function remitfunction(re){
if( re == 'Image11' )
	{
		document.getElementById('re1').style.display = 'block';
		document.getElementById('re2').style.display = 'none';
		document.getElementById('re3').style.display = 'none';
		document.getElementById('Image11').src="/citi-nri/images/remit-register-on.gif";
		document.getElementById('Image12').src="/citi-nri/images/remit-feature-off.gif";
		document.getElementById('Image13').src="/citi-nri/images/remitnow-off.gif";
		document.getElementById('Image11').parentNode.style.cursor="pointer";
		document.getElementById('Image12').parentNode.style.cursor="pointer";
		document.getElementById('Image13').parentNode.style.cursor="pointer"
		document.getElementById(re).parentNode.style.cursor="default";
	}
else if( re == 'Image12' )
	{
		document.getElementById('re1').style.display = 'none';
		document.getElementById('re2').style.display = 'block';
		document.getElementById('re3').style.display = 'none';
		document.getElementById('Image11').src="/citi-nri/images/remit-register-off.gif";
		document.getElementById('Image12').src="/citi-nri/images/remit-feature-on.gif";
		document.getElementById('Image13').src="/citi-nri/images/remitnow-off.gif";
		document.getElementById('Image11').parentNode.style.cursor="pointer";
		document.getElementById('Image12').parentNode.style.cursor="pointer";
		document.getElementById('Image13').parentNode.style.cursor="pointer"
		document.getElementById(re).parentNode.style.cursor="default";
	}
else if( re == 'Image13' )
	{
		document.getElementById('re1').style.display = 'none';
		document.getElementById('re2').style.display = 'none';
		document.getElementById('re3').style.display = 'block';
		document.getElementById('Image11').src="/citi-nri/images/remit-register-off.gif";
		document.getElementById('Image12').src="/citi-nri/images/remit-feature-off.gif";
		document.getElementById('Image13').src="/citi-nri/images/remitnow-on.gif";
		document.getElementById('Image11').parentNode.style.cursor="pointer";
		document.getElementById('Image12').parentNode.style.cursor="pointer";
		document.getElementById('Image13').parentNode.style.cursor="pointer"
		document.getElementById(re).parentNode.style.cursor="default";
	}
}


function changeSec(idss,obj,url,id)
{

	if(url!="" && document.getElementById(id).style.textDecoration != 'none')
		{

		window.open(url,"_blank");
		}

document.getElementById('sublink1').style.display = 'none';

		document.getElementById('sublink2').style.display = 'none';	
		document.getElementById('link1').style.color="#3399cc";
		document.getElementById('link2').style.color="#3399cc";
		document.getElementById('link3').style.color="#3399cc";
		document.getElementById('link4').style.color="#3399cc";
		document.getElementById('link5').style.color="#3399cc";
		
		document.getElementById('link1').style.cursor="pointer";
		document.getElementById('link2').style.cursor="pointer";
		document.getElementById('link3').style.cursor="pointer";
		document.getElementById('link4').style.cursor="pointer";
		document.getElementById('link5').style.cursor="pointer";
		
		
		document.getElementById('link1').style.textDecoration="";
		document.getElementById('link2').style.textDecoration="";
		document.getElementById('link3').style.textDecoration="";
		document.getElementById('link4').style.textDecoration="";
		document.getElementById('link5').style.textDecoration="";
		
		
		
if(!(idss=="newwindow" || idss=="newwindow1" || idss=="newwindow2")){
		
		
		document.getElementById(idss).style.display = 'block';
	
		}

	


	    obj.style.cursor = 'text';
		obj.style.color = '#666666';
		obj.style.textDecoration = 'none';
		
}
