var fDesc=new Array(); fDesc[0] = "This program was designed to help putting digital camera images into websites. You can either take the default layout base or edit the HTML-Code for the websites to make the layout fit your requirements. Two sets of macros (one for the thumbnailpages and one for the imagepages) help you implementing your own navigation elements if you want to. For sizechanges of images you have the choice between several professional algorithms. If you want have huge amounts of images to turn into galleries you may make use of the commandline params for ThumbaWumba."; 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 = ''; } }