﻿function LaunchIRIS() {
  window.open('/js/iris.html','','width=400,height=200','');
}
