// JavaScript Document

function changeCursor(cursor)
{
	document.body.style.cursor = cursor;
}