<!--
function windowOpen(page,width,height,img) {
  myWindow = window.open("","WindowRef","width=" + width + ",height=" + height+",top=10,left=10,screenX=10,screenY=10, scrollbars=true");
    myWindow.location.href = "/popup/window.html?"+img;
  if (!myWindow.opener) myWindow.opener = self;
  }

  function myVoid() {;}
 // -->
