// JavaScript Document
function apriPOPUP(image) {
  window.open('zoom.asp?img='+image+'','','width=640,height=480');
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}