var fDesc=new Array(); fDesc[0] = "NemoInfo i3D Photo is the simplest application which helps you to make 3D photos. What you need to do is just select 2 photos(left one and right one), you can see a real 3D world in your computer. You can also save them as JPG files and share with your family and friends, or print them out and ship to your friends.
NemoInfo i3D Photo supports the most popular 2 view modes: Red/Green and stereo images. It also supports viewing and restoring JPS files which are common used in Internet.
It's FREE!"; 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 = ''; } }