
function setCursor(argCursor)
{
	if(document.body.style.cursor != 'wait')
		document.body.style.cursor = argCursor;
}
