/* 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['fun'] = '<img align="bottom" border="0" src="images/FUNbetty_webready.jpg" width="365" height="372" >' +
                    '<img align="bottom" border="0" src="images/fun-betty-background.jpg" width="207" height="365" >';

itemImages['love'] = '<img align="bottom" border="0" src="images/LOVEbetty_webready.jpg" width="365" height="372">';
itemImages['malibu'] = '<img align="bottom" border="0" src="images/MALIBUbetty_webready.jpg" width="365" height="372">' +
                     '<img align="bottom" border="0" src="images/malibu-betty-background.jpg" width="207" height="365">';
itemImages['sexy'] = '<img align="bottom" border="0" src="images/SEXYbetty_webready.jpg" width="365" height="379">' +
                     '<img align="bottom" border="0" src="images/sexy-betty-background.jpg" width="207" height="365">';
itemImages['sunburst'] = '<img align="bottom" border="0" src="images/SUNBURSTbetty_webready.jpg" width="365" height="374">' +
                     '<img align="bottom" border="0" src="images/sunburst-betty-background.jpg" width="207" height="365">';
itemImages['lucky'] = '<img align="bottom" border="0" src="images/LUCKYbetty_webready.jpg" width="365" height="372">' + 
                     '<img align="bottom" border="0" src="images/lucky-betty-background.jpg" width="192" height="310">';

/* These names are used as names of items in the shopping cart */
var itemNames = {};
itemNames['fun'] = 'FUN betty&trade;';
itemNames['love'] = 'LOVE betty&trade;';
itemNames['malibu'] = 'MALIBU betty&trade;';
itemNames['sexy'] = 'SEXY betty&trade;';
itemNames['sunburst'] = 'SUNBURST betty&trade;';
itemNames['lucky'] = 'LUCKY betty&trade;';


