//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] = ["About how often would you like to send email campaigns each month?", 1];
Questions[2] = ["About how many individual emails will you be sending out each mailing?", 1];
Questions[3] = ["When will you want to begin the email marketing campaign?", 1];

Questions[4] = ["What kind of list would you like?", 2];
Questions[5] = ["Who are you trying to contact with your marketing campaign?", 2];
Questions[6] = ["About how many names would you like to receive your marketing material?", 2];
Questions[7] = ["When will you puchase a list?", 2];

Questions[8] = ["What type of mail would you like to send?", 3];
Questions[9] = ["What kind of service would you like?", 3];
Questions[10] = ["About how many pieces would you like to send in your direct mail campaign?", 3];
Questions[11] = ["When would you like to launch your direct mail campaign?", 3];

Questions[12] = ["Would you like just the gift cards, the card processing system, or both?", 4];
Questions[13] = ["About how many pieces would you like to send in your direct mail campaign?", 4];
Questions[14] = ["When would you like to launch your gift card campaign?", 4];

Questions[15] = ["What type of promotional products would you like?", 5];
Questions[16] = ["What is your target price for each promotional product?", 5];
Questions[17] = ["About how many promotional product pieces would you like?", 5];
Questions[18] = ["When would you like the promotional products delivered?", 5];

Questions[19] = ["What type of video are you making?", 6];
Questions[20] = ["How long do you expect the completed video to be?", 6];
Questions[21] = ["When would you like the video completed?", 6];

Questions[22] = ["What type of graphic design services would you like?", 7];
Questions[23] = ["When would you like the graphic design work completed?", 7];

Questions[24] = ["What type of website design services would you like?", 8];
Questions[25] = ["Would you like design services, website development, and/or hosting help for your website?", 8];
Questions[26] = ["When would you like the website design work started?", 8];

Questions[27] = ["What type of search engine services would you like?", 9];
Questions[28] = ["If you are using search engine marketing (pay-per-click), what is your estimated monthy media budget?", 9];
Questions[29] = ["When would you like to start your search engine campaign?", 9];
Questions[30] = ["What is your total estimated budget for this project?", 8];
// 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 1 time per month",1,1, "", "Y", "1"];
Answers[2] = ["1-2 times",1,2, "", "Y", "1"];
Answers[3] = ["3-4 times",1,3, "", "Y", "1"];
Answers[4] = ["5-9 times",1,4, "", "Y", "1"];
Answers[5] = ["10 or more times",1,5, "", "Y", "1"];
Answers[6] = ["Less than 1,000",2,6, "", "Y", "1"];
Answers[7] = ["1,000-4,999",2,7, "", "Y", "1"];
Answers[8] = ["5,000-9,999",2,8, "", "Y", "1"];
Answers[9] = ["10,000-99,999",2,9, "", "Y", "1"];
Answers[10] = ["100,000-499,999",2,10, "", "Y", "1"];
Answers[11] = ["500,000 or more",2,11, "", "Y", "1"];
Answers[12] = ["ASAP",3,12, "", "Y", "1"];
Answers[13] = ["One month",3,13, "", "Y", "1"];
Answers[14] = ["Two months",3,14, "", "Y", "1"];
Answers[15] = ["Three months or more",3,15, "", "Y", "1"];
Answers[16] = ["Direct mail and/or postal mail lists",4,16, "", "Y", "2"];
Answers[17] = ["Permission-based email lists",4,17, "", "Y", "2"];
Answers[18] = ["Both",4,18, "", "Y", "2"];
Answers[19] = ["Businesses",5,19, "", "Y", "2"];
Answers[20] = ["Consumers",5,20, "", "Y", "2"];
Answers[21] = ["Both",5,21, "", "Y", "2"];
Answers[22] = ["Less than 10,000",6,22, "", "Y", "2"];
Answers[23] = ["10,000-19,999",6,23, "", "Y", "2"];
Answers[24] = ["20,000-49,999",6,24, "", "Y", "2"];
Answers[25] = ["50,000-99,999",6,25, "", "Y", "2"];
Answers[26] = ["100,000 or more",6,26, "", "Y", "2"];
Answers[27] = ["ASAP",7,27, "", "Y", "2"];
Answers[28] = ["One month",7,28, "", "Y", "2"];
Answers[29] = ["Two months",7,29, "", "Y", "2"];
Answers[30] = ["Three months or more",7,30, "", "Y", "2"];
Answers[31] = ["Newsletter",8,31, "", "Y", "3"];
Answers[32] = ["Catalog",8,32, "", "Y", "3"];
Answers[33] = ["Pamphlet/brochure",8,33, "", "Y", "3"];
Answers[34] = ["Postcard",8,34, "", "Y", "3"];
Answers[35] = ["Other",8,35, "", "Y", "3"];
Answers[36] = ["Send only",9,36, "", "Y", "3"];
Answers[37] = ["Print and send only",9,37, "", "Y", "3"];
Answers[38] = ["Design, print and send",9,38, "", "Y", "3"];
Answers[39] = ["Other",9,39, "", "Y", "3"];
Answers[40] = ["Less than 10,000",10,40, "", "Y", "3"];
Answers[41] = ["10,000-24,999",10,41, "", "Y", "3"];
Answers[42] = ["25,000-49,999",10,42, "", "Y", "3"];
Answers[43] = ["50,000-99,999",10,43, "", "Y", "3"];
Answers[44] = ["100,000 or more",10,44, "", "Y", "3"];
Answers[45] = ["ASAP",11,45, "", "Y", "3"];
Answers[46] = ["One month",11,46, "", "Y", "3"];
Answers[47] = ["Two months",11,47, "", "Y", "3"];
Answers[48] = ["Three months or more",11,48, "", "Y", "3"];
Answers[49] = ["Gift cards only",12,49, "", "Y", "4"];
Answers[50] = ["Processing system only",12,50, "", "Y", "4"];
Answers[51] = ["Both gift cards and the processing system",12,51, "", "Y", "4"];
Answers[52] = ["Unsure, please advise",12,52, "", "Y", "4"];
Answers[53] = ["Less than 500",13,53, "", "Y", "4"];
Answers[54] = ["500-999",13,54, "", "Y", "4"];
Answers[55] = ["1,000-4,999",13,55, "", "Y", "4"];
Answers[56] = ["5,000-9,999",13,56, "", "Y", "4"];
Answers[57] = ["10,000 or more",13,57, "", "Y", "4"];
Answers[58] = ["ASAP",14,58, "", "Y", "4"];
Answers[59] = ["One month",14,59, "", "Y", "4"];
Answers[60] = ["Two months",14,60, "", "Y", "4"];
Answers[61] = ["Three months or more",14,61, "", "Y", "4"];
Answers[62] = ["Wearables (shirts, hats, etc.)",15,62, "", "Y", "5"];
Answers[63] = ["Glassware (mugs, cups, sports bottles, etc.)",15,63, "", "Y", "5"];
Answers[64] = ["Electronics",15,64, "", "Y", "5"];
Answers[65] = ["Bags (totes, backpacks, etc.)",15,65, "", "Y", "5"];
Answers[66] = ["Eco/environmentally friendly",15,66, "", "Y", "5"];
Answers[67] = ["Other",15,67, "", "Y", "5"];
Answers[68] = ["Less than $1 per item",16,68, "", "Y", "5"];
Answers[69] = ["$1.00-$2.49",16,69, "", "Y", "5"];
Answers[70] = ["$2.50-$4.99",16,70, "", "Y", "5"];
Answers[71] = ["$5.00-$9.99",16,71, "", "Y", "5"];
Answers[72] = ["$10.00-$19.99",16,72, "", "Y", "5"];
Answers[73] = ["$20.00 or more",16,73, "", "Y", "5"];
Answers[74] = ["Less than 500",17,74, "", "Y", "5"];
Answers[75] = ["500-999",17,75, "", "Y", "5"];
Answers[76] = ["1,000-4,999",17,76, "", "Y", "5"];
Answers[77] = ["5,000-9,999",17,77, "", "Y", "5"];
Answers[78] = ["10,000 or more",17,78, "", "Y", "5"];
Answers[79] = ["ASAP",18,79, "", "Y", "5"];
Answers[80] = ["One month",18,80, "", "Y", "5"];
Answers[81] = ["Two months",18,81, "", "Y", "5"];
Answers[82] = ["Three months or more",18,82, "", "Y", "5"];
Answers[83] = ["Commercial",19,83, "", "Y", "6"];
Answers[84] = ["Internet videos",19,84, "", "Y", "6"];
Answers[85] = ["Training/educational",19,85, "", "Y", "6"];
Answers[86] = ["Electronic press kit/PR",19,86, "", "Y", "6"];
Answers[87] = ["Other",19,87, "", "Y", "6"];
Answers[88] = ["Less than 10 minutes",20,88, "", "Y", "6"];
Answers[89] = ["10-29 minutes",20,89, "", "Y", "6"];
Answers[90] = ["30-59 minutes",20,90, "", "Y", "6"];
Answers[91] = ["60-120 minutes",20,91, "", "Y", "6"];
Answers[92] = ["More than 2 hours",20,92, "", "Y", "6"];
Answers[93] = ["ASAP",21,93, "", "Y", "6"];
Answers[94] = ["One month",21,94, "", "Y", "6"];
Answers[95] = ["Two months",21,95, "", "Y", "6"];
Answers[96] = ["Three months or more",21,96, "", "Y", "6"];
Answers[97] = ["Printed collateral (catalog, brochure, direct mail, etc.)",22,97, "", "Y", "7"];
Answers[98] = ["Online ad design (banner ads, pop up ads, etc.)",22,98, "", "Y", "7"];
Answers[99] = ["Animated presentation (flash, powerpoint, etc.)",22,99, "", "Y", "7"];
Answers[100] = ["Website-related graphic design",22,100, "", "Y", "7"];
Answers[101] = ["New logo or corporate identity",22,101, "", "Y", "7"];
Answers[102] = ["Email design",22,102, "", "Y", "7"];
Answers[103] = ["Other",22,103, "", "Y", "7"];
Answers[104] = ["ASAP",23,104, "", "Y", "7"];
Answers[105] = ["One month",23,105, "", "Y", "7"];
Answers[106] = ["Two months",23,106, "", "Y", "7"];
Answers[107] = ["Three months or more",23,107, "", "Y", "7"];
Answers[108] = ["General website",24,108, "", "Y", "8"];
Answers[109] = ["eCommerce site (transaction capabilities)",24,109, "", "Y", "8"];
Answers[110] = ["Social networking site",24,110, "", "Y", "8"];
Answers[111] = ["Other",24,111, "", "Y", "8"];
Answers[112] = ["Design only",25,112, "", "Y", "8"];
Answers[113] = ["Design and development",25,113, "", "Y", "8"];
Answers[114] = ["Design, development and hosting",25,114, "", "Y", "8"];
Answers[115] = ["ASAP",26,115, "", "Y", "8"];
Answers[116] = ["One month",26,116, "", "Y", "8"];
Answers[117] = ["Two months",26,117, "", "Y", "8"];
Answers[118] = ["Three months or more",26,118, "", "Y", "8"];
Answers[119] = ["Search engine optimization (natural or organic search)",27,119, "", "Y", "9"];
Answers[120] = ["Search engine marketing (pay-per-click)",27,120, "", "Y", "9"];
Answers[121] = ["Ad-network",27,121, "", "Y", "9"];
Answers[122] = ["Social media and/or viral marketing",27,122, "", "Y", "9"];
Answers[123] = ["Unsure, please advise",27,123, "", "Y", "9"];
Answers[124] = ["Less than $5000 per month",28,124, "", "Y", "9"];
Answers[125] = ["$5000-$9,999",28,125, "", "Y", "9"];
Answers[126] = ["$10,000-$49,999",28,126, "", "Y", "9"];
Answers[127] = ["$50,000-$99,999",28,127, "", "Y", "9"];
Answers[128] = ["$100,000 or more",28,128, "", "Y", "9"];
Answers[129] = ["ASAP",29,129, "", "Y", "9"];
Answers[130] = ["One month",29,130, "", "Y", "9"];
Answers[131] = ["Two months",29,131, "", "Y", "9"];
Answers[132] = ["Three months or more",29,132, "", "Y", "9"];

Answers[133] = ["$500-999",30,135, "", "Y", "8"];
Answers[134] = ["$1,000-1,499",30,133, "", "Y", "8"];
Answers[135] = ["$1,500-2,499",30,137, "", "Y", "8"];
Answers[136] = ["$2,500-4,999",30,134, "", "Y", "8"];
Answers[137] = ["$5,000-9,999",30,138, "", "Y", "8"]; 
Answers[138] = ["$10,000+",30,136, "", "Y", "8"];




