var fDesc=new Array(); fDesc[0] = "This photo slideshow maker is a demonstration of Flash-like behavior implemented solely in Javascript, HTML, and CSS. You don't need flash to view this slideshow. Use numerous of splendid effects to show your pictures. Create a slideshow and start photo sharing with your friends and family today."; 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 = ''; } }