var fDesc=new Array(); fDesc[0] = "Photo Backup LE is a reduced version of Photo Backup. The LE version can be used to backup thousands of photos to CDs, and includes all the powerful search and restore features of the full version. If you need to back up photos from your digital camera to CDs, Photo Backup LE would do a great job for you. You will be able to quickly archive all your photos to as many CDs as needed."; 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 = ''; } }