
function echanger (b, s) {
	if (document.images)
		b.src = s;
	}

/* if (parent.frames.length > 0)
	{
	window.top.location.href = location.href;
	}*/
     if (top.frames.length!=0) top.location=self.document.location;

