function Mano(obid) {
	obid.style.cursor='pointer';
}

function ManOut(obid) {
	obid.style.textDecoration='none';
	obid.style.color='#FFCC00';
}

