var AsciiCode = 97;

//Export code value for model name
     var strExportCode_ModelName= 'PrivateClients';

//Array  for the generic template.
   var Generic_Array = [ //For the first question under each heading following order should be followed. For the Remaining  questions, first 2 points are not applicable.
					//Header Image         
					//No. of independent questions
					//Text of the independent/dependent  questions
					//No. of  dependent sub questions for the parent question
					//Flag(=1) for hiding the immediate independent sub question
					//No of options for independent/dependent questions
					//Text of the options in the independent/dependent questions
					//points for each option
					
"Bepaal hieronder welke beleggingsvormen bij u passen.","1","Wilt u wekelijks of vaker transacties op de beurs doen (50 x of meer per jaar)?","2","0","2","Nee","0","Ja","0", //First Parent Qt	
									
"Wilt u de beursontwikkelingen op de voet volgen?","0","0","2","Nee","2","Ja","4", //Dependent Sub-Qt
"Wilt u beleggen volgens een vooraf bepaalde structuur in uw portefeuille?","0","0","2","Nee","6","Ja","8" //Dependent Sub-Qt
									
				   ];				
		
//Array for the result
 var Result_Array = [
					//lower limit of the score
					//upper limit of the score
					//subheading displayed below the result bar(1 ifsubheading is there,blank if no value for subheading) 
					//If button is to be displayed then flag should be 1 else blank.
					//Text displayed below the result bar
					//URL for the image of the button(at present we have provided the dummy URL)	
					//Alt text of the button(1 if alt text is there,blank if no value for alt text)
					//  URL when the user clicks on the button
						"1","2","Vermogensbeheer","1","Voor beleggen is steeds meer tijd en deskundigheid nodig. Als u uw eigen beleggingen niet kan of wilt beheren, maar wel zeker wilt weten dat uw vermogen in goede handen is, dan is Vermogensbeheer een aantrekkelijke oplossing.","/nl/images/Systeem/abnamroNL/Content/Afbeelding/bttn/Meer_informatie_2.jpg ","Meer informatie","http://www.abnamro.nl/nl/pbnl/diensten/beleggen/vermogensbeheer.html",
						"3","4","Beleggingsadvies","1","U belegt samen met uw beleggingsadviseur voor de langere termijn en binnen een vooraf afgesproken en vastgesteld portefeuillemodel.","/nl/images/Systeem/abnamroNL/Content/Afbeelding/bttn/Meer_informatie_2.jpg ","Meer informatie","http://www.abnamro.nl/nl/pbnl/diensten/beleggen/beleggingsadvies.html",
						"5","6","Private Trading","1","U belegt niet volgens een portefeuillemodel, maar iedere belegging wordt op zichzelf beoordeeld en kent een hoge mate van activiteit met als doel op korte termijn extra koerswinsten te behalen. U spart actief met uw specialist Private Trading.","/nl/images/Systeem/abnamroNL/Content/Afbeelding/bttn/Meer_informatie_2.jpg ","Meer informatie","http://www.abnamro.nl/nl/pbnl/diensten/beleggen/privatetrading.html",
						"7","8","Actief Beleggen","1","U belegt volgens uw portefeuillemodel en hebt intensief persoonlijk contact met uw beleggingsadviseur. U speelt in op actuele marktontwikkelingen.","/nl/images/Systeem/abnamroNL/Content/Afbeelding/bttn/Meer_informatie_2.jpg ","Meer informatie","http://www.abnamro.nl/nl/pbnl/diensten/beleggen/actiefbeleggen.html",
					];
		
//Step1 texts
	var strStep1_subHeading="Actuele beleggingsvormen";
	var strStep1_introTxt_1='Als klant van ABN AMRO MeesPierson Beleggen kunt u rekenen op individuele oplossingen voor de vraagstukken rond uw vermogen. Uw Private Banker kan binnen de bank diverse specialismen voor u inschakelen die van belang zijn voor een passend en verantwoord advies of voor het beheer van uw vermogen.';
//Heading of the result bar
	var strLabel_imgtextResult='Uw beleggingsvorm';
   
/* Result details  for "Stop model"  [ if question1 is answered with Nee]
    strLabel_StopModelHeading :  Sub heading displayed below the result bar
    strLabel_StopModelText  :	 Text displayed below the result bar
    flag_StopModelButton :    If button is to be displayed then flag should be 1 else 0.
   ButtonImage_StopModel:   URL for the image of the button	
   strText_StopModelButtonAlt :   Alt text of the button
   strOnlineForm_StopModel :   URL when the user clicks on the button
*/
    var strLabel_StopModelHeading = '' ;
	var strLabel_StopModelText = "TEST 3 STOPMODEL";
    var flag_StopModelButton = 1;
    var ButtonImage_StopModel = "/nl/images/Systeem/abnamroNL/Content/Afbeelding/bttn/BTN-Aanvragen-groene-achter.png"; 
	var strText_StopModelButtonAlt = '';
	var strOnlineForm_StopModel = "http://www.abnamro.nl/nl/index.html";

/*Following flag is for skipping the immediate question when clicked on the last option of the sub-question in a particular heading 
*/
	var flag_hideSubQt = 1;
	
/* Following flag is for hiding and unhiding the stop model
    If( flag_Hide_Unhide_StopModel == 0) Then Stop the model and display the message to the user on the result bar
     If( flag_Hide_Unhide_StopModel == 1) Then the normal flow will continue with the sub questions
*/
var flag_Hide_Unhide_StopModel = 1;
	
//Right navigation texts
	var strStep1_rightHeading = "Beleggingsvormen";
	var strStep1_rightCurrentInfo ="Bepaal welke actuele beleggingsvormen bij u passen.";
	var strText_rightContact = "Afspraak maken?<br>Bent u geïnteresseerd in de mogelijkheden van ABN AMRO MeesPierson Beleggen?<br><a href='http://www.abnamro.nl/nl/pbnl/diensten/beleggen/contact.html'>Maak dan een afspraak</a> met één van onze private bankers.";
	var strText_rightPlain 		 = "";
	var strText_rightHyperlink_1 = "";
	var strText_rightHyperlink_2 = "";
	var strText_rightHyperlink_3 = "";
	var strText_rightHyperlink_4 = "";
	var strText_rightHyperlink_5 = "";
	var strText_rightHyperlink_6 = "";
	var strURL_rightHyperlink_1  = "http://#";
	var strURL_rightHyperlink_2  = "http://#";
	var strURL_rightHyperlink_3  = "http://#";
	var strURL_rightHyperlink_4  = "http://#";
	var strURL_rightHyperlink_5  = "http://#";
	var strURL_rightHyperlink_6  = "http://#";
