function openSlide(dir,id) {
  window.open(dir + "slideshow.php?id=" + id, "_blank", "width=640, height=560"); 
}
