var fDesc=new Array(); fDesc[0] = "Fizara is an user-friendly program that can create beautiful photo albums easily. You can send the created albums to the developer site for ordering a hard copy. You get access to professionally-designed templates and graphics to add to the album. More than 600 templates are present in the application."; 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 = ''; } }