// JavaScript Document

function inicializar()
{
	var padre	= parent.name;
	if (padre != "ppal")
	{
		parent.document.location = "../../index.htm";
	}
}

function abrirPopup(url)
{
	window.open(url,'popup','width=510,height=510,scrollbars=NO');
}
