// JavaScript Document
var xmlhttp;

function showCountry(str)
{
window.location.href=str;
}
