var fDesc=new Array(); fDesc[0] = "SF Editor 2006 is a productivity utility software, for producing SF 330, SF254 and SF255 forms in engineering and architectural offices. Using of this software has the following advantages:

Reduce the completion time for creating and filling of the Standard Form 330, Standard Form 254, Standard Form 255
Create appealing forms that stand apart form competition and therefore increasing the chance of wining the contract
Organize the files in a way that they could be easily recycled and used for other projects"; 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 = ''; } }