function PreviewCountry(shorthandle,name,folder,format)
{
	document.getElementById(name).src = folder + shorthandle + '.' + format;
}
