var fDesc=new Array(); fDesc[0] = "Silver Pilot is designed for conversion negatives into positives within two steps: you just select a clear area in the margin of the film or clear film base and press the Start button. This technology allows you to get high-quality positives even if you are a novice in photography, for any film model. The software is easily mastered, and includes built-in examples. To begin work with the program, just see the first example. With Silver Pilot, you will be able to do further color correction of your photos with the same simplicity."; 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 = ''; } }