function show_gallery_panel(n)
 {
  var new_window=window.open("/gallery_panel.php?n="+n.toString(), "gallery", "width=520px, height=540px, top=0px, left=0px, toolbar=no, status=no");
 }
