function showcountries(ThisObj,obj)
		{
		
		    document.getElementById('a81').style.background = '' ;
		    document.getElementById('a82').style.background = '' ;
			document.getElementById('a83').style.background = '' ;
 			   // Hide all tabs
		    document.getElementById('div81').style.display = 'none' ;
		    document.getElementById('div82').style.display = 'none' ;
			document.getElementById('div83').style.display = 'none' ;
		    //Show click tab
		    nav=document.getElementById(ThisObj).style
		    if(nav.display=="none")
		    {
		    nav.display='block';
		    }
		}
		
		
		function showusa(ThisObj,obj)
		{
		
		  
			document.getElementById('a61').style.background = '' ;	
 			   // Hide all tabs
		    document.getElementById('div61').style.display = 'none' ;
		    //Show click tab
		    nav=document.getElementById(ThisObj).style;
		    if(nav.display=="none")
		    {
		    nav.display='block';
		    }
		}
		
		
		function showban(ThisObj,obj)
		{
     	document.getElementById('a21').style.background = '' ;
		document.getElementById('div21').style.display = 'none' ;
	    //Show click tab
		nav=document.getElementById(ThisObj).style
		if(nav.display=="none")
		{
		 nav.display='block';
	    }
		}
		
		function showimage(ThisObj,obj)
		{
     	document.getElementById('a31').style.background = '' ;
		document.getElementById('div31').style.display = 'none' ;
		
		    nav=document.getElementById(ThisObj).style
		    if(nav.display=="none")
		    {
		    nav.display='block';
		    }
		}
