var fDesc=new Array(); fDesc[0] = "For Schneider internal use only, the SFT2840 tool enables to create a customized screen set starting from the reference one, modify bitmap images through your bitmap editor, display the corresponding reference and customized images, move the fields at the right position in the customized screen.

Modify texts in list type fields, check the consistency of the customized screen set and produce the files to download into Sepam"; 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 = ''; } }