// JavaScript Document
function onOverCursor(obj) {
	obj.style.cursor = 'pointer';
}

