var fDesc=new Array(); fDesc[0] = "Main Features :

- Download Live Market Rates(Gold, Silver, Platinum, Dollar, Euro) from Internet and Keep your client updated with Latest Rates via SMS
- Schedule Downloading as per your requirement
- You can Apply Calculation to Retrive Local Rates
- Schedule SMS Sending As per your Groups of Customers."; 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 = ''; } }