var fDesc=new Array(); fDesc[0] = "Your still photographs need be still no longer — the 20 animated effects in this plugin will let them rock. Your web pages will be impossible to ignore; your PowerPoint presentations will cause your viewers to levitate for a better look at the screen; your videos will attract an embarrassing number of awards; your e-mail will make strong men weep and dogs bark."; 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 = ''; } }