  function _00100001() {     if(_00100111 == "en")     {         _00000011(cultureElements, "ne");             }     else     {         _00000011(cultureElements, "en");     } }  function isValidInput(txtFrom, txtTo, txtSubject, txt_101001011) {     var lblError = _01000001("lblError");     lblError.innerHTML = "";          if(!txtFrom.value || txtFrom.value.replace(' ', '').length == 0 || !isValidEmail(txtFrom.value.replace(' ', '')))     {         if(_00100111 == "ne")             lblError.innerHTML = "<b>गल्ति:</b> कृपया पठाउनेको सहि ठेगाना उल्लेख गर्नुहोस्";         else             lblError.innerHTML = "<b>ERROR:</b> Please enter a valid FROM address";                  txtFrom.focus();                          return false;     }          if(!txtTo.value || txtTo.value.replace(' ', '').length == 0)     {         if(_00100111 == "ne")             lblError.innerHTML = "<b>गल्ति:</b> कृपया पाउनेको सहि ठेगाना उल्लेख गर्नुहोस्";         else             lblError.innerHTML = "<b>ERROR:</b> Please enter a valid TO address";          txtTo.focus();         return false;     }              if(!txtSubject.value || txtSubject.value.replace(' ', '').length == 0)     {         if(_00100111 == "ne")             lblError.innerHTML = "<b>गल्ति:</b> कृपया बिषय उल्लेख गर्नुहोस्";         else             lblError.innerHTML = "<b>ERROR:</b> Please enter a subject";                      txtSubject.focus();         return false;     }      if(!txt_101001011.value || txt_101001011.value.replace(' ', '').length == 0)     {         if(_00100111 == "ne")             lblError.innerHTML = "<b>गल्ति:</b> कृपया खबर उल्लेख गर्नुहोस्";         else             lblError.innerHTML = "<b>ERROR:</b> Please enter a message";                      txt_101001011.focus();             return false;     }             return true;  }  function confirmSend() {         if(_00100111 == "ne")             return confirm("पक्का यो ईमेल पठाउन चाहनुहुन्छ ?\n(Are you sure you want to send the email?)");         else             return confirm("Are you sure you want to send the email?");     }  function confirmCancel() {         if(_00100111 == "ne")             return confirm("पक्का मेटाउन चाहनुहुन्छ ?\n(Are you sure you want to cancel?)");         else             return confirm("Are you sure you want to cancel?");     }  function getBottomPromo() {     return "\n\n----<br/>\nThis email was sent to you using www.unicodenepali.com. " +     "If you want to type or send an email in Nepali for free, please go to www.unicodenepali.com. (यो ईमेल www.unicodenepali.com मार्फत पठाईएको हो । नेपालीमा नि:शुल्क ईमेल पठाउनु परेमा www.unicodenepali.com मा जानुहोस् ।)"; }