function myOpenWindow()
{
    myWindowHandle = window.open('','country','width=550,height=500,status=no,resizable=yes,scrollbars=yes');
}
