function changeLoad(p)
{
	if(parent.frames.length==0)
		window.open(p, "_self");
	return true
}