var fDesc=new Array(); fDesc[0] = "SILKYPIX Developer Studio SE is a RAW development program that allows you to create high quality, high resolution, and low-noise images from RAW data using Panasonic digital cameras. The program comes with various professional features, making it easier to have accurate color reproduction and correct lens aberration."; 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 = ''; } }