function LoadInToParent(parentlocation){
	if(top.frames.length==0){
		window.location = parentlocation;
	}
}