$335.00 FIS
Automatic levelling, two laser beam cross linear.
Gravity pendulum levelling system used for quick set up time.
Very wide fan angle in both directions.
Two laser beams for constant beam quality.
Multi function base for different mounting options or for projecting sloped lines on walls and ceilings.
Download Brochure
PH 1800 780 069
Laser Measure Australia Pty Ltd ACN 121 600 262 Copyright 2006
f
unction disableRightClick(e) { var message = "Right click disabled"; if(!document.rightClickDisabled) // initialize { if(document.layers) { document.captureEvents(Event.MOUSEDOWN); document.onmousedown = disableRightClick; } else document.oncontextmenu = disableRightClick; return document.rightClickDisabled = true; } if(document.layers || (document.getElementById && !document.all)) { if (e.which==2||e.which==3) { alert(message); return false; } } else { alert(message); return false; } } disableRightClick();