var fDesc=new Array(); fDesc[0] = "Free Flipphoto Maker provides you an easy way to convert photos to Flash flip album with page-flipping animation effect. With Free Flipphoto Maker, the flip album can be printed, zoomed in/out, auto played and view in full screen mode. Moreover, there are four output options for you to choose, html, zip, exe and burn to CD."; 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 = ''; } }