function working_english()
{
  alert('System will be available soon.');
}

function working_chinese()
{
 
  alert('系統即將上線，請期待。');
}

