// open registration rules window
function oWindow(openWindow) {
  if (openWindow) {
    window.open('accept.html','accept','width=400,height=600,resizable=yes,scrollbars=yes');
  }
}

// open game window
function OpenGameWindow() {
  window.open('http://www.mobilpohotovost.cz/hry/index.php?action=startform', 'Hra', 'width=290,height=400,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=yes');
}

function OpenSmsWindow() {
  window.open('/jsp/komix.html','komix','width=470,height=750,resizable=yes');
}
