function raise888GamesRegister(i_serial, i_anid) {
  if (typeof i_anid == 'undefined') {
    if (typeof anid == 'string') {
      i_anid = anid;
    }
  }
  registrationUrl = 'https://www.secured-registration.com/RegistrationScreens/RegistrationScreen.aspx?sr=' + i_serial + '&anid=' + i_anid + '&unknown=0&version=g-0-eng&lang=eng&Orientation=5&brand=0&platform=700&Mode=1';
  
  window.open(registrationUrl, 'register', 'menubar=0,resizable=1,scrollbars=1,width=800,height=600,directories=0,location=0');
}