function SelectCity(from)
{
 window.open('index.php?do=selectcity&from='+from, '', 'width=720, height=400, scrollbars=yes, resizable=yes');
}


function SelectCity2(from)
{
 window.open('index.php?do=selectcity&from='+from+'&outcity=2', '', 'width=720, height=400, scrollbars=yes, resizable=yes');
}

