oM.construct()

function getCoords(e){

xx=(bw.ns4 || bw.ns6)?e.pageX:event.x||event.clientX

yy=(bw.ns4 || bw.ns6)?e.pageY:event.y||event.clientY

}

//Capturing onmousemove event

if(bw.ns4) document.captureEvents(Event.MOUSEMOVE)

document.onmousemove=getCoords;