// Copyright 2008 by Frank Koenen, Finkle Enterprises, LLC
// TOWING SIGN

window.quickquote19_configs = {

  // the maximum characters that a "Line" may contain
  'linemax': 25,

  // ------------------------------------------------
  // List the values to include in the Material prompt
  // ----------------------------------------------
  'materials':
  {
       'alluminum_040': '.040 Alluminum 1-color',
       'alluminum_0402to3': '.040 Alluminum 2 to 3 Color',
       'alluminum_040full': '.040 Alluminum Full Color',

       'alluminum_080': '.080 Alluminum 1-color',
       'alluminum_0802to3': '.080 Alluminum 2 to 3 Color',
       'alluminum_080full': '.080 Alluminum Full Color',

  
//             'x080reflective': '.080 Reflective',
                'end': 'end'
  },

  // ------------------------------------------------
  // Provide the costs for the materials, per sq. in. in decimal pennies, eg: 1.5 is 1 and 1/2 pennies.
  // ------------------------------------------------
  'materialcosts':
  {

     'alluminum_040': .12958,
     'alluminum_0402to3': .13542,
     'alluminum_040full': .13542,

     'alluminum_080': .168472,
     'alluminum_0802to3': .176042,
     'alluminum_080full': .176042,

 //                'x080reflective': 0.090,
                'end': 'end'
  },

  // ------------------------------------------------
  // List the values to include in the sizes prompts
  // The value keys should be in the form 'aWWxHH', a literal 'a' and 2 digits height and width separated by 'x'
  // ------------------------------------------------
  'sizes':
  {
    'a12x12': '12" x 12"',    
    'a12x18': '12" x 18"',    
    'a18x24': '18" x 24"',
       'end': 'end'
  },

  // ------------------------------------------------
  // Cornering styles
  // ------------------------------------------------
  'cornering':
  {
    'none': 'None',
    '.50': '.50" Radius',
    '1.50': '1.50" Radius',
    'end': 'end'
  },

  // ------------------------------------------------
  // Cornering costs, added to flat cost per sign.
  // ------------------------------------------------
  'coneringcosts':
  {
    'none': 0,
    '.50': 2.00,
    '1.50': 2.00,
    'end': 'end'
  },

  // ------------------------------------------------
  // Holes
  // ------------------------------------------------
  'holes':
  {
    'no': 'No',
    'yes': 'Yes',
    'end': 'end'
  },

  // ------------------------------------------------
  // Holes cost, added to flat cost per sign.
  // ------------------------------------------------
  'holescosts':
  {
    'no': 0,
    'yes': 1.00,
    'end': 'end'
  },

  // ------------------------------------------------
  // Provides the messages for the Q-mark clicks.
  // ------------------------------------------------
  quickquoteQmarkClick: function(s)
  {
    switch(s)
    {
      case 'dimensions':
       alert('Select the height x width dimensions');
       break;

      case 'quantity':
       alert('Select the appropriate quantity.');
       break;

      case 'corners':
       alert('Select Corner Style.');
       break;

      case 'holes':
       alert('Select if you want Holes.');
       break;


      case 'turnaround':
       alert('Please select the turn around time from below.');
       break;

      case 'specialinstructions':
       alert('Enter any special instruction below.');
       break;

      case 'upload':
       alert('At checkout you will be able to upload a cut ready, or print ready file. Have questions? Please call for details.');
       break;

    }
  },

  'fileUploadCost': 0.00,

  // ------------------------------------------------
  // List of turn around times. format: key :== item_cost, value = proper name
  // ------------------------------------------------
  'turnaroundspecs':
  {
     'pickup_0.0': 'Local Pickup- (Not Shipped)',
     'standard_9.5': 'Standard(Adds $9.50 Shipping to Total)',
     'expedite_30': 'Expedite(Adds $30 Shipping to Total)',
   
             'end': 'end'
  },

  'end': 'end'
};
