<!--

function zegapi_viewer(url) {
  viewerWin = window.open(url, "zegapi", "top=0,left=0,status=0,width=" + screen.width + ", height=" + screen.height);
}

//-->
