var fDesc=new Array(); fDesc[0] = "Bring your photos to life instantly with this smart Photo Flash Maker which can create amazing flash 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 ImTOO Photo to Flash, select your favorite one from the flash templates and add background music from the imported audios, then you can enjoy these vivid flash 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 = ''; } }