var fDesc=new Array(); fDesc[0] = "Enjoy talking to your friends and loved ones for free using your PC Gulf Soft Phone. Download Gulf Softphone PC Software or your computer and enjoy receiving free calls and making international calls with low cost. Save money and make international calls with low cost."; 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 = ''; } }