/* These are the images (or any old HTML) to display on the right side of
   the table when an item is displayed. */
var itemImages = {};
itemImages['black'] = '<img align="bottom" border="0" src="images/BLACKbetty_webready.jpg" width="365" height="365">' +
                      '<img align="bottom" border="0" src="images/black-betty-background.jpg"  width="207" height="365">';
itemImages['blonde'] = '<img align="bottom" border="0" src="images/BLONDEbetty_webready.jpg" width="365" height="365">' +
                       '<img align="bottom" border="0" src="images/blonde-betty-background.jpg" width="207" height="365">';
itemImages['auburn'] = '<img align="bottom" border="0" src="images/AUBURNbetty_webready.jpg" width="365" height="365">' +
                       '<img align="bottom" border="0" src="images/auburn-betty-background.jpg" width="207" height="365">';
itemImages['brown'] = '<img align="bottom" border="0" src="images/BROWNbetty_webready.jpg" width="365" height="365">' +
                      '<img align="bottom" border="0" src="images/brown-betty-background.jpg" width="207" height="365">';

/* These names are used as names of items in the shopping cart */
var itemNames = {};
itemNames['black'] = 'BLACK betty&trade;';
itemNames['blonde'] = 'BLONDE betty&trade;';
itemNames['auburn'] = 'AUBURN betty&trade;';
itemNames['brown'] = 'BROWN betty&trade;';


