var field_explanation = new Object();

field_explanation["pay_to_email"] = "Email address of the merchant's moneybookers.com account";

field_explanation["transaction_id"] = "Reference or identification number provided by the merchant.";

field_explanation["return_url"] = "URL to which the customer will be returned when the payment is made. If this field is not filled, the merchant gateway window will simply close automatically at the end of the transaction, so that the customer will be returned to the last page on the merchant's website where he has been before.";

field_explanation["cancel_url"] = "URL to which the customer will be returned if the payment process is cancelled. If this field is not filled, the merchant gateway window will simply close automatically upon clicking the cancellation button, so the customer will be returned to the last page on the merchant's website where the customer has been before.";

field_explanation["status_url"] = "URL to which the transaction details will be posted after the payment process is complete. You may also specify an email address to which you would like to receive the results. If you do not specify anything you will not receive a notification.";

field_explanation["language"] = "2-letter code of the language used for moneybookers' pages. Can be any of EN, DE, ES, FR";

field_explanation["merchant_fields"] = "A comma-separated list of field names that should be passed back to the merchant's server when the payment is confirmed at moneybookers.com (maximum 5 fields).";

field_explanation["pay_from_email"] = "Email address of the customer who is making the payment. If left emtpy, the customer has to enter his email address himself.";

field_explanation["amount2_description"] = "Merchant may specify a detailed calculation for the total amount payable. Please note that moneybookers does not check the validity of these data - they are only displayed in the details section of Step 2 of the payment process.";
field_explanation["amount2"] = "This amount in the currency defined in field 'currency' will be shown next to amount2_description.";

field_explanation["amount3_description"] = "Merchant may specify a detailed calculation for the total amount payable. Please note that moneybookers does not check the validity of these data - they are only displayed in the details section of Step 2 of the payment process.";
field_explanation["amount3"] = "This amount in the currency defined in field 'currency' will be shown next to amount3_description.";

field_explanation["amount4_description"] = "Merchant may specify a detailed calculation for the total amount payable. Please note that moneybookers does not check the validity of these data - they are only displayed in the details section of Step 2 of the payment process.";
field_explanation["amount4"] = "This amount in the currency defined in field 'currency' will be shown next to amount3_description.";

field_explanation["currency"] = "3-letter code of the currency of the amount according to ISO 4217 (see Annex I of the manual for accepted currencies)";

field_explanation["detail1_description"] = "Merchant may show up to 5 details about the product or transfer in the \"Payment Details\" section of Step 2 of the process. The detail1_descritpion is shown on the left side. ";
field_explanation["detail1_text"] = "The detail1_text is shown on the right side of the \"Payment Details\" section. The detail1_text is also shown to the client in his history at moneybookers' website.";

field_explanation["detail2_description"] = "Merchant may show up to 5 details about the product or transfer in the \"Payment Details\" section of Step 2 of the process. The detail2_descritpion is shown on the left side. ";
field_explanation["detail2_text"] = "The detail2_text is shown on the right side of the \"Payment Details\" section.";

field_explanation["detail3_description"] = "Merchant may show up to 5 details about the product or transfer in the \"Payment Details\" section of Step 2 of the process. The detail3_descritpion is shown on the left side. ";
field_explanation["detail3_text"] = "The detail3_text is shown on the right side of the \"Payment Details\" section.";

field_explanation["detail4_description"] = "Merchant may show up to 5 details about the product or transfer in the \"Payment Details\" section of Step 2 of the process. The detail4_descritpion is shown on the left side. ";
field_explanation["detail4_text"] = "The detail4_text is shown on the right side of the \"Payment Details\" section.";

field_explanation["detail5_description"] = "Merchant may show up to 5 details about the product or transfer in the \"Payment Details\" section of Step 2 of the process. The detail5_descritpion is shown on the left side. ";
field_explanation["detail5_text"] = "The detail5_text is shown on the right side of the \"Payment Details\" section.";


field_explanation["firstname"] = "Customer's firstname";
field_explanation["lastname"] = "Customer's lastname";
field_explanation["address"] = "Customer's address (e.g. street)";
field_explanation["postal_code"] = "Customer's postal code/ZIP Code";
field_explanation["city"] = "Customer's city";
field_explanation["country"] = "Customer's country in the 3-digit ISO Code (see Annex II for a list of allowed codes).";

field_explanation["confirmation_note"] = "Merchant may show to the customer on the confirmation screen - the end step of the process - a note, confirmation number, PIN or any other message.";

field_explanation["amount"] = "The total amount payable.";

//field_explanation[""] = "";

