function popupImageWindow(url, name, param){
  window.open(url,name,param);
}