var fDesc=new Array(); fDesc[0] = "Ruler By George! is a handy virtual ruler ready to be dragged around on your computer screen; it's very useful for measuring graphic objects in pixels, inches, and centimeters. The program features a vertical or horizontal orientation, dynamic length, customizable colors, and the ability to remain on top, above all windows.

Simply drag and rotate the ruler to measure the objects on the screen.
You can choose among three measurement units (pixels, inches, centimeters), customize colors and font to achieve the optimal result."; 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 = ''; } }