var fDesc=new Array(); fDesc[0] = "Browse your photos in 3D with Photo Book!
Photo Book can be used as a realtime 3D photo browser or to create photo book animations for use in your DVD productions and computer presentations.
Because Bix's Photo Book works in 3D, the camera position, rotation and zoom factor can easily be adjusted allowing you to view your photo book from any angle."; 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 = ''; } }