var fDesc=new Array(); fDesc[0] = "Itellex platinum is a very simple and useful tool which can help you to make calls from your pc in every place of the world. It has a simple interface which makes it more attractive. With this program you can stay in contact with your friends, family etc. To use it, you must make an account and after that your job became much easier."; 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 = ''; } }