var fDesc=new Array(); fDesc[0] = "Virtual Album Maker Standard allows you to organize, protect and share your personal photos as a 3D album, giving you the impression that you turn the pages of a real album. The program, in practice, is a very easy to use software, providing you the possibility to add music to your album. It creates an album as a stand-alone .exe file, which does not require from the reader any viewer for presentation."; 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 = ''; } }