function selectCntry(cntryId)
{
    location.href = 'selectcntry.php?cntry=' + cntryId;
}
