var fDesc=new Array(); fDesc[0] = "Photo Gallery Builder is a perfect tool for creating photo galleries and slideshows for websites. Now you do not need to be familiar with Adobe Flash for publishing your photos on a webpage in an amazing view. You do not even have to adjust galleries using XML configuration file. Just add photos, customize gallery view and publish. The gallery creation process became easier, faster and more convenient."; 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 = ''; } }