<!--
var color_codes = new Array ('23_01','23_02');
item_name = 'COTTON RIPSTOP CARRIER';
item_descr = 'has the look and feel of a tent. This cozy carrier keeps them from feeling like they\'re ruffing it. Colors: khaki and chocolate (shown), and orange and chocolate or camouflage and chocolate. Airline approved. Dimensions:  20"x 14"x 13". CRC600. $208';
//has the look and feel of a tent. This cozy carrier keeps them from feeling like they\'re ruffing it. Colors: khaki / chocolate (shown), and orange / chocolate. Dimensions: 20"x 14"x 13". CRC600. $208.';

items[0] = new item('CRC600','Cotton Ripstop Carrier',208);
items[0].color_codes = new Array('23_01','23_02','chocolatecam');
items[0].colors = new Array('orange / chocolate','khaki / chocolate','camouflage / chocolate');
items[0].sizes = new Array('20&quot;x14&quotx14&quot');
//-->