function openWindow(link,w,h) {
    Okno = window.open(link, "JSL", 'width='+w+', height='+h+', top=20, left=20, toolbar=0, location=0, scrollbars=1, resizable=1');
    Okno.focus();
}
function showBoxesOfMffkv() {
     window.location.href="index.php?prom1=callPage&prom2=hotelsKv2";
}
