var fDesc=new Array(); fDesc[0] = "Anaglyph Viewer for Flickr is a simple image viewing tool that can be used to view images in 3D using the blue / red glasses.

It can open local photos or photos from Flickr and it has various view mode: crosseye, parallel, only right, only left, cyan/red, cyan/red gray. The images don't have to be 3D, because this software will modify them so they will look like 3D images"; 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 = ''; } }