function launch1(duty) {
  var Dutycartoon = window.open(duty,"newWindow","no-scrollbars,width=384,height=526");
  Dutycartoon.focus();
}

