var fDesc=new Array(); fDesc[0] = "Phase One C1 PRO Raw workflow software for digital cameras support working with files from: Phase One: H 25 / H 20 / H 10 / H 101 / H5 / LightPhase Canon: 1Ds / 1DmkII / 1D / 10D / 300D / D60 / D30 Nikon: D1x / D2H / D1H / D100 / D70 Fuji: S2 Pro Pentax: *istD"; 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 = ''; } }