function openGame01() {
  var newWindow = window.open('games/addemup.htm','gamewindow','scrollbars=no,resizable=yes,width=750,height=600');
  newWindow.focus();
}