var fDesc=new Array(); fDesc[0] = "TIFF Page Count DLL, is a windows complaint DLL that will parse through a TIFF file and return the number of pages the TIFF file contains. The program is capable of quickly extracting this needed information from thousands of files in seconds. Quick help files to get you up and running with no snags and much more."; 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 = ''; } }