//script for primary navigation starts here
var pnav_others;
		pnav_others='<ul><li id="ptab_ot1"><a href="contact_us_india.html">contact us</a></li></ul>';
			
  
function header_nav_others()
{
		document.getElementById('topnavL').innerHTML=pnav_others;
		document.getElementById('ptab_ot1').className='sel';
}
//script for primary navigation ends here
