pointerx=0
pointery=0

function mouse_pointer(){

pointerx=event.clientX
pointery=event.clientY

}
