<!--
var color_codes = new Array ('navy','red','chocolate','kellygreen','tangerine','powderblue');
item_name = 'CANVAS TOTE - TRAVEL BOWL';
item_descr = 'this handy tote doubles as a convenient water bowl. Whether you\'re going to the beach or an outdoor cafe this chic bag is the perfect accessory. 18 oz. canvas with white top stitching. 7"x 4" x 5" colors: navy, red (shown), chocolate, kelly green, tangerine or powder blue. BCT510 $50';

items[0] = new item('BCT510','Canvas Tote - Travel Bowl',50);
items[0].color_codes = new Array('navy','red','chocolate','kellygreen','tangerine','powderblue');
items[0].colors = new Array('navy','red','chocolate','kelly green','tangerine','powder blue');
items[0].sizes = new Array('7&quot;x4&quot;x5&quot;');
//-->