var priceMap = [
    0.0,
    0.50,
    0.47,
    0.59,
    0.69,
    0.79,
    0.89,
    1.19,
    1.32,
    1.49,
    1.69,
    1.99,
    2.39,
    2.99,
    3.39,
    3.89,
    4.15,
    4.65,
    4.89,
    5.50,
    5.75,
    5.95,
    6.35];

var standardColors = [
    ['Black','Black'],
    ['#A52A2A','Brown'],
    ['#006400','Dark Green'],
    ['Red','Dark Red'],
    ['#FFD700','Gold'],
    ['Gray','Gray'],
    ['#666699','Silver'],
    ['Yellow','Brimstone Yellow'],
    ['Lime','Lime Green'],
    ['Maroon','Maroon'],
    ['#003366','Dark Blue'],
    ['#FF0066','Pink'],
    ['#0000FF','Azure Blue'],
    ['#FFA500','Orange'],
    ['#FFC0CB','Soft Pink'],
    ['#DDA0DD','Violet'],
    ['Red','Tomato Red'],
    ['#2E8B57','Mint'],
    ['#0000FF','Brilliant Blue'],
    ['#0099CC','Ice Blue'],
    ['#D2B48C','Almond'],
    ['Teal','Turquoise Blue'],
    ['White','White']
];

var fonts = [
    ['Allegro BT', 0.0],
    ['Arial', 0.0],
    ['ATX-a', 0.0],
    ['BankGothic MD BT', 0.0],
    ['Barnard Fashion BT', 0.0],
    ['Blackadder', 0.10],
    ['BREMEN BT', 0.0],
    ['Cezanne', 0.3],
    ['ck Kids Print', 0.0],
    ['ck toggle', 0.0],
    ['Comic Sans', 0.0],
    ['Curlz MT', 0.25],
    ['Copperplate Gothic', 0.0],
    ['Dauphin', 0.0],
    ['Edwardian Script ', 0.0],
    ['Fiolex Girls', 0.22],
    ['Futura Lt BT', 0.0],
    ['Impact', 0.0],
    ['Georgia', 0.0],
    ['Jokerman', 0.30],
    ['Juice ITC', 0.0],
    ['Kabel BK', 0.0],
    ['Kiev', 0.0],
    ['Kristen ITC', 0.0],
    ['LITHROGRAPH', 0.0],
    ['Lydian BT', 0.0],
    ['Market', 0.10],
    ['Massive R',0],
    ['Matisse', 0.0],
    ['MILLHOUSE', 0.25],
    ['Michaelmas', 0.0],
    ['Mistral', 0.0],
    ['Papyrus', 0.0],
    ['Pickwick', 0.0],
    ['Poster', 0.0],
    ['PosterBondi Bt', 0.0],
    ['Quigley Wiggly', 0.15],
    ['Reservoir Grunge', 0.0],
    ['Raavi', 0.0],
    ['Rockwell', 0.0],
    ['SF SPORTS NIGHT', 0.10],
    ['Times New Roman', 0.5],
    ['Tall Paul', 0.0],
    ['Tempus Sans', 0.0],
    ['Valhalla', 0.0],
    ['Verdana', 0.22], 
    ['Walshes', 0.10], 
    ['Wooden Nickel Back', 0.0],
    ['Waltograph', 0.10]
];
/**
 *  An "Array" is a list of values.  This is an Array that contains Arrays. Each smaller array contains an id number,
 *  the font name, and a price for the font.
 */
var premiumColors = [
    ['Red', 'Reflective Red', 0.29],
    ['Black', 'Metallic Charcol', 0.32],
    ['#003366', 'Metallic Blue', 0.32],
    ['Black', 'Metallic Black', 0.32],
    ['Red', 'Metallic Red', 0.32],
    ['FFD700', 'Metallic Light Gold', 0.32],
    ['Yellow', 'Metallic Gold', 0.32],
    ['Gray', ' Metallic Silver', 0.32]
];
