if ($hotel[0]['country'] == 1) {
$hotelsMenu = hotelsMenu($lang, 'region');
$key = $lang.'_region';
$mtitle = "AZƏRBAYCAN";
$url = 'http://proqramlar.com/index.php?lang=az&go=regionalhotel®ion=';
}
else {
$hotelsMenu = hotelsMenu($lang, 'foreign');
$key = $lang.'_name';
$url = '/index.php?lang='.$lang.'&go=foreignhotel&country=';
$mtitle = "ÖLKƏLƏR";
}
?>