function Manina()
{
	document.body.style.cursor="hand"
}
		
function Default()
{
	document.body.style.cursor="Default"
}