var MAX_8d448b63 = '';
MAX_8d448b63 += "<"+"style type=\"text/css\">\n";
MAX_8d448b63 += "<"+"!--\n";
MAX_8d448b63 += ".required {\n";
MAX_8d448b63 += "color: #FF0000;\n";
MAX_8d448b63 += "font-size: x-small;\n";
MAX_8d448b63 += "}\n";
MAX_8d448b63 += "li {\n";
MAX_8d448b63 += "list-style-type: none;\n";
MAX_8d448b63 += "padding-top: 5px;\n";
MAX_8d448b63 += "margin-left: 20px;\n";
MAX_8d448b63 += "}\n";
MAX_8d448b63 += ".pulldown {\n";
MAX_8d448b63 += "width: 150px;\n";
MAX_8d448b63 += "}\n";
MAX_8d448b63 += "h3 {\n";
MAX_8d448b63 += "font-family: Arial, Helvetica, sans-serif;\n";
MAX_8d448b63 += "font-weight: bold;\n";
MAX_8d448b63 += "text-transform: capitalize;\n";
MAX_8d448b63 += "}\n";
MAX_8d448b63 += "-->\n";
MAX_8d448b63 += "<"+"/style>\n";
MAX_8d448b63 += "<"+"script type=\"text/javascript\">\n";
MAX_8d448b63 += "function myatm()\n";
MAX_8d448b63 += "{\n";
MAX_8d448b63 += "if (document.TENQ.creditcard.checked == true){\n";
MAX_8d448b63 += "document.getElementById(\'atm\').innerHTML=\' <"+"li class=\"custom\">Do you currently accept credit cards?<"+"br><"+"select name=\"Currently_Accept_CC\" id=\"Currently_Accept_CC\" class=\"pulldown\"><"+"option>Yes<"+"/option><"+"option>No<"+"/option><"+"/select><"+"/li><"+"li class=\"custom\">The majority of your credit cards are received: <"+"br><"+"select name=\"Majority_of_CC\" id=\"Majority_of_CC\" class=\"pulldown\"><"+"option selected>In Person or Mail<"+"/option><"+"option>Phone<"+"/option><"+"option>Internet<"+"/option><"+"/select><"+"br><"+"/li><"+"li class=\"custom\">Which credit cards do you currently accept? <"+"br><"+"select name=\"Cards_Accepted\" size=\"3\" id=\"Cards_Accepted\" class=\"pulldown\" multiple=\"multiple\"><"+"option>Visa<"+"/option><"+"option>Mastercard<"+"/option><"+"option>American Express<"+"/option><"+"option>Discover Diners Club<"+"/option><"+"option>Debit Cards<"+"/option><"+"/select><"+"/li><"+"li class=\"custom\">What is your average credit card value? <"+"br><"+"select name=\"Average_Ticket\" id=\"Average_Ticket\" class=\"pulldown\"><"+"option>$0 - 19<"+"/option><"+"option>$20 - 49<"+"/option><"+"option>$50 - 199<"+"/option><"+"option>$200 - 999<"+"/option><"+"option>$1,000 - 4,999<"+"/option><"+"option>$5,000+<"+"/option><"+"/select><"+"/li><"+"li class=\"custom\">What is your total check volume?<"+"br><"+"select name=\"Monthly_Volume\" id=\"Monthly_Volume\" class=\"pulldown\"><"+"option>$1 - 999<"+"/option><"+"option>$1,000 - 4,999<"+"/option><"+"option>$5,000 - 9,999<"+"/option><"+"option>$10,000 - 24,999<"+"/option><"+"option>$25,000 - 49,999<"+"/option><"+"option>$50,000 - 99,999<"+"/option><"+"option>$100,000 - 249,999<"+"/option><"+"option>$250,000 - 499,999<"+"/option><"+"option>$500,000+<"+"/option><"+"/select><"+"/li><"+"li>When do you need Credit Card Services? <"+"br> <"+"select name=\"Time_Frame\" id=\"Time_Frame\" class=\"pulldown\"><"+"option selected>ASAP<"+"/option><"+"option>1-2 Months<"+"/option><"+"option>2+ Months<"+"/option><"+"/select><"+"/li>\'}\n";
MAX_8d448b63 += "else document.getElementById(\'atm\').innerHTML=\'\';\n";
MAX_8d448b63 += "}\n";
MAX_8d448b63 += "var whitespace = \" \\t\\n\\r\";\n";
MAX_8d448b63 += "function isEmpty(s) {\n";
MAX_8d448b63 += "var i;\n";
MAX_8d448b63 += "if ((s == null) || (s.length == 0))\n";
MAX_8d448b63 += "return true;\n";
MAX_8d448b63 += "for (i = 0; i <"+" s.length; i++){\n";
MAX_8d448b63 += "var c = s.charAt(i);\n";
MAX_8d448b63 += "if (whitespace.indexOf(c) == -1)\n";
MAX_8d448b63 += "return false;\n";
MAX_8d448b63 += "}\n";
MAX_8d448b63 += "return true;\n";
MAX_8d448b63 += "}\n";
MAX_8d448b63 += "function validate() {\n";
MAX_8d448b63 += "var errorString = \"\", valid = true;\n";
MAX_8d448b63 += "if (isEmpty(document.TENQ.firstname.value)) {\n";
MAX_8d448b63 += "errorString += \"Customer name required!\\n\";\n";
MAX_8d448b63 += "valid = false;\n";
MAX_8d448b63 += "}\n";
MAX_8d448b63 += "if (isEmpty(document.TENQ.lastname.value)) {\n";
MAX_8d448b63 += "errorString += \"Customer name required!\\n\";\n";
MAX_8d448b63 += "valid = false;\n";
MAX_8d448b63 += "}\n";
MAX_8d448b63 += "if (isEmpty(document.TENQ.phone.value)) {\n";
MAX_8d448b63 += "errorString += \"Customer phone required!\\n\";\n";
MAX_8d448b63 += "valid = false;\n";
MAX_8d448b63 += "}\n";
MAX_8d448b63 += "if (isEmpty(document.TENQ.email.value)) {\n";
MAX_8d448b63 += "errorString += \"Customer email required!\\n\";\n";
MAX_8d448b63 += "valid = false;\n";
MAX_8d448b63 += "}\n";
MAX_8d448b63 += "else if (document.TENQ.email.value.indexOf(\"@\") == \"-1\") {\n";
MAX_8d448b63 += "errorString += \"Invalid email!\\n\";\n";
MAX_8d448b63 += "valid = false;\n";
MAX_8d448b63 += "}\n";
MAX_8d448b63 += "if (!valid)\n";
MAX_8d448b63 += "alert (errorString);\n";
MAX_8d448b63 += "return valid;\n";
MAX_8d448b63 += "}\n";
MAX_8d448b63 += "<"+"/script>\n";
MAX_8d448b63 += "<"+"/head>\n";
MAX_8d448b63 += "<"+"body>\n";
MAX_8d448b63 += "<"+"table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
MAX_8d448b63 += "<"+"tr>\n";
MAX_8d448b63 += "<"+"td colspan=\"2\">&nbsp;<"+"/td>\n";
MAX_8d448b63 += "<"+"/tr>\n";
MAX_8d448b63 += "<"+"tr>\n";
MAX_8d448b63 += "<"+"td width=\"117\" valign=\"top\"><"+"img src=\"http://triodisplay.com/ps/10_Questions.jpg\" alt=\"10 questions logo\" width=\"117\" height=\"79\" align=\"left\">	<"+"/td>\n";
MAX_8d448b63 += "<"+"td><"+"h2><"+"strong>Free Store Design Estimate from TRIO Display<"+"/strong><"+"/h2>\n";
MAX_8d448b63 += "These are the basic questions we ask so that we can provide you with our scope of services and a fee. Most of our clients have additional questions or concerns so please feel free to call us with any inquiries that you might have. We have also provided a <"+"a href=\"../resource/10_questions.pdf\" target=\"_parent\"> <"+"font color=\"#0000FF\">PDF\n";
MAX_8d448b63 += "version of the questions<"+"/font><"+"/a><"+"/td>\n";
MAX_8d448b63 += "<"+"/tr>\n";
MAX_8d448b63 += "<"+"tr>\n";
MAX_8d448b63 += "<"+"td colspan=\"2\"><"+"hr><"+"/td>\n";
MAX_8d448b63 += "<"+"/tr>\n";
MAX_8d448b63 += "<"+"tr>\n";
MAX_8d448b63 += "<"+"td colspan=\"2\">\n";
MAX_8d448b63 += "<"+"form action=\"http://www.triodisplay.com/ps/10_Questions2p.php\" method=\"POST\" name=\"TENQ\" onSubmit=\"return validate()\">\n";
MAX_8d448b63 += "<"+"h3>1) What are you selling? <"+"/h3>\n";
MAX_8d448b63 += "<"+"p>Clothing, gifts, wine, pets, surfboards, some combination\n";
MAX_8d448b63 += "of the above? We want to get a feel for the product mix\n";
MAX_8d448b63 += "early in the process. <"+"br>\n";
MAX_8d448b63 += "<"+"textarea name=\"1_What_are_you_selling\" cols=\"55\" rows=\"3\" id=\"question1\"><"+"/textarea>\n";
MAX_8d448b63 += "<"+"/p>\n";
MAX_8d448b63 += "<"+"h3>2) Do you have an existing store?<"+"/h3>\n";
MAX_8d448b63 += "<"+"table width=\"80%\" border=\"0\">\n";
MAX_8d448b63 += "<"+"tr>\n";
MAX_8d448b63 += "<"+"td width=\"73%\">No, I am starting a new store.<"+"/td>\n";
MAX_8d448b63 += "<"+"td width=\"27%\"><"+"input type=\"radio\" name=\"2_new_store\" value=\"starting new store\"><"+"/td>\n";
MAX_8d448b63 += "<"+"/tr>\n";
MAX_8d448b63 += "<"+"tr>\n";
MAX_8d448b63 += "<"+"td>Yes, but I am adding a new store.<"+"/td>\n";
MAX_8d448b63 += "<"+"td><"+"input type=\"radio\" name=\"new_store\" value=\"adding new store\"><"+"/td>\n";
MAX_8d448b63 += "<"+"/tr>\n";
MAX_8d448b63 += "<"+"tr>\n";
MAX_8d448b63 += "<"+"td>Yes, and I plan on upgrading the store<"+"/td>\n";
MAX_8d448b63 += "<"+"td><"+"input type=\"radio\" name=\"new_store\" value=\"upgrading store\"><"+"/td>\n";
MAX_8d448b63 += "<"+"/tr>\n";
MAX_8d448b63 += "<"+"tr>\n";
MAX_8d448b63 += "<"+"td colspan=\"2\">&nbsp;<"+"/td>\n";
MAX_8d448b63 += "<"+"/tr>\n";
MAX_8d448b63 += "<"+"tr>\n";
MAX_8d448b63 += "<"+"td colspan=\"2\">What\'s your store\'s current/proposed name:\n";
MAX_8d448b63 += "<"+"input name=\"2_store_name\" type=\"text\" id=\"9a_front_sign\" value=\"\" size=\"30\"><"+"/td>\n";
MAX_8d448b63 += "<"+"/tr>\n";
MAX_8d448b63 += "<"+"/table>\n";
MAX_8d448b63 += "<"+"p>Briefly describe the things about your store that you\n";
MAX_8d448b63 += "love, hate, want to change.<"+"br>\n";
MAX_8d448b63 += "<"+"textarea name=\"2_Describe_your_store\" cols=\"55\" rows=\"3\" id=\"question2\"><"+"/textarea>\n";
MAX_8d448b63 += "<"+"/p>\n";
MAX_8d448b63 += "<"+"h3>3) Are you experienced?<"+"/h3>\n";
MAX_8d448b63 += "<"+"p>Assuming you don&rsquo;t have an existing shop we want\n";
MAX_8d448b63 += "to know what your background is. If you are an ex-web programmer\n";
MAX_8d448b63 += "about to open a wine and gift shop we want to know. Clients\n";
MAX_8d448b63 += "without retail experience typically require a little more\n";
MAX_8d448b63 += "care and feeding.<"+"br>\n";
MAX_8d448b63 += "<"+"textarea name=\"3_Are_you_experienced\" cols=\"55\" rows=\"3\" id=\"textarea2\"><"+"/textarea>\n";
MAX_8d448b63 += "<"+"/p>\n";
MAX_8d448b63 += "<"+"h3>4) Who are your competitors and how will you be different?<"+"/h3>\n";
MAX_8d448b63 += "<"+"p>We are very interested in your vision. Your store concept\n";
MAX_8d448b63 += "may be based on a lack of competition, a novel approach\n";
MAX_8d448b63 += "to an existing business model, an altogether new concept,\n";
MAX_8d448b63 += "better value or exceptional service. We want to know why\n";
MAX_8d448b63 += "you think you will be able to compete in your marketplace.\n";
MAX_8d448b63 += "What makes you special?<"+"br>\n";
MAX_8d448b63 += "<"+"textarea name=\"4_Who_are_your_competitors\" cols=\"55\" rows=\"3\" id=\"textarea3\"><"+"/textarea>\n";
MAX_8d448b63 += "<"+"/p>\n";
MAX_8d448b63 += "<"+"h3>5) What type of a shopping venue are you going in to?<"+"/h3>\n";
MAX_8d448b63 += "<"+"p>A mall, strip center, power center, main street, amusement\n";
MAX_8d448b63 += "or entertainment venue? How hard will it be to drive customers\n";
MAX_8d448b63 += "to your store? Is the location worth the rent? Have you\n";
MAX_8d448b63 += "talked to merchants who are already in the center? How\n";
MAX_8d448b63 += "long has the space been vacant? Location, location, location\n";
MAX_8d448b63 += "is a valid concept and we want to help you determine if\n";
MAX_8d448b63 += "you made (or are about to make) the right choice.<"+"br>\n";
MAX_8d448b63 += "<"+"textarea name=\"5_Type_of_shopping_venue\" cols=\"55\" rows=\"3\" id=\"textarea4\"><"+"/textarea>\n";
MAX_8d448b63 += "<"+"/p>\n";
MAX_8d448b63 += "<"+"h3>6) Is the lease signed and if so what allowances have\n";
MAX_8d448b63 += "been offered to you? (if any) <"+"/h3>\n";
MAX_8d448b63 += "<"+"p>When we help our clients develop a budget we want to know\n";
MAX_8d448b63 += "if the landlord is pitching in. If you can get either free\n";
MAX_8d448b63 += "rent or tenant improvement allowances you may have more\n";
MAX_8d448b63 += "money to work with in the design and construction of your\n";
MAX_8d448b63 += "store.<"+"br>\n";
MAX_8d448b63 += "<"+"textarea name=\"6_lease_signed\" cols=\"55\" rows=\"3\" id=\"textarea5\"><"+"/textarea>\n";
MAX_8d448b63 += "<"+"/p>\n";
MAX_8d448b63 += "<"+"h3>7) Do you have an idea of the way you want the shop to\n";
MAX_8d448b63 += "look?<"+"/h3>\n";
MAX_8d448b63 += "<"+"p>We don&rsquo;t necessarily want to start from scratch.\n";
MAX_8d448b63 += "If you&rsquo;ve seen elements in other stores that you\n";
MAX_8d448b63 += "really like then we may want to pull some of those in to\n";
MAX_8d448b63 += "your shop. It could be a type of flooring or certain fixtures,\n";
MAX_8d448b63 += "colors or lights. Maybe graphics or props. Please keep\n";
MAX_8d448b63 += "in mind that your input is very valuable to us. This is\n";
MAX_8d448b63 += "a collaborative process and we work closely with our customers\n";
MAX_8d448b63 += "to develop a store that will look good, sell goods and\n";
MAX_8d448b63 += "hit the targeted budget and time frame.<"+"br>\n";
MAX_8d448b63 += "<"+"textarea name=\"7_Look_of_shop\" cols=\"55\" rows=\"3\" id=\"textarea6\"><"+"/textarea>\n";
MAX_8d448b63 += "<"+"/p>\n";
MAX_8d448b63 += "<"+"h3>8) When do you want to open?<"+"/h3>\n";
MAX_8d448b63 += "<"+"p>Most of our clients need help determining how long the\n";
MAX_8d448b63 += "process typically takes. If a permit is required City Hall\n";
MAX_8d448b63 += "can slow the timing down as your plans wind there way through\n";
MAX_8d448b63 += "inspection, corrections, revisions , re-inspection and\n";
MAX_8d448b63 += "approval. If a permit can be avoided the process speeds\n";
MAX_8d448b63 += "up dramatically. We&rsquo;ve opened stores within 10 days\n";
MAX_8d448b63 += "of meeting a client for the first time. We have also worked\n";
MAX_8d448b63 += "on projects that took several years to complete.<"+"/p>\n";
MAX_8d448b63 += "<"+"table width=\"78%\" border=\"0\">\n";
MAX_8d448b63 += "<"+"tr>\n";
MAX_8d448b63 += "<"+"td width=\"73%\">When is your project deadline?<"+"/td>\n";
MAX_8d448b63 += "<"+"td width=\"27%\"><"+"input name=\"8_project_deadline\" type=\"text\" id=\"project_deadline\" size=\"10\"><"+"/td>\n";
MAX_8d448b63 += "<"+"/tr>\n";
MAX_8d448b63 += "<"+"/table>\n";
MAX_8d448b63 += "<"+"p>\n";
MAX_8d448b63 += "<"+"textarea name=\"8_when_do_you_open\" cols=\"55\" rows=\"3\" id=\"textarea7\"><"+"/textarea>\n";
MAX_8d448b63 += "<"+"/p>\n";
MAX_8d448b63 += "<"+"h3>9) What&rsquo;s the budget for construction?<"+"/h3>\n";
MAX_8d448b63 += "<"+"p>Producing a retail store requires a series of construction\n";
MAX_8d448b63 += "related expenditures that have nothing to do with the merchandise\n";
MAX_8d448b63 += "to be sold, the rent or the costs of insurance, phones,\n";
MAX_8d448b63 += "licenses, etc. These construction expenses include:<"+"/p>\n";
MAX_8d448b63 += "<"+"p><"+"strong>A)<"+"/strong> The front sign which typically will\n";
MAX_8d448b63 += "have to be designed per the landlord and the cities mandate.<"+"br>\n";
MAX_8d448b63 += "<"+"input name=\"9a_front_sign\" type=\"text\" id=\"textarea8\" value=\"\" size=\"30\">\n";
MAX_8d448b63 += "<"+"/p>\n";
MAX_8d448b63 += "<"+"p><"+"strong>B)<"+"/strong> The store shell has to be completed\n";
MAX_8d448b63 += "unless you are being given a vanilla shell or are taking\n";
MAX_8d448b63 += "over an existing space. The completed shell expenses will\n";
MAX_8d448b63 += "include HVAC, paint, flooring,ceiling, lighting, sprinklers,\n";
MAX_8d448b63 += "demising walls for back rooms, offices and dressing rooms,\n";
MAX_8d448b63 += "architectural fees (if a permit is required) building permits,\n";
MAX_8d448b63 += "etc. What we call &ldquo;the hard construction costs.&rdquo;<"+"br>\n";
MAX_8d448b63 += "<"+"input name=\"9b_store_shell\" type=\"text\" id=\"question9a\" value=\"\" size=\"30\">\n";
MAX_8d448b63 += "<"+"/p>\n";
MAX_8d448b63 += "<"+"p><"+"strong>C)<"+"/strong> The counter and display fixtures have\n";
MAX_8d448b63 += "the most options for value engineering. We can dial the\n";
MAX_8d448b63 += "look and finish of the fixtures up or down based on budget.\n";
MAX_8d448b63 += "Some venues have higher prices for fixtures. For instance\n";
MAX_8d448b63 += "prices in the northeast and northwest are much higher then\n";
MAX_8d448b63 += "in the southwest and southeast. <"+"br>\n";
MAX_8d448b63 += "<"+"input name=\"9c_counter_and_displays\" type=\"text\" id=\"question9c\" value=\"\" size=\"30\">\n";
MAX_8d448b63 += "<"+"/p>\n";
MAX_8d448b63 += "<"+"p><"+"strong>D)<"+"/strong> The fluff:<"+"br>\n";
MAX_8d448b63 += "Graphics, video, interior signage, props, sound, smell,\n";
MAX_8d448b63 += "the elements in the store that make it special also need\n";
MAX_8d448b63 += "to be budgeted . Again, these can be value engineered\n";
MAX_8d448b63 += "but they must be present in some form in order to make\n";
MAX_8d448b63 += "the store special.<"+"br>\n";
MAX_8d448b63 += "<"+"input name=\"9d_fluff\" type=\"text\" id=\"question9a3\" value=\"\" size=\"30\">\n";
MAX_8d448b63 += "<"+"/p>\n";
MAX_8d448b63 += "<"+"p><"+"strong>E)<"+"/strong> Point of Sale:<"+"br>\n";
MAX_8d448b63 += "Cash registers, credit card machines, and the software\n";
MAX_8d448b63 += "that runs them..<"+"br>\n";
MAX_8d448b63 += "<"+"!--    <"+"input name=\"question9E\" type=\"text\" id=\"question9d\" value=\"\" size=\"30\"> -->\n";
MAX_8d448b63 += "<"+"input name=\"9e_poscc\" type=\"text\" id=\"9d_fluff\" value=\"\" size=\"30\">\n";
MAX_8d448b63 += "<"+"/p>\n";
MAX_8d448b63 += "<"+"p><"+"strong>F)<"+"/strong> Other Services<"+"br>\n";
MAX_8d448b63 += "Would you like to receive information on:<"+"br>\n";
MAX_8d448b63 += "<"+"input name=\"creditcard\" type=\"checkbox\" id=\"creditcard\" value=\"true\" onClick=\"myatm()\">\n";
MAX_8d448b63 += "Credit Card Services<"+"/p>\n";
MAX_8d448b63 += "<"+"table><"+"tr><"+"td id=\"atm\">		   <"+"/td><"+"/tr><"+"/table>\n";
MAX_8d448b63 += "<"+"p>We determine a budget early in the process so we don\'t\n";
MAX_8d448b63 += "design a Porsche when funds are only available for a Volkswagen,\n";
MAX_8d448b63 += "Further, we don\'t want to design the store twice. If you\n";
MAX_8d448b63 += "have a brother in law who&rsquo;s a plumber, electrician,\n";
MAX_8d448b63 += "carpet manufacturer, cabinet shop or any of the above we\n";
MAX_8d448b63 += "can factor that in to the projected budget and allocate\n";
MAX_8d448b63 += "our resources elsewhere. <"+"/p>\n";
MAX_8d448b63 += "<"+"h3>10) Where are you?<"+"/h3>\n";
MAX_8d448b63 += "<"+"p>Much of our work is done via e-mail, fax and FedEx however,\n";
MAX_8d448b63 += "if the job is sizable we often have several on site meetings.\n";
MAX_8d448b63 += "Our head designer Jeff Grant spends time on the road every\n";
MAX_8d448b63 += "week visiting clients around the country.<"+"/p>\n";
MAX_8d448b63 += "<"+"table width=\"400\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
MAX_8d448b63 += "<"+"tr>\n";
MAX_8d448b63 += "<"+"td>Address 1 <"+"/td>\n";
MAX_8d448b63 += "<"+"td><"+"input name=\"q10_address1\" type=\"text\" id=\"textarea9\" value=\"\" size=\"30\"><"+"/td>\n";
MAX_8d448b63 += "<"+"/tr>\n";
MAX_8d448b63 += "<"+"tr>\n";
MAX_8d448b63 += "<"+"td>Address 2 <"+"/td>\n";
MAX_8d448b63 += "<"+"td><"+"input name=\"q10_address2\" type=\"text\" id=\"q10_address1\" value=\"\" size=\"30\"><"+"/td>\n";
MAX_8d448b63 += "<"+"/tr>\n";
MAX_8d448b63 += "<"+"tr>\n";
MAX_8d448b63 += "<"+"td>City<"+"/td>\n";
MAX_8d448b63 += "<"+"td><"+"input name=\"q10_city\" type=\"text\" id=\"q10_address12\" value=\"\" size=\"30\"><"+"/td>\n";
MAX_8d448b63 += "<"+"/tr>\n";
MAX_8d448b63 += "<"+"tr>\n";
MAX_8d448b63 += "<"+"td>State<"+"/td>\n";
MAX_8d448b63 += "<"+"td><"+"input name=\"q10_state\" type=\"text\" id=\"q10_address14\" value=\"\" size=\"5\" maxlength=\"2\"><"+"/td>\n";
MAX_8d448b63 += "<"+"/tr>\n";
MAX_8d448b63 += "<"+"tr>\n";
MAX_8d448b63 += "<"+"td>Zip Code <"+"/td>\n";
MAX_8d448b63 += "<"+"td><"+"input name=\"q10_zip\" type=\"text\" id=\"q10_address142\" value=\"\" size=\"30\"><"+"/td>\n";
MAX_8d448b63 += "<"+"/tr>\n";
MAX_8d448b63 += "<"+"/table>\n";
MAX_8d448b63 += "<"+"p><"+"br>\n";
MAX_8d448b63 += "<"+"/p>\n";
MAX_8d448b63 += "<"+"table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
MAX_8d448b63 += "<"+"tr>\n";
MAX_8d448b63 += "<"+"td><"+"span class=\"required\">*<"+"/span> First Name: <"+"/td>\n";
MAX_8d448b63 += "<"+"td><"+"input name=\"firstname\" type=\"text\" id=\"name\" value=\"\" size=\"30\"><"+"/td>\n";
MAX_8d448b63 += "<"+"/tr>\n";
MAX_8d448b63 += "<"+"tr>\n";
MAX_8d448b63 += "<"+"td><"+"span class=\"required\">*<"+"/span> Last Name: <"+"/td>\n";
MAX_8d448b63 += "<"+"td><"+"input name=\"lastname\" type=\"text\" id=\"name\" value=\"\" size=\"30\"><"+"/td>\n";
MAX_8d448b63 += "<"+"/tr>\n";
MAX_8d448b63 += "<"+"tr>\n";
MAX_8d448b63 += "<"+"td><"+"span class=\"required\">*<"+"/span> Email:<"+"/td>\n";
MAX_8d448b63 += "<"+"td><"+"input name=\"email\" type=\"text\" id=\"email\" value=\"\" size=\"30\"><"+"/td>\n";
MAX_8d448b63 += "<"+"/tr>\n";
MAX_8d448b63 += "<"+"tr>\n";
MAX_8d448b63 += "<"+"td><"+"span class=\"required\">*<"+"/span> Phone:<"+"/td>\n";
MAX_8d448b63 += "<"+"td><"+"input name=\"phone\" type=\"text\" id=\"phone\" value=\"\" size=\"3\" maxlength=\"3\">\n";
MAX_8d448b63 += "-\n";
MAX_8d448b63 += "<"+"input name=\"phone2\" type=\"text\" id=\"phone2\" value=\"\" size=\"3\" maxlength=\"3\">\n";
MAX_8d448b63 += "-\n";
MAX_8d448b63 += "<"+"input name=\"phone3\" type=\"text\" id=\"phone3\" value=\"\" size=\"4\" maxlength=\"4\"><"+"/td>\n";
MAX_8d448b63 += "<"+"/tr>\n";
MAX_8d448b63 += "<"+"tr>\n";
MAX_8d448b63 += "<"+"td colspan=\"2\"><"+"span class=\"required\">* required field<"+"/span><"+"/td>\n";
MAX_8d448b63 += "<"+"/tr>\n";
MAX_8d448b63 += "<"+"/table>\n";
MAX_8d448b63 += "<"+"input type=\"submit\" name=\"Submit\" value=\"Submit\">\n";
MAX_8d448b63 += "<"+"input type=\"reset\" name=\"Submit2\" value=\"Reset\">\n";
MAX_8d448b63 += "<"+"p> After you review these questions, please type out some\n";
MAX_8d448b63 += "answers and send them back to <"+"a href=\"mailto:jeff@triodisplay.com?subject=Ten Questions Start Our Design Process&body=\n";
MAX_8d448b63 += "1. What are you selling? <"+"BR><"+"BR>\n";
MAX_8d448b63 += "2. Do you have an existing store?<"+"BR><"+"BR>\n";
MAX_8d448b63 += "3. Are you experienced?<"+"BR><"+"BR>\n";
MAX_8d448b63 += "4. Who are your competitors and how will you be different?<"+"BR><"+"BR>\n";
MAX_8d448b63 += "5. What type of a shopping venue are you going in to?<"+"BR><"+"BR>\n";
MAX_8d448b63 += "6. Is the lease signed and if so what allowances have been offered to you?<"+"BR><"+"BR>\n";
MAX_8d448b63 += "7. Do you have an idea of the way you want the shop to look?<"+"BR><"+"BR>\n";
MAX_8d448b63 += "8. When do you want to open?<"+"BR><"+"BR>\n";
MAX_8d448b63 += "9. What\'s the budget for construction?<"+"BR><"+"BR>\n";
MAX_8d448b63 += "10. Where\'s your store?\"> <"+"font color=\"#0000FF\">Jeff Grant at TRIO<"+"/font><"+"/a> or\n";
MAX_8d448b63 += "give us a call so we can discuss your project. Once we\n";
MAX_8d448b63 += "evaluate your answers to these questions we can provide\n";
MAX_8d448b63 += "design ideas, fee information and timing.<"+"/p>\n";
MAX_8d448b63 += "<"+"p>Thanks for your input and we look forward to hearing from\n";
MAX_8d448b63 += "you<"+"/p>\n";
MAX_8d448b63 += "<"+"/form><"+"/td>\n";
MAX_8d448b63 += "<"+"/tr>\n";
MAX_8d448b63 += "<"+"/table>\n";
MAX_8d448b63 += "<"+"?php\n";
MAX_8d448b63 += "echo \"test\";\n";
MAX_8d448b63 += "?>\n";
MAX_8d448b63 += "<"+"/body>\n";
MAX_8d448b63 += "<"+"/html><"+"div id=\'beacon_8\' style=\'position: absolute; left: 0px; top: 0px; visibility: hidden;\'><"+"img src=\'http://ads.leadsystem.com/www/delivery/lg.php?bannerid=8&amp;campaignid=4&amp;zoneid=0&amp;channel_ids=,&amp;cb=b620560008\' width=\'0\' height=\'0\' alt=\'\' style=\'width: 0px; height: 0px;\' /><"+"/div><"+"b>Brad is here<"+"/b>\n";
document.write(MAX_8d448b63);
