// AlarmQuotes SM.js - updated by GR 6/8/2007 by hand
//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 

//commerical.html
Questions[1] = ["What type of security system are you interested in?", 2]; 
Questions[2] = ["What is the size of the location to be alarmed?", 2]; 
Questions[3] = ["How many entrances/exits/critical protection points does the location have?", 2]; 
Questions[4] = ["Is there a current system in place?", 2]; 
Questions[5] = ["What type of location is it?", 2]; 
Questions[6] = ["What is your budget for this system?", 2]; 
Questions[7] = ["What is the timeframe for installation of this system?", 2]; 

//residential.html
Questions[8] = ["What type of security system are you interested in?", 1]; 
Questions[9] = ["Do you rent or own your residence?", 1]; 
Questions[11] = ["How many entrances/exits/critical protection points does the location have?", 1]; 
Questions[12] = ["Is there a current system in place?", 1]; 
Questions[13] = ["What is the timeframe for installation of this system?", 1]; 
// Add ZIP CODE answer to array below, if required. i.e. Answers[XX] = ["Other", XX, 99, "ZipCode", "N"]; 
//Begin Answers[] Array 

//commerical.html - gr
Answers[1] = ["Burglar",1,18, "", "Y", "2"]; 
Answers[2] = ["Fire",1,19, "", "Y", "2"]; 
Answers[3] = ["Access Control",1,20, "", "Y", "2"]; 
Answers[4] = ["Closed Circuit Television (CCTV)",1,21, "", "Y", "2"]; 
Answers[5] = ["0-1,999 sq.ft.",2,22, "", "Y", "2"]; 
Answers[6] = ["2,000-4,999 sq.ft.",2,23, "", "Y", "2"]; 
Answers[7] = ["5,000-9,999 sq.ft.",2,24, "", "Y", "2"]; 
Answers[8] = ["10,000-49,999 sq.ft.",2,25, "", "Y", "2"]; 
Answers[9] = ["50,000+ sq.ft.",2,26, "", "Y", "2"]; 
Answers[10] = ["1",3,27, "", "Y", "2"]; 
Answers[11] = ["2-3",3,28, "", "Y", "2"]; 
Answers[12] = ["3-5",3,29, "", "Y", "2"]; 
Answers[13] = ["6-10",3,30, "", "Y", "2"]; 
Answers[14] = ["10+",3,31, "", "Y", "2"]; 
Answers[15] = ["Yes",4,32, "", "Y", "2"]; 
Answers[16] = ["No",4,33, "", "Y", "2"]; 
Answers[17] = ["Retail",5,34, "", "Y", "2"]; 
Answers[18] = ["Commercial Office/Warehouse",5,35, "", "Y", "2"]; 
Answers[19] = ["Restaurant/Lounge",5,36, "", "Y", "2"]; 
Answers[20] = ["Industrial",5,37, "", "Y", "2"]; 
Answers[21] = ["Educational",5,38, "", "Y", "2"]; 
Answers[22] = ["Medical",5,39, "", "Y", "2"]; 
Answers[23] = ["Other",5,40, "", "Y", "2"]; 
Answers[24] = ["$1,000 or less",6,41, "", "Y", "2"]; 
Answers[25] = ["$1,000+",6,42, "", "Y", "2"]; 
Answers[26] = ["$2,000+",6,43, "", "Y", "2"]; 
Answers[27] = ["$3,000+",6,44, "", "Y", "2"]; 
Answers[28] = ["$5,000+",6,45, "", "Y", "2"]; 
Answers[29] = ["ASAP",7,46, "", "Y", "2"]; 
Answers[30] = ["One month",7,47, "", "Y", "2"]; 
Answers[31] = ["Two months",7,48, "", "Y", "2"]; 
Answers[32] = ["Over two months",7,49, "", "Y", "2"]; 

//residential.html - gr
Answers[33] = ["Burglar",1,1, "", "Y", "1"]; 
Answers[34] = ["Fire",1,2, "", "Y", "1"]; 
Answers[35] = ["Access Control",1,3, "", "Y", "1"]; 
Answers[36] = ["Closed Circuit Television (CCTV)",1,4, "", "Y", "1"]; 
Answers[37] = ["Own",2,5, "", "Y", "1"]; 
Answers[38] = ["Rent",2,6, "", "Y", "1"]; 
Answers[39] = ["1",3,7, "", "Y", "1"]; 
Answers[40] = ["2-3",3,8, "", "Y", "1"]; 
Answers[41] = ["3-5",3,9, "", "Y", "1"]; 
Answers[42] = ["6-10",3,10, "", "Y", "1"]; 
Answers[43] = ["10+",3,11, "", "Y", "1"]; 
Answers[44] = ["Yes",4,12, "", "Y", "1"]; 
Answers[45] = ["No",4,13, "", "Y", "1"]; 
Answers[46] = ["ASAP",5,14, "", "Y", "1"]; 
Answers[47] = ["One month",5,15, "", "Y", "1"]; 
Answers[48] = ["Two month",5,16, "", "Y", "1"]; 
Answers[49] = ["Over two months",5,17, "", "Y", "1"]; 