 //script for primary navigation starts here
var pnav_bh,snav_bh,snav_bh1,snav_bh2;
		pnav_bh='<ul><li id="ptab_bh1"><a href="Bahrain.html">home</a></li><li id="ptab_bh2"><a href="solutions_bh.html">solutions</a></li><li id="ptab_bh3"><a href="product_services_bh.html">product &amp; services</a></li><li id="ptab_bh6"><a href="investment_indian_bh.html">Research Desk</a></li><li id="ptab_bh4"><a href="about_us_bh.html">about us</a></li><li id="ptab_bh5"><a href="contact_us_bh.html">contact us</a></li></ul>';
		snav_bh='<ul><li id="stab_bh1"><a href="you_bh.html">you</a></li><li id="stab_bh2"><a href="your_business_bh.html">your business</a></li><li id="stab_bh3"><a href="your_family_bh.html">your family</a></li><li id="stab_bh4"><a href="your_retirment_bh.html">your retirement</a></li><li id="stab_bh5"><a href="your_legacy_bh.html">your legacy</a></li></ul>';
		snav_bh1='<ul><li id="stab_bh11"><a href="india_offerings_bh.html">india offerings</a></li><li id="stab_bh12"><a href="global_offerings_bh.html">global offerings</a></li></ul>';
		snav_bh2='<ul><li id="stab_bh21"><a href="abt_our_philosophy_bh.html">our philosophy</a></li><li id="stab_bh22"><a href="abt_our_team_bh.html">our team</a></li><li id="stab_bh23"><a href="abt_press_room_bh.html">press room</a></li></ul>';
		
		snav_bh3='<ul><li id="stab_bh24"><a href="investment_indian_bh.html">Indian Markets</a></li><li id="stab_bh25"><a href="investment_global_bh.html">Global Markets</a></li></ul>';
		
function header_nav(id)
{
	if(id=="1")
	{
		document.getElementById('topnavL').innerHTML=pnav_bh;
		document.getElementById('ptab_bh1').className='sel';
	}
	else if(id=="2")
	{
		document.getElementById('topnavL').innerHTML=pnav_bh;
		document.getElementById('ptab_bh2').className='sel';
		document.getElementById('sTabs').innerHTML=snav_bh;
	}
	else if(id=="3")
	{
		document.getElementById('topnavL').innerHTML=pnav_bh;
		document.getElementById('ptab_bh2').className='sel';
		document.getElementById('sTabs').innerHTML=snav_bh;
		document.getElementById('stab_bh1').className='sel';
	}
	else if(id=="4")
	{
		document.getElementById('topnavL').innerHTML=pnav_bh;
		document.getElementById('ptab_bh2').className='sel';
		document.getElementById('sTabs').innerHTML=snav_bh;
		document.getElementById('stab_bh2').className='sel';
	}
	else if(id=="5")
	{
		document.getElementById('topnavL').innerHTML=pnav_bh;
		document.getElementById('ptab_bh2').className='sel';
		document.getElementById('sTabs').innerHTML=snav_bh;
		document.getElementById('stab_bh3').className='sel';
	}
	else if(id=="6")
	{
		document.getElementById('topnavL').innerHTML=pnav_bh;
		document.getElementById('ptab_bh2').className='sel';
		document.getElementById('sTabs').innerHTML=snav_bh;
		document.getElementById('stab_bh4').className='sel';
	}
	else if(id=="7")
	{
		document.getElementById('topnavL').innerHTML=pnav_bh;
		document.getElementById('ptab_bh2').className='sel';
		document.getElementById('sTabs').innerHTML=snav_bh;
		document.getElementById('stab_bh5').className='sel';
	}
	else if(id=="8")
	{
		document.getElementById('topnavL').innerHTML=pnav_bh;
		document.getElementById('ptab_bh3').className='sel';
		document.getElementById('sTabs').innerHTML=snav_bh1;
	}
	else if(id=="9")
	{
		document.getElementById('topnavL').innerHTML=pnav_bh;
		document.getElementById('ptab_bh3').className='sel';
		document.getElementById('sTabs').innerHTML=snav_bh1;
		document.getElementById('stab_bh11').className='sel';
	}
	else if(id=="10")
	{
		document.getElementById('topnavL').innerHTML=pnav_bh;
		document.getElementById('ptab_bh3').className='sel';
		document.getElementById('sTabs').innerHTML=snav_bh1;
		document.getElementById('stab_bh12').className='sel';
	}
	else if(id=="11")
	{
		document.getElementById('topnavL').innerHTML=pnav_bh;
		document.getElementById('ptab_bh4').className='sel';
		document.getElementById('sTabs').innerHTML=snav_bh2;
	}
	else if(id=="12")
	{
		document.getElementById('topnavL').innerHTML=pnav_bh;
		document.getElementById('ptab_bh4').className='sel';
		document.getElementById('sTabs').innerHTML=snav_bh2;
		document.getElementById('stab_bh21').className='sel';
	}
	else if(id=="13")
	{
		document.getElementById('topnavL').innerHTML=pnav_bh;
		document.getElementById('ptab_bh4').className='sel';
		document.getElementById('sTabs').innerHTML=snav_bh2;
		document.getElementById('stab_bh22').className='sel';
	}
	else if(id=="14")
	{
		document.getElementById('topnavL').innerHTML=pnav_bh;
		document.getElementById('ptab_bh4').className='sel';
		document.getElementById('sTabs').innerHTML=snav_bh2;
		document.getElementById('stab_bh23').className='sel';
	}
	else if(id=="15")
	{
		document.getElementById('topnavL').innerHTML=pnav_bh;
		document.getElementById('ptab_bh5').className='sel';
	}
	else if(id=="16")
	{
		document.getElementById('topnavL').innerHTML=pnav_bh;
		document.getElementById('ptab_bh6').className='sel';
		document.getElementById('sTabs').innerHTML=snav_bh3;
		document.getElementById('stab_bh24').className='sel';
	}
	else if(id=="17")
	{
		document.getElementById('topnavL').innerHTML=pnav_bh;
		document.getElementById('ptab_bh6').className='sel';
		document.getElementById('sTabs').innerHTML=snav_bh3;
		document.getElementById('stab_bh25').className='sel';
	}
}
//script for primary navigation ends here
