//FileName: SurveyMaster.js [includes Category Updates] 
//ServiceLeads SurveyMaster.js file; This is an auto-generated file, please edit with care. This assumes that there is a 1:1 between question and response on the survey. 
//Copyright (c) 2007, ServiceLeads, Inc. 
//Developed By George Rios (George.rios@Pluralsoftware.com) 
//Notes: "99" is the subcategory used if the response is not a "routable" question. Please give this file to your designer or web developer for review. 

var Questions = new Array(); 
var Answers = new Array(); 

// Add ZIP CODE questions to array below, if required. i.e. Questions[XX] = ["What is the zip code for the location(s)...", {categoryId}]; 
//Begin Questions[] Array 

Questions[1] = ["Do you need window cleaning service for your home or office?", 1]; 
Questions[2] = ["What type of window cleaning service do you need?", 1]; 
Questions[3] = ["How many floors in your home or business?", 1]; 
Questions[4] = ["How would you like your windows cleaned?", 1]; 
Questions[5] = ["Do you have screens on your windows?", 1]; 
Questions[6] = ["Select the type of screen cleaning you’re looking for:", 1]; 
// Add ZIP CODE answer to array below, if required. i.e. Answers[XX] = ["Other", XX, 99, "ZipCode", "N"]; 
//Begin Answers[] Array 

Answers[1] = ["Home",1,1, "", "Y", "1"]; 
Answers[2] = ["Office/Commercial",1,2, "", "Y", "1"]; 
Answers[3] = ["Regular maintenance",2,3, "", "Y", "1"]; 
Answers[4] = ["Seasonal",2,4, "", "Y", "1"]; 
Answers[5] = ["Post-construction",2,5, "", "Y", "1"]; 
Answers[6] = ["Paint or other chemical",2,6, "", "Y", "1"]; 
Answers[7] = ["Other",2,7, "", "Y", "1"]; 
Answers[8] = ["One-two floors",3,8, "", "Y", "1"]; 
Answers[9] = ["Three or more",3,9, "", "Y", "1"]; 
Answers[10] = ["Outside only",4,10, "", "Y", "1"]; 
Answers[11] = ["Inside only",4,11, "", "Y", "1"]; 
Answers[12] = ["Both inside and outside",4,12, "", "Y", "1"]; 
Answers[13] = ["Outside only",5,13, "", "Y", "1"]; 
Answers[14] = ["Inside only",5,14, "", "Y", "1"]; 
Answers[15] = ["Dusting",6,15, "", "Y", "1"]; 
Answers[16] = ["Scrubbing with soap and water",6,16, "", "Y", "1"]; 
Answers[17] = ["Scrubbed and sealed with a screen sealer",6,17, "", "Y", "1"]; 
Answers[18] = ["Other",6,18, "", "Y", "1"]; 


