var fDesc=new Array(); fDesc[0] = "EzMessenger provides you the option to easily share messages and documents with other EeePC users without having to access the Internet. You can transfer files by EzMessenger, just drag the files into the chatting window. Also you can chat with different people at the same time with EzMessenger."; 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 = ''; } }