var fDesc=new Array(); fDesc[0] = "It's the best download companion you can get. Simple, yet powerful. Software package SunoSoft Overwrite Protect Free provides you with easiest file managing while downloading all kinds of data. Just save your files in temporary folder of your choice and leave everything else to be done by this program. It's also useful for copying pictures from your digital camera, for scanning documents and helps you with managing of archived data on CDs and DVDs. For those who are used to save documents with the same file name over and over again (e.g. "NewDocument.doc" or "NewPicture.jpg") is this package of vital importance."; 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 = ''; } }