function photo_enlarge(image)
{
    window.open('photo.php?id=' + image,'photo_win',"width=800, height=600, resizable=0, status=0");
}
function open_map()
{
    w = window.open('','map_win',"width=530, height=480, resizable=0, status=0");
    w.document.write('<body style="margin:0; padding:0;">');
    w.document.write('<img src="http://hotelleo.lv/files/img/map.jpg" onclick="window.close();" style="cursor: hand;">');
    w.document.write('</body.');
}