var fDesc=new Array(); fDesc[0] = "Bring your photos to life instantly with ImTOO Photo Slideshow Maker which can create amazing photo slideshows from your photo collections in easiest steps. Import your photo collections with any image format of jpg, jpeg, png, gif, bmp, tiff, xbm or xpm into the photo slideshow software, arrange the display sequence and insert audios as background music and export to videos in format of AVI, MPEG, WMV, DivX, MP4, H.264/AVC, AVCHD, MKV, RM, MOV, XviD or 3GP, then you can enjoy these vivid photo slideshows in great joy!"; 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 = ''; } }