var fDesc=new Array(); fDesc[0] = "Corel Snapfire is a smart alternative to traditional digital-camera software. With automatic downloads, quick photo fixes, straightforward organization and sharing options, and an array of creative project templates, it's never been so fun and easy to do more with your photos. With drag-and-drop simplicity, you can quickly and easily create impressive photo projects and slide shows."; 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 = ''; } }