function changeCursor(name)
{	
	name.style.cursor="crosshair";
}
