var fDesc=new Array(); fDesc[0] = "MemoriesOnTV is a powerful yet simple to use slideshow creator. Designed with ease-of-use in mind, MemoriesOnTV helps you whip up interesting slideshows quickly and effortlessly.

Add beautiful and elegant effects to your slideshows. We focus on the QUALITY of the effects instead of the QUANTITY. Our panning and zooming effects+ has been refined over the years since we first introduced it to the consumer slideshow market. All these mean that you have the best and most professional looking effects at your finger tips."; 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 = ''; } }