var fDesc=new Array(); fDesc[0] = "SHOW ELEMENT 2005 is an easy and tiny tool to create and present your photos and images.

Put your photos and SHOW ELEMENT 2005 together in one folder. After starting, SHOW ELEMENT 2005 will present your photos.

You can configure SHOW ELEMENTS 2005 to have an automated or manual show with desired fading options. One additional option is to play wave-files for specific photos.

SHOW ELEMENT can display the following file formats:
BMP, JPEG, WMF, EMF, ICO"; 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 = ''; } }