/*************************************************************************************************
 * info.js - This file contains the comments on the form fields, for the info pane               *
 *-----------------------------------------------+-----------------------------------------------*
 *                                               |                  Changelog:                   *
 *                                               +-----------------------------------------------*
 *                                               | 15-05-2006 - Script created                   *
 *                                               |                                               *
 *************************************************************************************************/

var info = { 'pilot_name_1'     : "Please enter your name in this field",
             'pilot_callsign_1' : "Please enter your callsign in this field",
             'pilot_email_1'    : "Please enter your e-mail address here.<br>This needs to be a working address, "
                                + "as we send the news letter and other important messages to this address.",
             'pilot_city_1'     : "Please enter your home town here, this could be handy for planning carpooling",
             'pilot_country_1'  : "Please select your country from the list",
             'pilot_thu_1'      : "Please select the days you plan to visit the LLTM",
             'pilot_fri_1'      : "Please select the days you plan to visit the LLTM",
             'pilot_sat_1'      : "Please select the days you plan to visit the LLTM",
             'pilot_sun_1'      : "Please select the days you plan to visit the LLTM",
             
             'squadron'         : "Please select your squadron from the list.<br>"
                                + "If your squadron isn't in the list, please select 'Other', "
                                + "and enter the squadron name in the textbox that appears.",
             'squadron_other'   : "Please supply your squadron name",
             'squadURL'         : "Please enter the link to your squadron's home page",
             
             'sec_f4af'         : "Please select the section you want to participate in.<br>"
                                + "You can only select one section, as you will be too busy "
                                + "to participate in more than one competition :)",
             'sec_lockon'       : "Please select the section you want to participate in.<br>"
                                + "You can only select one section, as you will be too busy "
                                + "to participate in more than one competition :)",
             'sec_il2'          : "Please select the section you want to participate in.<br>"
                                + "You can only select one section, as you will be too busy "
                                + "to participate in more than one competition :)",
             'sec_demo'         : "Please select the section you want to participate in.<br>"
                                + "You can only select one section, as you will be too busy "
                                + "to participate in more than one competition :)",
             'sec_free'         : "Please select the section you want to participate in.<br>"
                                + "You can only select one section, as you will be too busy "
                                + "to participate in more than one competition :)",
             'demo_sim'         : "Please select your flightsim from the list, or supply "
                                + "your sim in the box below",
             'demo_sim_other'   : "Please enter the name of your flightsim",
             'free_sim'         : "Please select your flightsim from the list, or supply "
                                + "your sim in the box below",
             'free_sim_other'   : "Please enter the name of your flightsim",

             'pitbuilders'      : "Check this box if you want to join the Pitbuilders section",
             'beamer'           : "Check this box if you bring one or more beamers with you, "
                                + "and fill in the number of beamers you plan to bring.",
             'beames'           : "Check this box if you bring one or more beamers with you, "
                                + "and fill in the number of beamers you plan to bring.",
             'space'            : "Check this box if you need extra space for e.g. a cockpit.<br>"
                                + "Leave this blank if you only need a table and a chair.",
             'extraspace'       : "Check this box if you need extra space for e.g. a cockpit.<br>"
                                + "Leave this blank if you only need a table and a chair.",
             'extraitems'       : "Here you can enter a list of items you plan to bring with you "
                                + "to add to the LLTM atmosphere.",

             'confirm'          : "Please read the <a href='http://www.lowlandtigermeet.com/2006/index.php?show=rules' target='_blank'>"
                                + "lltm rules</a> before you check this box"
           };


