// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults


function openGallery(foto_id) {
      var okno=window.open('/fotos/gallery/'+foto_id,'','width=690,height=570,scrollbars=0,resizable=0,toolbar=0,location=0,menubar=0,status=0,directories=0');
}

