var fDesc=new Array(); fDesc[0] = "This is what you can do with Script, the software developed starting from the Eighties by Pilla, the first company in this field that believed in the new possibilities made available by the information technology revolution. The program allows to save time, displaying directly on the PC screen the letters to be applied on the marble or granite slab, setting the exact positions of the holes, the distance between letters, words and lines.

Supplied with a wide library of functions including an excellent “on-line help” and a wide range of types, Script is a software designed to be used also by less-experienced users thanks to the graphical interface that is similar to the one used by Microsoft Office (Word, Excel, Power Point)."; 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 = ''; } }