//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] = ["What size solid waste dumpster (in yards) would you like?", 1]; 
Questions[2] = ["When would you like your solid waste disposal service to start?", 1]; 

Questions[3] = ["About how much medical waste (in gallons) would you like disposed each week?", 2]; 
Questions[4] = ["When would you like your medical waste disposal service to start?", 2]; 

Questions[5] = ["What size roll-off dumpster (in yards) would you like?", 3]; 
Questions[6] = ["When would you like your roll-off dumpster delivered?", 3]; 
// Add ZIP CODE answer to array below, if required. i.e. Answers[XX] = ["Other", XX, 99, "ZipCode", "N"]; 
//Begin Answers[] Array 

Answers[1] = ["Less than 10 yards",1,1, "", "Y", "1"]; 
Answers[2] = ["10 yards",1,2, "", "Y", "1"]; 
Answers[3] = ["20 yards",1,3, "", "Y", "1"]; 
Answers[4] = ["30 yards or more",1,4, "", "Y", "1"]; 
Answers[5] = ["Unsure, please advise",1,5, "", "Y", "1"]; 
Answers[6] = ["ASAP",2,6, "", "Y", "1"]; 
Answers[7] = ["One month",2,7, "", "Y", "1"]; 
Answers[8] = ["Two months",2,8, "", "Y", "1"]; 
Answers[9] = ["Three months or more",2,9, "", "Y", "1"]; 
Answers[10] = ["Less than 5 gal.",3,10, "", "Y", "2"]; 
Answers[11] = ["5-24 gal.",3,11, "", "Y", "2"]; 
Answers[12] = ["25-50 gal.",3,12, "", "Y", "2"]; 
Answers[13] = ["50 gal. or more",3,13, "", "Y", "2"]; 
Answers[14] = ["Unsure, please advise",3,14, "", "Y", "2"]; 
Answers[15] = ["ASAP",4,15, "", "Y", "2"]; 
Answers[16] = ["One month",4,16, "", "Y", "2"]; 
Answers[17] = ["Two months",4,17, "", "Y", "2"]; 
Answers[18] = ["Three months or more",4,18, "", "Y", "2"]; 
Answers[19] = ["Less than 10 yards",5,19, "", "Y", "3"]; 
Answers[20] = ["10 yards",5,20, "", "Y", "3"]; 
Answers[21] = ["20 yards",5,21, "", "Y", "3"]; 
Answers[22] = ["30 yards or more",5,22, "", "Y", "3"]; 
Answers[23] = ["Unsure, please advise",5,23, "", "Y", "3"]; 
Answers[24] = ["ASAP",6,24, "", "Y", "3"]; 
Answers[25] = ["One month",6,25, "", "Y", "3"]; 
Answers[26] = ["Two months",6,26, "", "Y", "3"]; 
Answers[27] = ["Three months or more",6,27, "", "Y", "3"]; 


