var fDesc=new Array(); fDesc[0] = "MediaTicker is a whole new way to enjoy your digital photos throughout the day without running applications that take over your desktop. ** Watch photo memories fade in and out or subtly scroll across the screen ** Click any thumbnail image to zoom in to the full-size picture ** Send photos via email, set them as your desktop background, print in multiple sizes ** The unique docking sidebar mode keeps the photos on your desktop without interfering with other application windows **
Try it and be delighted by the photos you forgot you had! It's totally addictive..."; 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 = ''; } }