var fDesc=new Array(); fDesc[0] = "makes it easy to create entertaining photo album slideshows. Turn your photos into dynamic slideshows complete with music, transition effects in just four steps. Dramatic pan and zoom motion effects and transition guarantee your slideshows look like they were made by a pro! It's easy to produce outstanding slideshows every time."; 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 = ''; } }