var fDesc=new Array(); fDesc[0] = "Shaped on your screen omnidea Rulers allows to create on whole screen area a set of rulers, like most common graphic editors allows on their working areas only. Using the guide lines enables to measure and position objects with precision and it's incredibly useful in many fields, such as computer graphics, desktop publishing and web design. Rulers can also be used to select a screen area and take a screenshot that is automatically saved to desktop or copied to system clipboard. Main features Unlimited rulers creation Multiple units of measurement support Auto measure Multi monitor support Take a screenshot of selected area or whole screen Magnifier Color picker Automatic internet update Available for Microsoft Windows and Mac OS X Available in English, Italian, Japanese, Spanish, German and Hungarian"; 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 = ''; } }