//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 kind of materials would you like for your commercial roof?", 1]; 
Questions[2] = ["What is the approximate quare footage (sq. ft.) of the area that needs to be worked on?", 1]; 
Questions[3] = ["When would you like your roof work completed?", 1]; 

Questions[4] = ["What kind of materials would you like for your home roof?", 2]; 
Questions[5] = ["When would you like your roof work completed?", 2]; 
// Add ZIP CODE answer to array below, if required. i.e. Answers[XX] = ["Other", XX, 99, "ZipCode", "N"]; 
//Begin Answers[] Array 

Answers[1] = ["Asphalt shingles",1,1, "", "Y", "1"]; 
Answers[2] = ["Cedar shake shingles",1,2, "", "Y", "1"]; 
Answers[3] = ["Cement shingles",1,3, "", "Y", "1"]; 
Answers[4] = ["Metal",1,4, "", "Y", "1"]; 
Answers[5] = ["Slate",1,5, "", "Y", "1"]; 
Answers[6] = ["Tile",1,6, "", "Y", "1"]; 
Answers[7] = ["Other",1,7, "", "Y", "1"]; 
Answers[8] = ["Less than 5,000 sq. ft.",2,8, "", "Y", "1"]; 
Answers[9] = ["5,000-9,999 sq. ft",2,9, "", "Y", "1"]; 
Answers[10] = ["10,000-24,999 sq. ft",2,10, "", "Y", "1"]; 
Answers[11] = ["25,000 sq. ft. or more",2,11, "", "Y", "1"]; 
Answers[12] = ["Unsure, please advise",2,12, "", "Y", "1"]; 
Answers[13] = ["ASAP",3,13, "", "Y", "1"]; 
Answers[14] = ["One month",3,14, "", "Y", "1"]; 
Answers[15] = ["Two months",3,15, "", "Y", "1"]; 
Answers[16] = ["Three months or more",3,16, "", "Y", "1"]; 
Answers[17] = ["Asphalt shingles",4,17, "", "Y", "2"]; 
Answers[18] = ["Cedar shake shingles",4,18, "", "Y", "2"]; 
Answers[19] = ["Cement shingles",4,19, "", "Y", "2"]; 
Answers[20] = ["Metal",4,20, "", "Y", "2"]; 
Answers[21] = ["Slate",4,21, "", "Y", "2"]; 
Answers[22] = ["Tile",4,22, "", "Y", "2"]; 
Answers[23] = ["Other",4,23, "", "Y", "2"]; 
Answers[24] = ["ASAP",5,24, "", "Y", "2"]; 
Answers[25] = ["One month",5,25, "", "Y", "2"]; 
Answers[26] = ["Two months",5,26, "", "Y", "2"]; 
Answers[27] = ["Three months or more",5,27, "", "Y", "2"]; 


