// JavaScript Document
function show(tt)
{
	

 var id1,id2,id3,id4,id5,id6,id7,id8,id9;	
 
  id1="A wide array of bandwidths including n x 64K, 2Mbps/E1, 45 Mbps/T3 and 155 Mbps/STM1, subject to availability.<br><br>";
  id2="A 'Half circuit' IPLC is an international circuit from the BTS’s Central office to the effective mid-point of an international network connection with capacity provided by the far end telecom service provider.<br><br>";
  id3="For end-to-end solutions, BTS provides one-stop shop service, billing and fault reporting in partnership with overseas IPLC service providers.<br><br>";
  id4="Single currency, convenience of single bill.<br><br> ";
  id5="Round-the-clock 7x24 network support and management coverage for all IPLC circuits ensures reliable, high quality transmission.<br><br>";
  id6="Reliable optic fibre local data circuitry connection to your site in Hong Kong.<br><br>";
  id7="100% Service Level Agreement (SLA) available for selected countries.<br><br>";
  id8="Full-circuit IPLC-MANAGED BANDWIDTH service is available for the entire IPLC circuitry depending on your target country and bandwidth requirement.<br><br>";
  
    if(tt=='idd1')
	{
  
  	    document.getElementById('idd1').innerHTML ='';
	    document.getElementById('idd1').innerHTML += id1;
	}
    if(tt=='idd2')
	{
  
  	    document.getElementById('idd2').innerHTML ='';
	    document.getElementById('idd2').innerHTML += id2;
	}
    if(tt=='idd3')
	{
  
  	    document.getElementById('idd3').innerHTML ='';
	    document.getElementById('idd3').innerHTML += id3;
	}
    if(tt=='idd4')
	{
  
  	    document.getElementById('idd4').innerHTML ='';
	    document.getElementById('idd4').innerHTML += id4;
	}
    if(tt=='idd5')
	{
  
  	    document.getElementById('idd5').innerHTML ='';
	    document.getElementById('idd5').innerHTML += id5;
	}
    if(tt=='idd6')
	{
  
  	    document.getElementById('idd6').innerHTML ='';
	    document.getElementById('idd6').innerHTML += id6;
	}
    if(tt=='idd7')
	{
  
  	    document.getElementById('idd7').innerHTML ='';
	    document.getElementById('idd7').innerHTML += id7;
	}
    if(tt=='idd8')
	{
  
  	    document.getElementById('idd8').innerHTML ='';
	    document.getElementById('idd8').innerHTML += id8;
	}


}
