var titles = new Array();
var dialogs = new Array();

titles['proceedWithOrder']  = 'Before You Proceed';
dialogs['proceedWithOrder'] = '<p><strong>You are entering into a binding agreement.</strong></p><br />'
                            + '<p>By submitting your order you (the identity listed in the form) approve the pricing and description of the goods shown, and enter into a binding agreement to purchase the service or goods listed for the amounts shown from Imagenta.  In the event that the order details change, you no longer want to proceed with the order or are unable to make payment, after you have progressed past this step, you may still incur the full amount shown.  Please make sure you have ordered correctly by reviewing the details of your order carefully.  If you experience difficulty placing an order or need to discuss your order further please contact Imagenta staff without delay.</p>';
                            
titles['proceedWithQuote']  = 'Before You Proceed';
dialogs['proceedWithQuote'] = '<p><strong>You are entering into a binding agreement.</strong></p><br />'
                            + '<p>By submitting your quote you (the identity listed in the form) approve the pricing and description of the goods shown, and enter into a binding agreement to purchase the service or goods listed for the amounts shown from Imagenta.  In the event that the order details change, you no longer want to proceed with the order or are unable to make payment, after you have progressed past this step, you may still incur the full amount shown.  Please make sure you have ordered correctly by reviewing the details of your order carefully.  If you experience difficulty placing an order or need to discuss your order further please contact Imagenta staff without delay.</p>';

titles['dashboardOrdersTip']  = 'Orders';
dialogs['dashboardOrdersTip'] = '<p><strong>Place An Order:</strong> Buy new products or order a service from Imagenta.</p><br />'
                              + '<p><strong>View Submitted Orders:</strong> Browse your orders, quotes and invoices.</p><br />'
                              + '<p><strong>Current Order:</strong> Open your current uncompleted order.</p>';
                                  
titles['dashboardSupportTip']  = 'Support';
dialogs['dashboardSupportTip'] = '<p><strong>How-To Manuals:</strong> Step-by-step instructions on a variety of topics including Imagenta products and email setup.</p><br />'
                               + '<p><strong>Online Support:</strong> Submit a support request via our online system.</p><br />'
                               + '<p><strong>Resources:</strong> Documents, downloads and other useful resources.</p>';
                              
titles['dashboardAccountsTip']  = 'Your Accounts';
dialogs['dashboardAccountsTip'] = '<p><strong>Email Settings:</strong> Instructions on how to set up your email account.</p><br />'
                                + '<p><strong>Hosting Admin:</strong> Log into your website to make changes. This is an additional service you must purchase before you have access.</p><br />'
                                + '<p><strong>Bulk Broadcast:</strong> Send out email newsletters or bulk SMSs. This is an additional service you must purchase before you have access.</p>';
                                
titles['dashboardInfoTip']  = 'Information';
dialogs['dashboardInfoTip'] = '<p><strong>Feedback:</strong> Leave feedback so that we may improve our products and services.</p><br />'
                            + '<p><strong>Contact Details:</strong> Update your contact and business details.</p><br />'
                            + '<p><strong>Log Out:</strong> Sign out of this client area.</p>';
                            
titles['clientShippingAddress']  = 'Shipping Address';
dialogs['clientShippingAddress'] = '<p>This is the address that you would like your goods delivered to. You are prompted for this information when making an order.</p>';

titles['clientBillingAddress']  = 'Billing Address';
dialogs['clientBillingAddress'] = '<p>This is the address that you would like as your billing address for invoices, etc.</p>';

titles['clientLoginDetails']  = 'Login Details';
dialogs['clientLoginDetails'] = '<p>These are the credentials you are prompted for when logging into this client area. You may change them here. If you do, be careful not for forget the new details.</p>';

titles['supportAbout']  = 'Support System';
dialogs['supportAbout'] = '<p>Creating a support ticket allows you to ensure your support request is answered by out support team promptly.</p><br />'
                        + '<p>It also helps you to build a case history that you can refer to at any time to review the conversation history and details of all previous support requests.</p>';
                        
titles['dashboardQuoteWidgetTip']  = 'Custom Quotes';
dialogs['dashboardQuoteWidgetTip'] = '<p>This box shows a brief summary of your custom quotes. To view all of your quotes (not just custom quotes) and orders click on the View Submitted Orders button.</p>';
