function showGal(url) {
  var w = window.open(url,'galwindow','width=600,height=600,status=yes');
}