var fDesc=new Array(); fDesc[0] = "A Ruler for Windows is a free on screen pixel ruler / reading guide for Windows.

The ruler lets you quickly and easily measure objects on your screen. It's ideal for designing web sites, working with graphics and perfecting the look of your digital products.
The program switches between ruler and reading guide modes with a mouse click or key press.

By default, both the ruler and reading guide come with four 'skins' to choose from: wood grain, stainless steel, plastic see thru and yellow construction. However, you can create your own skins and share them with your friends.

With large clear numbering, the ruler is very easy to read.

Each ruler / reading guide can be flipped horizontally or vertically, resized to an exact length or resized by dragging it to a desired length.

The numbering on the ruler can be reversed and the ruler's length optionally displayed."; 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 = ''; } }