var fDesc=new Array(); fDesc[0] = "Album3D is a digital DOOM-like photo album. It looks similar to your personal virtual picture gallery, but it allows you not only to see photos and other stills. Album3D can show you AVI videos, Autodesk Animator FLI and FLC files, it can play the .wav & .mp3 files and uses MIDI music files to add some beauty to your presentations."; 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 = ''; } }