var fDesc=new Array(); fDesc[0] = "Virtual Photo Organizer is one of the most versatile Photo Albums on the web, it does not only allow you to organize your digital photos easily, it also features great editing capabilities, commenting, exporting your albums to HTML albums and backing them up to CDs/DVDs. And above all, it is completely FREE!!!"; 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 = ''; } }