
function popup(url) {
  var x = window.open(url, 'galery', 'width=800,height=600,status=no,toolbar=no,location=0');
  return false;
}

