//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 a new septic system installation, maintenance or service?", 4]; 
Questions[2] = ["What type of septic system would you like installed, maintained or serviced?", 4]; 
Questions[3] = ["When would you like the work completed?", 4]; 
// Add ZIP CODE answer to array below, if required. i.e. Answers[XX] = ["Other", XX, 99, "ZipCode", "N"]; 
//Begin Answers[] Array 

Answers[1] = ["New installation or replace an existing system",1,1, "", "Y", "1"]; 
Answers[2] = ["Maintenance or repairs",1,2, "", "Y", "1"]; 
Answers[3] = ["Service (cleaning, etc.)",1,3, "", "Y", "1"]; 
Answers[4] = ["Both maintenance and service",1,4, "", "Y", "1"]; 
Answers[5] = ["Conventional gravity (most common)",2,5, "", "Y", "1"]; 
Answers[6] = ["Aerobic treatment unit (AUT)",2,6, "", "Y", "1"]; 
Answers[7] = ["Low-pressure dose (LPD) or pressure distribution (PDS)",2,7, "", "Y", "1"]; 
Answers[8] = ["Mound system",2,8, "", "Y", "1"]; 
Answers[9] = ["Sand filter system",2,9, "", "Y", "1"]; 
Answers[10] = ["Other",2,10, "", "Y", "1"]; 
Answers[11] = ["ASAP",3,11, "", "Y", "1"]; 
Answers[12] = ["One month",3,12, "", "Y", "1"]; 
Answers[13] = ["Two months",3,13, "", "Y", "1"]; 
Answers[14] = ["Three months or more",3,14, "", "Y", "1"]; 

