<!--

function open_new_window(imageURL) {

  window.open("Popup.html?"+imageURL,'_blank','resizable=yes,height=200,width=200,menubar=no,toolbar=no,status=no,scrollbars=no,titlebar=no,location=no');

};

-->
