var fDesc=new Array(); fDesc[0] = "Software for displaying Diji Album files (*.alb). Diji Album files can be created with the Diji Album Editor, free download at http:/www.xequte.com/dijialbum/index.html Diji Album files resemble real photo albums and are just as fun and almost as easy to
create. Diji Albums can be: Sent to friends and family as a highly-compressed or self-extracting album files, Exported to HTML for publishing on the internet or distributed as auto-running CD-ROM albums"; 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 = ''; } }