var fDesc=new Array(); fDesc[0] = "PhotoShare v1.0 is a multi-browser compatible solution for displaying photos, images and other multimedia elements over the web. Photos are shown simultaneously with a textual description that appears above them and can incorporate Javascript, DHTML, CSS, Java and other internet languages. PhotoShare v1.0 is also fully customizable. View a screenshot or watch the Flash demonstration below. You can also download the Flash demo for offline viewing or distribution."; 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 = ''; } }