var fDesc=new Array(); fDesc[0] = "Extra Photo SlideShow help you create an exciting photo slide show with background music,subtitle,and transition effects. With Extra Photo SlideShow Free, thousands of pictures from holidays, landscapes, wedding or family party can now be enjoyed by a creative photo sildeshow. Simplified three-step workflow enables users of all levels to easily build custom slide shows to view. store and share your pictures"; 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 = ''; } }