var fDesc=new Array(); fDesc[0] = "Enjoy a film-like memorable slideshow of your photos with musics, smooth zoom & pan, random framing and various acceleration curves. Just give the folders of your photos and musics, and MemoryShow Basic will bring you a random, unique show during your every break. 3D accelerated. Low CPU usage. Linear interpolation for high-quality zooming, high-resolution timer for smooth panning, both benefit from your graphics card. Random generation to give a new feeling of your photos every time. Automatically rotate your photo to the right direction according to the EXIF metadata inside."; 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 = ''; } }