function new_window(path) {
    window.open(path,'mywindow','resizable=no,scrollbars=yes,width=541,height=560');
}

function big_foto(path) {
    window.open('show_pic.php?pic='+path,'mywindow','resizable=no,scrollbars=yes,width=518,height=560');
}
