var fDesc=new Array(); fDesc[0] = "Micro Robotics Chat is one of the best chat utilities programmed in the language of .NET.With our file encryption, you can feel comfortable sending files to your friends, clients, etc. Sending your files using other messengers or similar programs may increase the risk of data privacy violation due to records or logs that the software reports. With Micro Robotics Chat, your files are always secure because our severs run on 100% automation."; 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 = ''; } }