function h(lang)
{
window.open('hall.php?lang='+lang, 'map', 'height=550,width=780,toolbar=no,status=no,scrollbars=no,dependent=yes,location=no,menubar=no,resizeable=no,fullscreen=no');
}
function g(n,lang)
{
window.open('../gallery.php?n='+n+'&lang='+lang, 'galery', 'height=680,width=800,toolbar=no,status=no,scrollbars=no,dependent=yes,location=no,menubar=no,resizeable=no,fullscreen=no');
}
