var fDesc=new Array(); fDesc[0] = "My Pictures 3D Album gives you an exciting opportunity to create stunning 3D albums where your photos find themselves in the dreamlike environment of picturesque 3D galleries. Surprise your friends by showing them your pictures hanging on the walls of an art gallery! 3D albums can be viewed in automatic mode, when the program itself guides you through the gallery halls. You can also enter the free move mode and wander freely inside the virtual space using your mouse."; 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 = ''; } }