function convertGB()
{
	location.href = location.href.replace("/gb/", "/eng/");
}
function convertEN()
{
	location.href = location.href.replace("/eng/", "/gb/");
}