function SetLanguage(url)
{
	self.location.href=url;
}

function breakFree() {
if (top.location) top.location.replace(self.location.href)
else top.document.location.replace(self.document.location.href);
}
if (top!= self) breakFree();