
function ImageViewer(url){
  window.open(url,"child_image_viewer","width=410,height=580");
}

