<!--

var languageCode = "en" ;

var unknownType    =  0 ;
var solutionType   = -1 ;
var reportType     = -2 ;
var navigationType = -3 ;
var TSstepType     = -4 ;
var numericType    = -5 ;
var dateType       = -6 ;

var NO_VALUE_NUMERIC = -102034 ; // dummy value for numeric non-value

var Text_Question           = "Question" ;
var Text_TroubleShoot       = "Troubleshooting Questions" ;
var Text_END                = "End" ;
var Text_Audit              = "Previous Answers" ;
var Text_AuditChange        = "Click below to change answer" ;
var Text_Unanswered         = "(unanswer)" ;
var Text_Steps              = "Step" ;
var Text_EndSession         = "End Session" ;
var Text_Solutions          = "Solutions" ;
var Text_Navigation         = "Navigation" ;
var Text_QAReport           = "Question and Answer Report" ;
var Text_Continue           = "Continue" ;
var Text_SaveSession        = "Save Session and exit" ;  
var Text_SingleQuestionChat = "Question Text" ;
var Text_SelfService        = "Self Service Text" ;
var Text_QA                 = "Multiple Question Text" ; 

var hasGlobalSearch = false ;

-->