var fDesc=new Array(); fDesc[0] = "PhotoProjector creates interlaced images for lenticular sheets and barrier-screens.

PhotoProjector is designed for combined use with other graphic programs such as Adobe Photoshop, Bas-relief, ViewsAligner, StereomorpherPlus etc. PhotoProjector doesn't create the viewpoints of 3D scene or animation images. This program creates interlaced images only.

Formats of input files are BMP, PNG, TIFF, JPEG in Greyscale, RGB colour mode, TIFF in CMYK and RGBA colour mode. Formats of output files are TIFF in colour mode of source images. Don't support multilayered TIFF."; 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 = ''; } }