var fDesc=new Array(); fDesc[0] = "BitRule is a simple measurement tool to know the size of the screen. It measures the screen and the measurement can be seen in four different common measures - picas, cms, inches and pixels. The output of the measurement is presented in four values of horizontal, vertical, length and angle. In simple terms, the information in the selected measure is presented in terms of height, width, diagonal and angle created by the ending point with respect to the starting point. BitRule provides magnification to locate the exact point to begin or end the measurement. Measurement data can be copied onto the clipboard and used in any supporting tools where pasting functionality of Windows is enabled. Paste mode is enabled only when the software is waiting to resume not at action. BitRule can be suspended and resumed and the start point and end point click is a continuous process until user intends to terminate or suspend the software function. All windows should be opened prior to executing BitRule as the software does not allow any minimized window to be restored or maximized during execution. BitRule has a latest interface with easy to understand navigation. It is an effective tool for graphic designers and layout artists working with images, pictures, animation etc. It also provides a calibration tool to synchronize the software measurement to real time rulers."; 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 = ''; } }