bg = "";
lThis = "";
function mOver(src, clrOver) {
	if (!src.contains(event.fromElement)) {
		bg = src.bgColor;
		
		src.style.cursor = 'hand';
	}
}
function mOut(src, clrIn) {
	if (!src.contains(event.toElement)) {
		
		src.style.cursor = 'default';
	}
}
function mClick(destino) { location=destino; target="centro" }