/* 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['ready'] =
   '<img align="bottom" border="0" src="images/READY BETTY WITH COMPONENTS-small.jpg" width="504">' +
   '<img align="bottom" border="0" src="images/ready_side.jpg" width="207" height="365">';
itemImages['malibuBridal'] = 
   '<img align="bottom" border="0" src="images/MALIBU_BRIDALStencils-forweb.jpg" width="504" height="390">' +
   '<img align="bottom" border="0" src="images/maintextbg_bridal.jpg" width="207" height="365">';
itemImages['auburnFall'] = 
   '<img align="bottom" border="0" src="images/AUBURN_with POLISH-small.jpg" width="504">' +
   '<img align="bottom" border="0" src="images/auburn-betty-background.jpg" width="207" height="365">';
/*
itemImages['brownFall'] = 
   '<img align="bottom" border="0" src="images/BROWN_with POLISH-small.jpg" width="504">' +
   '<img align="bottom" border="0" src="images/brown-betty-background.jpg" width="207" height="365">'; */

itemImages['blondeFun'] = 
   '<img align="bottom" border="0" src="images/BLONDE_StencilfuninSun-forweb.jpg" width="504">' +
   '<img align="bottom" border="0" src="images/blonde-betty-background.jpg" width="207" height="365">';
itemImages['malibuFun'] = 
   '<img align="bottom" border="0" src="images/MALIBU_FuninSunStencils-forweb.jpg" width="504">' +
   '<img align="bottom" border="0" src="images/malibu-betty-background.jpg" width="207" height="365">';
itemImages['sunburstHalloween'] = 
   '<img align="bottom" border="0" src="images/SUNBURST_StencilHalloween-forweb.jpg" width="504">' +
   '<img align="bottom" border="0" src="images/sunburst-betty-background.jpg" width="207" height="365">';
itemImages['loveHoliday'] = 
   '<img align="bottom" border="0" src="images/LOVE_StencilChristmas-forweb.jpg" width="504">';
itemImages['luckyHoliday'] = 
   '<img align="bottom" border="0" src="images/LUCKY_StencilChristmas-forweb.jpg" width="504">';
itemImages['sexy'] = 
   '<img align="bottom" border="0" src="images/SEXY betty with oil_for web.jpg" width="504">' +
   '<img align="bottom" border="1" src="images/sexy-betty-background.jpg" width="207" height="365">';
itemImages['luckyStPatty'] = 
   '<img align="bottom" border="0" src="images/LUCKY_ST PATTYS DAY StencilTattoos-forweb.jpg" width="504">';
itemImages['funValentine'] = 
   '<img align="bottom" border="0" src="images/FUN_StencilValentines-forweb.jpg" width="504">' +
   '<img align="bottom" border="0" src="images/valentines-background.jpg" width="207" height="361">';
itemImages['loveValentine'] = 
   '<img align="bottom" border="0" src="images/LOVE_StencilValentines-forweb.jpg" width="504">' +
   '<img align="bottom" border="0" src="images/valentines-background.jpg" width="207" height="361">';

/* These names are used as names of items in the shopping cart */
var itemNames = {};
itemNames['ready'] = 'READY betty&trade;';
itemNames['malibuBridal'] = 'Bridal Collection - MALIBU betty&trade;';
itemNames['auburnFall'] = 'Fall for betty&trade; Collection - AUBURN betty&trade;';
/* itemNames['brownFall'] = 'Fall for betty&trade; Collection - BROWN betty&trade;'; */
itemNames['blondeFun'] = 'Fun in the Sun Collection - BLONDE betty&trade;';
itemNames['malibuFun'] = 'Fun in the Sun Collection - MALIBU betty&trade;';
itemNames['sunburstHalloween'] = 'Halloween Collection - SUN-BURST betty&trade;';
itemNames['loveHoliday'] = 'Holiday Collection - LOVE betty&trade;';
itemNames['luckyHoliday'] = 'Holiday Collection - LUCKY betty&trade;';
itemNames['sexy'] = 'Sexy betty&trade; Collection - SEXY betty&trade;';
itemNames['luckyStPatty'] = 'St. Patty\'s Day Collection - LUCKY betty&trade;';
itemNames['funValentine'] = 'Valentine Collection - FUN betty&trade;';
itemNames['loveValentine'] = 'Valentine Collection - LOVE betty&trade;';


