<!--
var color_codes = new Array ('04_05','navy_safetyorange','peanutbutter');
item_name = 'REFLECTIVE ALL WEATHER RAINCOAT';
item_descr = 'this hooded oil cloth jacket has a removable quilted lining and a safety reflector stripe for high visibility. Colors: black / silver (shown), navy / safety orange, and peanutbutter / white. Size is determined by the length, in inches, of their back from the base of the neck to the base of the tail. RJH002 sizes 8-16. $110 20-28. $140.';

items[0] = new item('RJH002','Reflective All Weather Raincoat<br>(Sizes 8-16)',110);
items[0].color_codes = new Array('04_05','navy_safetyorange','peanutbutter');
items[0].showSizeChart = 'clothes';
items[0].colors = new Array('black / silver', 'navy / safetyorange', 'peanutbutter / white');
items[0].sizes = new Array('8&quot;','10&quot;','12&quot;','14&quot;','16&quot;');

items[1] = new item('RJH002','Reflective All Weather Raincoat<br>(Sizes 18-28)',140);
items[1].color_codes = new Array('04_05','navy_safetyorange','peanutbutter');
items[1].showSizeChart = 'clothes';
items[1].colors = new Array('black / silver', 'navy / safetyorange', 'peanutbutter / white');
items[1].sizes = new Array('18&quot;','20&quot;','22&quot;','24&quot;','26&quot;','28&quot;');
//-->
