<!--
var color_codes = new Array('aqua', 'white','chocolatesolid','tangerinesolid');
item_name = 'BRAIDED FISHERMAN COLLAR & LEASH';
item_descr = 'for the nautical dog. made from braided SUNBRELLA chording, this top quality material is color safe, as well as fade resistant. solid brass hardware plated in muted nickel. Colors: aqua, white, chocolate, and tangerine (not shown) Size is determined by the circumference, in inches, of their neck.';

items[0] = new item('BRC005 ','BRAIDED FISHERMAN COLLAR',22);
items[0].color_codes = new Array('aqua', 'white','chocolatesolid','tangerinesolid');
items[0].showSizeChart = 'collar';
items[0].colors = new Array('Aqua', 'White' ,'Chocolate','Tangerine');
items[0].sizes = new Array('XS (10-12&quot;)', 'S (14-16&quot;)', 'M (18-20&quot;)', 'L (22-24&quot;)');

items[1] = new item('BRL006 ','BRAIDED FISHERMAN LEASH',34);
items[1].color_codes = new Array('aqua', 'white','chocolatesolid','tangerinesolid');
items[1].colors = new Array('Aqua', 'White','Chocolate','Tangerine');
items[1].sizes = new Array('Small (3/4&quot; x 4&#39;)','Large (1&quot; x 4&#39;)');

//-->