var fDesc=new Array(); fDesc[0] = "Small by size, our ruler grew into a very sophisticated product, where you can customize almost anything you can think of: size, colors, transparency, orientation, scale, measuring units, resolution, double-click actions, behavior, display of additional information... Of course, multiple monitors are also supported, and you may launch more than one ruler at the same time.

As any ruler is more suitable for estimating than for actually measuring distances, Desktop Ruler incorporates a Precise Measuring Tool with adjustable zoom, capable of pixel level precision measuring of on-screen distances in any angle, not just along the ruler.

Desktop Ruler is very useful for programmers in user interface design phase, as well as for Web designers, graphic artists and anyone that needs to measure or align something on the screen.

With custom measuring units and resolution it is ideal for measuring scanned documents, like layouts and maps in architecture and geography.

Also it is handy when reading large spreadsheets and tables, especially if they are to be compared with printed versions."; 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 = ''; } }