var fDesc=new Array(); fDesc[0] = "iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphics editors.

Grid presets allow you to choose one of the following grid for orthogonal: regular small, regular medium, regular large, advanced small, advanced medium, advanced large. You can change all the parameters of any preset to create your own grid. Just click the source preset you want to use as a base then click the "Custom" item in the presets list and change grid parameters."; 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 = ''; } }