// JavaScript Document for chests
//chest_001
function chest_001_number(){document.write("C001");}
function chest_001_name(){document.write("Dovetail 2 Door 1 Drawer Chest ");}
function chest_001_size(){document.write(" 40 in. wide x 36 in. high x 20 in. deep<br /> ");}
function chest_001_description(){document.write("Features Dovetail Casework and One Shelf Inside<br />");}
function chest_001_extra(){document.write("");}
function chest_001_price(){document.write(" $1450 (Oak/Maple); $1750 (Cherry/Walnut/Qtr Sawn Oak)<br />");}
function chest_001_wood(){document.write(" in Cherry");}

//chest_002
function chest_002_number(){document.write("C002");}
function chest_002_name(){document.write("Dovetail Blanket Chest ");}
function chest_002_size(){document.write(" 28 in. high x 42 in. wide x 24 in. deep<br /> ");}
function chest_002_description(){document.write("Features exposed Dovetail Casework and One Drawer<br />");}
function chest_002_extra(){document.write("");}
function chest_002_price(){document.write(" $1050 (Oak/Maple; $1350 (Cherry/Walnut/Qtr Sawn Oak)<br />");}
function chest_002_wood(){document.write(" in Cherry");}








