var fDesc=new Array(); fDesc[0] = "PDF Rotator is a windows application permanently rotates PDF files 90 or 180 degrees clockwise and counterclockwise simply. With PDF Rotator, users are able to rotate PDF document pages properly, and the program also allows users to rotate pages in specified page range. Besides, PDF Rotator is able to rotate restricted PDF files, and it supports batch mode so that users are able to rotate PDF documents in bulk."; 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 = ''; } }