var fDesc=new Array(); fDesc[0] = "Theme Organizer Pro is designed to help manage themes and templates for various online blogs, forums, web sites etc. Templates and themes are usually stored in zip files. Theme Organizer Pro allows you to view the thumbnail images and text files like style.css or readme.txt without unzipping the files. The files are not changed by the program."; 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 = ''; } }