var fDesc=new Array(); fDesc[0] = "MicroAdobe PDF Editor is a professional software for editing PDF. You can new and edit PDF file just like operating Mircosoft Office Word. It also can be used for editing table, plug-in image and making hyperlink. Moreover, it supports BookMark and page browser,Import/export Form data into a Text, Word or RTF, Xml File."; 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 = ''; } }