function show_galery(uri){
var wwidth=(window.innerWidth)?window.innerWidth:
    ((document.all)?document.body.offsetWidth:null);
var left = Math.round((wwidth - 675)/2);
    window.open('/galery.php?galeryID=' + uri, 'photo', 'resizable=no, location=no, menubar=no, scrollbars=no, status=no,toolbar=no, fullscreen=no, dependent=no, width=705, height=675 ,left='+left+', top=0, status'); return false
}