// JavaScript Document
function show(tt)
{
	

 var id1,id2,id3,id4,id5,id6,id7,id8,id9;	
 
  id1="Allow your audience to see as well as hear using nothing more than your webcam.<br><br>";
  id2="Conduct online pitches and product demonstrations to close sales faster.<br><br>";
  id3="Deliver enterprise wide corporate communication.<br><br>";
  id4="Your solution for conducting high impact, interactive webcasts delivered to a global audience. <br><br> ";
  id5="Deliver Online Classes and E-Learning to accelerate the learing and training of your business.<br><br>";
  id6="Show PowerPoint slides quickly easily to your audience.<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;
	}


}
