function XOW(image) { //v2.0
  var location, features;
  location = '../images/show.php3?image=' + image + '.jpg';
  window.open(location,'popup','resizable=yes, top=100, left=200');
}

