var fDesc=new Array(); fDesc[0] = "Clever Ruler is a powerful measuring tool for Windows. It's simple and easy to use. It can be transparent and rotatable. It supports multi-monitor. You can move,measure in your second monitor. The features are: transparent, can slant and rotate. It contains pixels, cm, inch, custom unit. You can also make the ruler not show any unit. It allows you adjust the width and length of ruler. It also includes magnifier, supports defining hot key, and supports scale.
The features include:
1) It is transparent and rotatable. You can use it to measure any objects in screen.
2) It supports multi-monitor. You can move,measure in your second monitor.
3) It contains pixels, cm, inch, custom unit. You can also make the ruler not show any unit.
4) It allows you to adjust its width and length. You can set its size as same as the screen. :)
5) It provides you a wonderful magnifier. You can magnify anything in the screen from 1 to 9 times."; 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 = ''; } }