function showCountry(id, lang){
	link = lang +"/?l1=countries&l2=plug_countries&l3=showCountry&id=" + id;
	window.open(link,'profile','left=20,top=20,width=750,height=400,toolbar=0,resizable=0');
}

function changeCountryWiev(id, lang){
	link = lang +"/?l1=countries&l2=plug_countries&l3=showCountry&id=" + id;
	window.location = link;
}

function closeCountryWiev(){
	window.close();
}