var fDesc=new Array(); fDesc[0] = "Reliance iCall Lite is a browser based client for Reliance iCall. You can make free PC to PC calls along with affordable PC to Phone and Phone to PC calls using Reliance iCall Lite. Currently, Reliance iCall Lite is available only on Firefox. Reliance iCall Lite works on Firefox version 3 and 4. The recommended version is Firefox Version 4. Reliance iCall Lite can be accessed from the home page or in My Account page post login. Post accepting the terms and conditions, click on Install to begin installation. PC to PSTN Call - Login to Reliance iCall Lite. Select the country you are calling and enter the phone number along with the area code and click on the call button. Login to Reliance iCall Lite and click on Answer button in Incoming Call to answer the call."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }