var fDesc=new Array(); fDesc[0] = "PzDB is a file organizing program for Windows users. It was originally designed to sort Poser content (which is primarily .Pz2 and .Pz3 files, hence the name) but has since been expanded to organize all kinds of CGI graphics documents and media files. PzDB transcends folder arrangements by creating its own inventory of these files and then allows the user to sort and Group their content their own way without actually moving or touching the files at all."; 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 = ''; } }