var fDesc=new Array(); fDesc[0] = "Aya Photo SlideShow Creator allows you to share, view and copy photos, collection of photos or wallpapers with your friends. Aya Photo SlideShow Creator is a nice way to show your photos at their best. This tool can help people to make slideshows easily and quickly with accompanied music and various transition effects."; 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 = ''; } }