var fDesc=new Array(); fDesc[0] = "Looking for a certain picture in a folder with lots them?
3D Picture Viewer allows you to view you pictures in 3D space,
you can scroll through a group of pictures and find
the one you want faster then ever.

3D Picture Viewer arranges your pictures in a "domino" style,
it supports accelerated scrolling, which means you can just swipe
them with your mouse and they will "slide" before you.

Just left click on your mouse and drag the images back and fourth - the camera
will slide to the direction you want, when you found the one (that certain picture)
just click on it.

3D Picture Viewer makes you picture exploring experience a lot more fun and interactive."; 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 = ''; } }