//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] = ["How do you plan on using your mobile office?", 1]; 
Questions[2] = ["How many mobile offices do you need?", 99]; 
Questions[3] = ["Approximately how much total square footage do you need?", 1]; 
Questions[4] = ["Approximately how long will you need the mobile office?", 1]; 
Questions[5] = ["When would you like to have your mobile office delivered?", 1]; 
Questions[6] = ["How many of the following will your mobile office(s) need? (not used)", -1]; 
Questions[7] = ["What is the ZIP CODE at the location(s) where you would like to place the mobile office(s)?", -1]; 

Questions[8] = ["How do you plan on using your modular building?", 2]; 
Questions[9] = ["How much square footage is needed for your modular building?", 2]; 
Questions[10] = ["How would you like to finance your modular building? (not used)", -1]; 
Questions[11] = ["Approximately how long do you plan to need the modular building?", 99]; 
Questions[12] = ["When would you like to have your modular building delivered?", 2]; 
Questions[13] = ["How many of the following will your modular building need? (not used)", -1]; 
Questions[14] = ["What is the ZIP CODE for the location(s) at which you would like your modular building delivered?", -1]; 
Questions[15] = ["How do you plan on using your storage container(s)?", 3]; 
Questions[16] = ["How many storage container(s) do you need?", 3]; 
Questions[17] = ["What size storage container(s) do you need?", 3]; 
Questions[18] = ["What type of door is needed for your storage container(s)? (not used)", -1]; 
Questions[19] = ["How long do you need your storage container(s)?", 3]; 
Questions[20] = ["When would you like to have your storage container(s) delivered?", 3]; 
Questions[21] = ["What is the five-digit zip code for the location where you would  like to place your storage container?", -1]; 
Questions[22] = ["Please describe any additional storage container options that you want, such as air conditioning/refrigeration, heavy-duty locking systems, custom paint, extra doors, etc.:", -1]; 
Questions[23] = ["How are you planning on using your portable storage container(s)?", 4]; 
Questions[24] = ["How much stuff do you need to move and/or store?", -1]; 
Questions[25] = ["How long will you need your portable storage container(s)?", -1]; 
Questions[26] = ["When would you like your portable storage container(s) delivered?", 4]; 
Questions[27] = ["What is the starting ZIP code?", 4]; 
Questions[28] = ["How do you plan on using your steel building?", 5]; 
Questions[29] = ["What type of steel building are you interested in?", 5]; 
Questions[30] = ["How much square footage do you need for your steel building?", 5]; 
Questions[31] = ["When would you like your steel building installed?", 5]; 
Questions[32] = ["What type of home are you looking for?", 6]; 
Questions[33] = ["How much square footage do you need for your home?", 6]; 
Questions[34] = ["When would you like to move into your new home?", 6]; 
// Add ZIP CODE answer to array below, if required. i.e. Answers[XX] = ["Other", XX, 99, "ZipCode", "N"]; 
//Begin Answers[] Array 
Answers[1] = ["Construction office",1,1, "", "Y", "1"]; 
Answers[2] = ["Sales/executive office",1,2, "", "Y", "1"]; 
Answers[3] = ["Portable classroom",1,3, "", "Y", "1"]; 
Answers[4] = ["Church building",1,4, "", "Y", "1"]; 
Answers[5] = ["Retail space (not used)",1,5, "", "Y", "199"]; 
Answers[6] = ["Other",1,6, "", "Y", "1"]; 
Answers[7] = ["1",2,8, "", "Y", "100"]; 
Answers[8] = ["2",2,9, "", "Y", "100"]; 
Answers[9] = ["3",2,10, "", "Y", "100"]; 
Answers[10] = ["4+",2,11, "", "Y", "100"]; 
Answers[11] = ["Less than 400 square feet",3,11, "", "Y", "1"]; 
Answers[12] = ["400-800 square feet",3,12, "", "Y", "1"]; 
Answers[13] = ["More than 800 square feet",3,13, "", "Y", "1"]; 
Answers[14] = ["Less than 6 months",4,14, "", "Y", "1"]; 
Answers[15] = ["6 to 12 months",4,15, "", "Y", "1"]; 
Answers[16] = ["12 months or more",4,16, "", "Y", "1"]; 
Answers[17] = ["I plan on purchasing the mobile office",4,17, "", "Y", "1"]; 
Answers[18] = ["ASAP",5,18, "", "Y", "1"]; 
Answers[19] = ["One month",5,19, "", "Y", "1"]; 
Answers[20] = ["Two months",5,20, "", "Y", "1"]; 
Answers[21] = ["Three months or more",5,21, "", "Y", "1"]; 
Answers[22] = ["Day care (not used)",8,22, "", "Y", "299"]; 
Answers[23] = ["Medical (not used)",8,23, "", "Y", "299"]; 
Answers[24] = ["Office building",8,26, "", "Y", "2"]; 
Answers[25] = ["Classroom",8,24, "", "Y", "2"]; 
Answers[26] = ["Church",8,25, "", "Y", "2"]; 
Answers[27] = ["Retail",8,28, "", "Y", "2"]; 
Answers[28] = ["Other",8,29, "", "Y", "2"]; 
Answers[29] = ["Industrial (not used)",8,27, "", "Y", "299"]; 
Answers[30] = ["Less than 1,000 sq. ft.",9,30, "", "Y", "2"]; 
Answers[31] = ["1,000 to 4,999 sq. ft.",9,31, "", "Y", "2"]; 
Answers[32] = ["5,000 to 9,999 sq. ft.",9,32, "", "Y", "2"]; 
Answers[33] = ["10,000 to 19,999 sq. ft.",9,33, "", "Y", "2"]; 
Answers[34] = ["More than 20,000 sq.ft.",9,34, "", "Y", "2"]; 
Answers[35] = ["Purchase outright",10,35, "", "Y", "299"]; 
Answers[36] = ["Rent",10,36, "", "Y", "299"]; 
Answers[37] = ["Lease to purchase",10,37, "", "Y", "299"]; 
Answers[38] = ["Unsure, please advise",10,38, "", "Y", "299"]; 
Answers[39] = ["Permanent",11,40, "", "Y", "100"]; 
Answers[40] = ["1 Year",11,41, "", "Y", "100"]; 
Answers[41] = ["2 Years",11,42, "", "Y", "100"]; 
Answers[42] = ["3 Years",11,43, "", "Y", "100"]; 
Answers[43] = ["4 Years",11,44, "", "Y", "100"]; 
Answers[44] = ["Other",11,45, "", "Y", "100"]; 
Answers[45] = ["ASAP",12,48, "", "Y", "2"]; 
Answers[46] = ["In one to three months",12,45, "", "Y", "2"]; 
Answers[47] = ["In three to six months",12,46, "", "Y", "2"]; 
Answers[48] = ["More than six months",12,47, "", "Y", "2"]; 
Answers[50] = ["Construction, retail or commercial",15,49, "", "Y", "3"]; 
Answers[51] = ["Retail (not used)",15,50, "", "Y", "399"]; 
Answers[52] = ["Industrial or commercial",15,51, "", "Y", "399"]; 
Answers[53] = ["Agricultural/farm",15,52, "", "Y", "3"]; 
Answers[54] = ["Restaurant (not used)",15,53, "", "Y", "399"]; 
Answers[55] = ["Federal, state, or local government (not used)",15,54, "", "Y", "399"]; 
Answers[56] = ["Residential or home (Need a moving container?)",15,55, "", "Y", "3"]; 
Answers[57] = ["Other",15,56, "", "Y", "3"]; 
Answers[58] = ["1",16,57, "", "Y", "3"]; 
Answers[59] = ["2-5",16,58, "", "Y", "3"]; 
Answers[60] = ["6-10",16,59, "", "Y", "3"]; 
Answers[61] = ["More than 10",16,60, "", "Y", "3"]; 
Answers[62] = ["40 feet (most common)",17,63, "", "Y", "3"]; 
Answers[63] = ["20 feet",17,62, "", "Y", "3"]; 
Answers[64] = ["10 feet",17,61, "", "Y", "3"]; 
Answers[65] = ["Unsure, please advise",17,64, "", "Y", "3"]; 
Answers[66] = ["Swing door (standard)",18,65, "", "Y", "399"]; 
Answers[67] = ["Walk-in door",18,66, "", "Y", "399"]; 
Answers[68] = ["Roll-up door",18,67, "", "Y", "399"]; 
Answers[69] = ["Doors on each end",18,68, "", "Y", "399"]; 
Answers[70] = ["Unsure, please advise",18,69, "", "Y", "399"]; 
Answers[71] = ["Less than 6 months",19,70, "", "Y", "3"]; 
Answers[72] = ["6 to 12 months",19,71, "", "Y", "3"]; 
Answers[73] = ["More than 12 months",19,72, "", "Y", "3"]; 
Answers[74] = ["I plan on purchasing the storage container",19,73, "", "Y", "3"]; 
Answers[75] = ["ASAP",20,74, "", "Y", "3"]; 
Answers[76] = ["One month",20,75, "", "Y", "3"]; 
Answers[77] = ["Two months",20,76, "", "Y", "3"]; 
Answers[78] = ["Three months or more",20,77, "", "Y", "3"]; 
Answers[79] = ["Storage at my property",23,78, "", "Y", "4"]; 
Answers[80] = ["Storage at a climate-controlled warehouse",23,79, "", "Y", "4"]; 
Answers[81] = ["Moving and storage",23,80, "", "Y", "4"]; 
Answers[82] = ["Moving only",23,81, "", "Y", "4"]; 
Answers[83] = ["Unsure/no preference (not used)",23,82, "", "Y", "499"]; 
Answers[84] = ["1 - 2 rooms (not used)",24,83, "", "Y", "499"]; 
Answers[85] = ["2 - 3 rooms (not used)",24,84, "", "Y", "499"]; 
Answers[86] = ["3 - 4 rooms (not used)",24,85, "", "Y", "499"]; 
Answers[87] = ["5 or more rooms (not used)",24,86, "", "Y", "499"]; 
Answers[88] = ["Unsure/no preference (not used)",24,87, "", "Y", "499"]; 
Answers[89] = ["Less than 3 months (not used)",25,88, "", "Y", "499"]; 
Answers[90] = ["Between 4 and 6 months (not used)",25,89, "", "Y", "499"]; 
Answers[91] = ["More than 6 months (not used)",25,90, "", "Y", "499"]; 
Answers[92] = ["Unsure (not used)",25,91, "", "Y", "499"]; 
Answers[93] = ["ASAP",26,92, "", "Y", "4"]; 
Answers[94] = ["One month",26,93, "", "Y", "4"]; 
Answers[95] = ["Two months",26,94, "", "Y", "4"]; 
Answers[96] = ["Three months or more",26,95, "", "Y", "4"]; 
Answers[98] = ["Warehouse/storage",28,96, "", "Y", "5"]; 
Answers[99] = ["Agriculture",28,97, "", "Y", "5"]; 
Answers[100] = ["Repair/mechanic",28,98, "", "Y", "5"]; 
Answers[101] = ["Retail/factory/assembly",28,99, "", "Y", "5"]; 
Answers[102] = ["Office",28,100, "", "Y", "5"]; 
Answers[103] = ["Garage/workshop",28,101, "", "Y", "5"]; 
Answers[104] = ["Home",28,102, "", "Y", "5"]; 
Answers[105] = ["Straight wall style (gable roof) (most common)",29,103, "", "Y", "5"]; 
Answers[106] = ["Straight wall style (gambrel roof)",29,104, "", "Y", "5"]; 
Answers[107] = ["Straight wall style (single slope roof)",29,105, "", "Y", "5"]; 
Answers[108] = ["Quonset (arch-style roof)",29,106, "", "Y", "5"]; 
Answers[109] = ["Unsure, please advise",29,107, "", "Y", "5"]; 
Answers[110] = ["Less than 500 sq. ft.",30,108, "", "Y", "5"]; 
Answers[111] = ["500 to 999 sq. ft.",30,109, "", "Y", "5"]; 
Answers[112] = ["1,000 to 4,999 sq. ft.",30,110, "", "Y", "5"]; 
Answers[113] = ["5,000 to 9,999 sq. ft.",30,111, "", "Y", "5"]; 
Answers[114] = ["More than 10,000 sq. ft.",30,112, "", "Y", "5"]; 
Answers[115] = ["ASAP",31,113, "", "Y", "5"]; 
Answers[116] = ["One month",31,114, "", "Y", "5"]; 
Answers[117] = ["Two months",31,115, "", "Y", "5"]; 
Answers[118] = ["Three months or more",31,116, "", "Y", "5"]; 
Answers[119] = ["Manufactured home (can be moved)",32,117, "", "Y", "6"]; 
Answers[120] = ["Modular home (sits on a foundation)",32,118, "", "Y", "6"]; 
Answers[121] = ["Unsure, please advise",32,119, "", "Y", "6"]; 
Answers[122] = ["Less than 500 sq. ft.",33,120, "", "Y", "6"]; 
Answers[123] = ["500 to 999 sq. ft.",33,121, "", "Y", "6"]; 
Answers[124] = ["1,000 to 1,999 sq. ft.",33,122, "", "Y", "6"]; 
Answers[125] = ["2,000 to 2,999 sq. ft.",33,123, "", "Y", "6"]; 
Answers[126] = ["More than 3,000 sq. ft.",33,124, "", "Y", "6"]; 
Answers[127] = ["ASAP",34,125, "", "Y", "6"]; 
Answers[128] = ["One month",34,126, "", "Y", "6"]; 
Answers[129] = ["Two months",34,127, "", "Y", "6"]; 
Answers[130] = ["Three months or more",34,128, "", "Y", "6"]; 