if(top==self){
	var parametros = escape(self.location.href);
	var nombre_doc =location.pathname.substring(1)+escape(location.search);
	top.location='index.htm?'+ nombre_doc;
}