function Mou_Pantalla (url)
{
	window.location.href = url;
	return false;
}