// JavaScript Document
 <!--
 function __fv1_ssid(form) {
  var args = {
 "name":[["NOF_isRequired", [''], "Name is required", "", ""]],
 "supportSessionId":[["NOF_isRequired", [''], "Support Key is required", "", ""], ["NOF_isLengthInRange", ['9', '11'], "the number of chars needs to be between 9 to 11.", "", ""]]
  };
  return NOF_validateForm(form, args, true, null,'Please correct the following errors:');
 }
 //-->
