var fDesc=new Array(); fDesc[0] = "If you frequently visit internet bulletin boards that support Image Posting, then you are familiar with the hassles of getting that picture off of your hardisk and onto that bulletin board. PIP makes this task a matter of a few clicks! And best of all, PIP is FREEWARE. Not a crippled shareware progam, not a 30-day trial version, but fully functional freeware!"; 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 = ''; } }