// UPDATED 6.23.2008 per Ben
//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 type of residence?", 1]; 
Questions[2] = ["What type of fence do you need?", 1]; 
Questions[3] = ["What is the purpose for the fence?", 1]; 
Questions[4] = ["What is the height of the fence?", 1]; 
Questions[5] = ["What is the length of fencing needed?", 1]; 
Questions[8] = ["What is the time frame for purchase?", 1]; 

Questions[12] = ["What type of fence do you need?", 2]; 
Questions[13] = ["What is the purpose for the fence?", 2]; 
Questions[14] = ["What is height of the fence?", 2]; 
Questions[15] = ["What is the length of fencing needed?", 2]; 
Questions[18] = ["What is the time frame for purchase?", 2]; 

Questions[22] = ["What is the height of the estate gate you would like installed?", 3]; 
Questions[23] = ["What material would you like your estate gate made of?", 3]; 
Questions[25] = ["What type of opening style would you like your estate gate to have?", 3]; 
Questions[26] = ["Would you like an automatic gate opener?", 3]; 

Questions[28] = ["What is the desired location of the deck", 4]; 
Questions[29] = ["What is the purpose of the deck?", 4]; 
Questions[30] = ["What is the desired material of the deck?", 4]; 
Questions[31] = ["What is the desired size of deck? (square footage)", 4]; 
Questions[38] = ["What type of Location is this deck for?", 4]; 
Questions[39] = ["What is the time frame for this project?", 4]; 

Questions[40] = ["What is the desired location of the railing?", 5]; 
Questions[41] = ["What is the purpose of the railing?", 5]; 
Questions[42] = ["What is the desired railing material?", 5]; 
Questions[43] = ["What is the desired length of the railing?", 5]; 
Questions[45] = ["What type of location is this railing for?", 5]; 
Questions[46] = ["What is the time frame to start this project?", 5]; 

Questions[47] = ["Do you want to rent or buy?", 2]; 

Questions[48] = ["Do you want to install yourself?", 1]; 
Questions[49] = ["Do you want to install yourself?", 2]; 
Questions[50] = ["Do you want to install yourself?", 3]; 
Questions[51] = ["Do you want to install yourself?", 4]; 
Questions[52] = ["Do you want to install yourself?", 5]; 


// Add ZIP CODE answer to array below, if required. i.e. Answers[XX] = ["Other", XX, 99, "ZipCode", "N"]; 
//Begin Answers[] Array 
Answers[1] = ["single home",1,1, "", "Y", "1"]; 
Answers[2] = ["town home",1,2, "", "Y", "1"]; 
Answers[3] = ["condo",1,3, "", "Y", "1"]; 
Answers[4] = ["farm",1,4, "", "Y", "1"]; 
Answers[5] = ["not sure",1,5, "", "Y", "1"]; 

Answers[6] = ["wood",2,6, "", "Y", "1"]; 
Answers[7] = ["pvc",2,7, "", "Y", "1"]; 
Answers[8] = ["aluminum",2,8, "", "Y", "1"]; 
Answers[9] = ["chain link",2,9, "", "Y", "1"]; 
Answers[10] = ["steel",2,10, "", "Y", "1"]; 
Answers[11] = ["wrought iron",2,11, "", "Y", "1"]; 
Answers[12] = ["not sure",2,12, "", "Y", "1"]; 

Answers[13] = ["privacy",3,13, "", "Y", "1"]; 
Answers[14] = ["boundary",3,14, "", "Y", "1"]; 
Answers[15] = ["decorative",3,15, "", "Y", "1"]; 
Answers[16] = ["pool",3,16, "", "Y", "1"]; 
Answers[17] = ["hot tub",3,17, "", "Y", "1"]; 
Answers[18] = ["security",3,18, "", "Y", "1"]; 
Answers[19] = ["containment",3,19, "", "Y", "1"]; 
Answers[20] = ["garden",3,20, "", "Y", "1"]; 
Answers[21] = ["Other",3,21, "", "Y", "1"]; 

Answers[22] = ["3 to 4 feet",4,22, "", "Y", "1"]; 
Answers[23] = ["4 to 6 feet",4,23, "", "Y", "1"]; 
Answers[24] = ["Over 6 ft",4,24, "", "Y", "1"]; 
Answers[25] = ["Not Sure",4,25, "", "Y", "1"]; 

Answers[26] = ["50-100 feet",5,26, "", "Y", "1"]; 
Answers[27] = ["100-200 feet",5,27, "", "Y", "1"]; 
Answers[28] = ["200-300 feet",5,28, "", "Y", "1"]; 
Answers[29] = ["300-1000 feet",5,29, "", "Y", "1"]; 
Answers[30] = ["not sure",5,30, "", "Y", "1"]; 

Answers[39] = ["immediate",8,39, "", "Y", "1"]; 
Answers[40] = ["this year",8,40, "", "Y", "1"]; 
Answers[41] = ["next year",8,41, "", "Y", "1"]; 
Answers[42] = ["not sure",8,42, "", "Y", "1"]; 



Answers[54] = ["wood",12,54, "", "Y", "2"]; 
Answers[55] = ["pvc",12,55, "", "Y", "2"]; 
Answers[56] = ["aluminum",12,56, "", "Y", "2"]; 
Answers[57] = ["chain link",12,57, "", "Y", "2"]; 
Answers[58] = ["steel",12,58, "", "Y", "2"]; 
Answers[59] = ["wrought iron",12,59, "", "Y", "2"]; 
Answers[60] = ["not sure",12,60, "", "Y", "2"]; 
Answers[61] = ["privacy",13,61, "", "Y", "2"]; 
Answers[62] = ["construction",13,62, "", "Y", "2"]; 
Answers[63] = ["decorative",13,63, "", "Y", "2"]; 
Answers[64] = ["pool",13,64, "", "Y", "2"]; 
Answers[65] = ["security",13,65, "", "Y", "2"]; 
Answers[66] = ["containment",13,66, "", "Y", "2"]; 
Answers[67] = ["Other",13,67, "", "Y", "2"]; 
Answers[68] = ["1 to 5 feet",14,68, "", "Y", "2"]; 
Answers[69] = ["6 to 10 feet",14,69, "", "Y", "2"]; 
Answers[70] = ["10 plus feet",14,70, "", "Y", "2"]; 
Answers[71] = ["not sure",14,71, "", "Y", "2"]; 
Answers[72] = ["50-100 feet",15,72, "", "Y", "2"]; 
Answers[73] = ["100-200 feet",15,73, "", "Y", "2"]; 
Answers[74] = ["200-300 feet",15,74, "", "Y", "2"]; 
Answers[75] = ["300-1000 feet",15,75, "", "Y", "2"]; 
Answers[76] = ["not sure",15,76, "", "Y", "2"]; 
Answers[86] = ["immediate",18,86, "", "Y", "2"]; 
Answers[87] = ["this year",18,87, "", "Y", "2"]; 
Answers[88] = ["next year",18,88, "", "Y", "2"]; 
Answers[89] = ["not sure",18,89, "", "Y", "2"]; 
Answers[101] = ["1-12 feet",22,101, "", "Y", "3"]; 
Answers[102] = ["13-20 feet",22,102, "", "Y", "3"]; 
Answers[103] = ["custom",22,103, "", "Y", "3"]; 
Answers[104] = ["not sure",22,104, "", "Y", "3"]; 
Answers[105] = ["aluminum",23,105, "", "Y", "3"]; 
Answers[106] = ["steel",23,106, "", "Y", "3"]; 
Answers[107] = ["not sure",23,107, "", "Y", "3"]; 
Answers[113] = ["single swing",25,113, "", "Y", "3"]; 
Answers[114] = ["double swing",25,114, "", "Y", "3"]; 
Answers[115] = ["cantilever (sliding)",25,115, "", "Y", "3"]; 
Answers[116] = ["not sure",25,116, "", "Y", "3"]; 
Answers[117] = ["yes",26,117, "", "Y", "3"]; 
Answers[118] = ["no",26,118, "", "Y", "3"]; 
Answers[119] = ["not sure",26,119, "", "Y", "3"]; 
Answers[126] = ["front of house",28,126, "", "Y", "4"]; 
Answers[127] = ["rear of house",28,127, "", "Y", "4"]; 
Answers[128] = ["Living space",29,128, "", "Y", "4"]; 
Answers[129] = ["entrance to house",29,129, "", "Y", "4"]; 
Answers[130] = ["hot tub",29,130, "", "Y", "4"]; 
Answers[131] = ["swimming pool",29,131, "", "Y", "4"]; 
Answers[132] = ["Other",29,132, "", "Y", "4"]; 
Answers[133] = ["wood",30,133, "", "Y", "4"]; 
Answers[134] = ["pressure Treated wood",30,134, "", "Y", "4"]; 
Answers[135] = ["vinyl",30,135, "", "Y", "4"]; 
Answers[136] = ["composite",30,136, "", "Y", "4"]; 
Answers[137] = ["not sure",30,137, "", "Y", "4"]; 
Answers[138] = ["100-300",31,138, "", "Y", "4"]; 
Answers[139] = ["300-700",31,139, "", "Y", "4"]; 
Answers[140] = ["700-1500",31,140, "", "Y", "4"]; 
Answers[141] = ["not sure",31,141, "", "Y", "4"]; 
Answers[154] = ["residential",38,154, "", "Y", "4"]; 
Answers[155] = ["commercial",38,155, "", "Y", "4"]; 
Answers[156] = ["multi unit",38,156, "", "Y", "4"]; 
Answers[157] = ["planning",39,157, "", "Y", "4"]; 
Answers[158] = ["ready to start",39,158, "", "Y", "4"]; 
Answers[159] = ["inside",40,159, "", "Y", "5"]; 
Answers[160] = ["outside",40,160, "", "Y", "5"]; 
Answers[161] = ["security",41,161, "", "Y", "5"]; 
Answers[162] = ["entrance or exit to house",41,162, "", "Y", "5"]; 
Answers[163] = ["hot tub",41,163, "", "Y", "5"]; 
Answers[164] = ["swimming pool",41,164, "", "Y", "5"]; 
Answers[165] = ["stairs",41,165, "", "Y", "5"]; 
Answers[166] = ["deck or porch",41,166, "", "Y", "5"]; 
Answers[167] = ["Other",41,167, "", "Y", "5"]; 
Answers[168] = ["wood",42,168, "", "Y", "5"]; 
Answers[169] = ["pressure Treated wood",42,169, "", "Y", "5"]; 
Answers[170] = ["vinyl",42,170, "", "Y", "5"]; 
Answers[171] = ["aluminum",42,171, "", "Y", "5"]; 
Answers[172] = ["not sure",42,172, "", "Y", "5"]; 
Answers[173] = ["100-300 feet",43,173, "", "Y", "5"]; 
Answers[174] = ["300-700 feet",43,174, "", "Y", "5"]; 
Answers[175] = ["700-1500 feet",43,175, "", "Y", "5"]; 
Answers[176] = ["not sure",43,176, "", "Y", "5"]; 
Answers[180] = ["residential",45,180, "", "Y", "5"]; 
Answers[181] = ["commercial",45,181, "", "Y", "5"]; 
Answers[182] = ["multi unit",45,182, "", "Y", "5"]; 
Answers[183] = ["planning",46,183, "", "Y", "5"]; 
Answers[184] = ["ready to start",46,0, "", "Y", "5"]; 
Answers[185] = ["rent",47,184, "", "Y", "2"]; 
Answers[186] = ["buy",47,185, "", "Y", "2"]; 
Answers[187] = ["bamboo",2,186, "", "Y", "1"]; 
Answers[188] = ["bamboo",12,187, "", "Y", "2"]; 
Answers[189] = ["Yes",48,188, "", "Y", "1"]; 
Answers[190] = ["No",48,189, "", "Y", "1"]; 
Answers[191] = ["Yes",49,190, "", "Y", "2"]; 
Answers[192] = ["No",49,191, "", "Y", "2"]; 
Answers[193] = ["Yes",50,192, "", "Y", "3"]; 
Answers[194] = ["No",50,193, "", "Y", "3"]; 
Answers[195] = ["Yes",51,194, "", "Y", "4"]; 
Answers[196] = ["No",51,195, "", "Y", "4"]; 
Answers[197] = ["Yes",52,196, "", "Y", "5"]; 
Answers[198] = ["No",52,197, "", "Y", "5"]; 
Answers[198] = ["No",52,197, "", "Y", "5"]; 
// New Responses for composite - commercial and residential
Answers[199] = ["Composite",2,200, "", "Y", "1"]; 
Answers[200] = ["Composite",12,201, "", "Y", "2"];
