/*function fnCountry(){
	var object 	= document.getElementById('country');
	var value 	= object.options[object.selectedIndex].value;
	
	document.flagpic.src 	= "images/flag-"+value+".gif";
	document.phonepic.src 	= "images/phone-"+value+".gif";
}*/

function fnLanguage(){
	alert('hehe');
}

