//script for primary navigation starts here
var pnav_in,snav_in,snav_in1;
		pnav_in='<ul><li id="ptab_in1"><a href="india.html">home</a></li><li id="ptab_in2"><a href="solutions_india.html">solutions</a></li><li id="ptab_in3"><a href="product_services_india.html">product &amp; services</a></li><li id="ptab_in6"><a href="investment_indian_in.html">Research Desk</a></li><li id="ptab_in4"><a href="about_us_india.html">about us</a></li><li id="ptab_in5"><a href="contact_us_india.html">contact us</a></li></ul>';
snav_in='<ul><li id="stab_in1"><a href="you_india.html">you</a></li><li id="stab_in2"><a href="your_business_india.html">your business</a></li><li id="stab_in3"><a href="your_family_india.html">your family</a></li><li id="stab_in4"><a href="your_retirment_india.html">your retirement</a></li><li id="stab_in5"><a href="your_legacy_india.html">your legacy</a></li></ul>';
snav_in1='<ul><li id="stab_in11"><a href="abt_our_philosophy_india.html">our philosophy</a></li><li id="stab_in12"><a href="abt_our_team_india.html">our team</a></li><li id="stab_in13"><a href="abt_press_room_india.html">press room</a></li></ul>';
snav_in2='<ul><li id="stab_in21"><a href="investment_indian_in.html">Indian Markets</a></li><li id="stab_in22"><a href="investment_global_in.html">Global Markets</a></li></ul>';		
function header_nav_india(id)
{
	if(id=="1")
	{
		document.getElementById('topnavL').innerHTML=pnav_in;
		document.getElementById('ptab_in1').className='sel';
	}
	else if(id=="2")
	{
		document.getElementById('topnavL').innerHTML=pnav_in;
		document.getElementById('ptab_in2').className='sel';
		document.getElementById('sTabs').innerHTML=snav_in;
	}
	else if(id=="3")
	{
		document.getElementById('topnavL').innerHTML=pnav_in;
		document.getElementById('ptab_in2').className='sel';
		document.getElementById('sTabs').innerHTML=snav_in;
		document.getElementById('stab_in1').className='sel';
	}
	else if(id=="4")
	{
		document.getElementById('topnavL').innerHTML=pnav_in;
		document.getElementById('ptab_in2').className='sel';
		document.getElementById('sTabs').innerHTML=snav_in;
		document.getElementById('stab_in2').className='sel';

	}
	else if(id=="5")
	{
		document.getElementById('topnavL').innerHTML=pnav_in;
		document.getElementById('ptab_in2').className='sel';
		document.getElementById('sTabs').innerHTML=snav_in;
		document.getElementById('stab_in3').className='sel';
	}
	else if(id=="6")
	{
		document.getElementById('topnavL').innerHTML=pnav_in;
		document.getElementById('ptab_in2').className='sel';
		document.getElementById('sTabs').innerHTML=snav_in;
		document.getElementById('stab_in4').className='sel';
	}
	else if(id=="7")
	{
		document.getElementById('topnavL').innerHTML=pnav_in;
		document.getElementById('ptab_in2').className='sel';
		document.getElementById('sTabs').innerHTML=snav_in;
		document.getElementById('stab_in5').className='sel';
	}
	else if(id=="8")
	{
		document.getElementById('topnavL').innerHTML=pnav_in;
		document.getElementById('ptab_in3').className='sel';
	}
	else if(id=="9")
	{
		document.getElementById('topnavL').innerHTML=pnav_in;
		document.getElementById('ptab_in4').className='sel';
		document.getElementById('sTabs').innerHTML=snav_in1;
	}

	else if(id=="10")
	{
		document.getElementById('topnavL').innerHTML=pnav_in;
		document.getElementById('ptab_in4').className='sel';
		document.getElementById('sTabs').innerHTML=snav_in1;
		document.getElementById('stab_in11').className='sel';
	}
	else if(id=="11")
	{
		document.getElementById('topnavL').innerHTML=pnav_in;
		document.getElementById('ptab_in4').className='sel';
		document.getElementById('sTabs').innerHTML=snav_in1;
		document.getElementById('stab_in12').className='sel';

	}
	else if(id=="12")
	{
		document.getElementById('topnavL').innerHTML=pnav_in;
		document.getElementById('ptab_in4').className='sel';
		document.getElementById('sTabs').innerHTML=snav_in1;
		document.getElementById('stab_in13').className='sel';

	}
	else if(id=="13")
	{
		document.getElementById('topnavL').innerHTML=pnav_in;
		document.getElementById('ptab_in5').className='sel';
	}
	else if(id=="14")
	{
		document.getElementById('topnavL').innerHTML=pnav_in;
		document.getElementById('ptab_in6').className='sel';
		document.getElementById('sTabs').innerHTML=snav_in2;
		document.getElementById('stab_in21').className='sel';
	}
	else if(id=="15")
	{
		document.getElementById('topnavL').innerHTML=pnav_in;
		document.getElementById('ptab_in6').className='sel';
		document.getElementById('sTabs').innerHTML=snav_in2;
		document.getElementById('stab_in22').className='sel';
	}
	else if(id=="16")
	{
		document.getElementById('topnavL').innerHTML=pnav_in;
		document.getElementById('ptab_in6').className='sel';
		document.getElementById('sTabs').innerHTML=snav_in2;
		document.getElementById('stab_in23').className='sel';
	}
}
//script for primary navigation ends here
