// permet de sortir des frames
function getOutOfFrames()
{
	if (window != top)
	top.window.location = window.location;
}