// JScript source code
function abrir(enlace)
	{
	window.open(enlace, "_self");
	}

function msOver(item)
	{
	item.style.color="red";
	}

function msOut(item)
	{
	item.style.color="white";
	}
		