function country(id_country,lang){
	getHTML('/countries/getcountry/'+id_country+'/'+lang,'country_details');
}