<!-- hide JS code
var x = ""  // file name or '1'
 
function runTour(x)
  {
  newWindow = window.open("gallery.php?m=" + x,"Tour","width=710,height=600,scrollbars");
  return true;
  }

function runVTour(x,y)
  {
  newWindow = window.open("vtour.php?m=" + x + "&f=" + y,"Tour","width=700,height=420,scrollbars");
  return true;
  }

// end JS hide -->
