﻿// Archivo JScript

function CargarPaginaTodoEmpresa()
{
	if (parent!=self)
		document.location.href = "http://www.todoempresa.com/Bes01.htm";
	else
		document.location.href = "http://www.TodoEmpresa.com";	
}

function CargarPagina(strURL)
{
	window.location=strURL;
}

