var fDesc=new Array(); fDesc[0] = "Albumin 3D is a photo album manager with very interesting features. Albumin 3D uses OpenGL and QuickTime to display the 3D environment.
Albumin 3D is very easy-to-use and requires no advanced knowledge to bring out the best of it. Albumin 3D offers image and transition management as well as a customizable camera."; 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 = ''; } }