﻿// The help popup code in main.js was borrowed from Online Banking in order to ensure consistency.  The following values represent the help text for all pages of this application.  Ideally, the help popup wouldn not use hard coded arrays like this.


Style[0]=["#164574","black","#CCDBE8","#EEEEEE","","","","","","","left","","","",200,"",2,2,10,10,"","","","",""];

//Questions page help
Text[0]=['Display Text', 'The Display Text field.'];
Text[1]=['Help Text', 'The Help Text field.'];
Text[2]=['Help Title', 'The Help Title field.'];

//Answers page help
Text[3]=['Display Text', 'The Display Text field.'];

//Rules page help
Text[4]=['Name', 'The rule name.'];
Text[5]=['Description ', 'The rule description.'];
Text[6]=['Product Recommendation', 'Product recommendation based on the answer choices selected.'];
Text[7]=['Product Upgrade', 'Optional product upgrade based on the answer choices selected. '];

FiltersEnabled = true;
applyCssFilter();

