var draftWindow;
function jaaLicensing(the_url) {
  draftWindow = window.open(the_url,"IHSDraft","left=10,top=10,screenX=10,screenY=10,height=515,width=650,alwaysRaised=1,dependent=1,directories=0,location=1,menubar=1,resizable=1,scrollbars=1,status=1,toolbar=1)");
  draftWindow.focus();
}

