var fDesc=new Array(); fDesc[0] = "Anaglyph Workshop is an app that creates 3D image from a single picture or from dual pictures. By using it you can create anaglyphs from dual image pairs, handle left/right image pairs and single images that contain side-by-side pictures as well as opening MPO files, and create red/blue or yellow/blue anaglyphs as well as side-by-side 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 = ''; } }