function chgCursor(style)
{
	document.body.style.cursor = style;
}


