// sortie si hors frameset

if (parent.location.href == self.location.href) 
	{
	/*opener=self;
	close();*/
	location.href="index.asp";
	}

