function switchCursor(type){
	if(document.body.style.cursor != type){ document.body.style.cursor = type; }
}
