// Copyright 2007 by Frank Koenen, Finkle Enterprises, LLC
// VINYL BANNER

window.quickquote1_configs = {

  // the maximum characters that a "Line" may contain
  'linemax': 20,

  // ------------------------------------------------
  // List the values to include in the Material prompt
  // ------------------------------------------------
  'materials':
  {
    'scrim_vinyl131color': '1-color Scrim Vinyl, 13 oz.',
    'scrim_vinyl132color': '2-color Scrim Vinyl, 13 oz.',
    'scrim_vinyl133color': '3-color Scrim Vinyl, 13 oz.',
    'scrim_vinyl134color': '4-color Scrim Vinyl, 13 oz.',

  

//                                 'scrim_vinyl20': 'Scrim Vinyl, 20 oz.',
              'end': 'end'
  },

  // ------------------------------------------------
  // Provide the costs for the materials, per sq. in. in decimal pennies, eg: 1.5 is 1 and 1/2 pennies.
  // ------------------------------------------------
  'materialcosts':
  {
    'scrim_vinyl131color': .034722,
    'scrim_vinyl132color': .034722,
    'scrim_vinyl133color': .041666,
    'scrim_vinyl134color': .048611,
              'end': 'end'
  },

  // ------------------------------------------------
  // List the values to include in the dimensions prompts
  // The value keys should be in the form 'aWWxHH', a literal 'a' and 2 digits height and width separated by 'x'
  // ------------------------------------------------
  'dimensions':
  {
    
    'a24x36': '2 Ft. x 3 Ft.',
    'a24x48': '2 Ft. x 4 Ft.',
    'a24x60': '2 Ft. x 5 Ft.',
    'a24x72': '2 Ft. x 6 Ft.',
    'a24x96': '2 Ft. x 8 Ft.',
    'a24x120':'2 Ft. x 10 Ft.',
    'a24x144':'2 Ft. x 12 Ft.',
    'a24x168':'2 Ft. x 14 Ft.',
    'a24x192':'2 Ft. x 16 Ft.',
    'a24x216':'2 Ft. x 18 Ft.',
    'a24x240':'2 Ft. x 20 Ft.',

    'a36x36': '3 Ft. x 3 Ft.',
    'a36x48': '3 Ft. x 4 Ft.',
    'a36x60': '3 Ft. x 5 Ft.',
    'a36x72': '3 Ft. x 6 Ft.',
    'a36x96': '3 Ft. x 8 Ft.',
    'a36x120':'3 Ft. x 10 Ft.',
    'a36x144':'3 Ft. x 12 Ft.',
    'a36x168':'3 Ft. x 14 Ft.',
    'a36x192':'3 Ft. x 16 Ft.',
    'a36x216':'3 Ft. x 18 Ft.',
    'a36x240':'3 Ft. x 20 Ft.',

    'a48x48': '4 Ft. x 4 Ft.',
    'a48x60': '4 Ft. x 5 Ft.',
    'a48x72': '4 Ft. x 6 Ft.',
    'a48x96': '4 Ft. x 8 Ft.',
    'a48x120':'4 Ft. x 10 Ft.',
    'a48x144':'4 Ft. x 12 Ft.',
    'a48x168':'4 Ft. x 14 Ft.',
    'a48x192':'4 Ft. x 16 Ft.',
    'a48x216':'4 Ft. x 18 Ft.',
    'a48x240':'4 Ft. x 20 Ft.',
    

       'end': 'end'
  },

  // ------------------------------------------------
  // List the values to include in the colors prompts
  // ------------------------------------------------
  'colors':
  {
     'black': 'Black',
     'red': 'Red',
     'pink': 'Pink',
     'blue': 'Blue',
     'darkblue': 'DK. Blue',
     'lightblue': 'LT. Blue',
     'teal': 'Teal',
     'green': 'Green',
     'lightgreen': 'LT. Green',
     'yellow': 'Yellow',
     'orange': 'Orange',
     'brown': 'Brown', 
     'Beige': 'Beige', 
     'grey': 'Grey',
     'gold': 'Gold Faux',
     'silver': 'Silver Matte',
     'end': 'end'
  },

  // ------------------------------------------------
  // List the values to include in the font prompts
  // ------------------------------------------------
  'fonts':
  {
            'textile': 'Texttile',
         'myriadbold': 'Myriad Bold',
        'arialnarrow': 'Arial Narrow',
                '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 'width':
       alert('Enter a Width larger than 0 and no larger than 1000');
       break;

      case 'material':
       alert('\
         Select the appropriate material.   \n\
         - Scrim Vinyl\Scrim vinyl materials are good. \n\
       ');
       break;

      case 'quantity':
       alert('Select the appropriate quantity.');
       break;

      case 'turnaround':
       alert('Please select the turn around time from below.');
       break;

      case 'linetext':
       alert('Enter the text for this line.');
       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'
};
