// JavaScript Document for armoires
//armoire_001
function armoire_001_number(){document.write("A001");}
function armoire_001_name(){document.write("Two Piece Armoire  <br />");}
function armoire_001_size(){document.write(" 40 in. wide x  76 in. high<br /> ");}
function armoire_001_description(){document.write("");}
function armoire_001_extra(){document.write("");}
function armoire_001_price(){document.write("Call for quote<br />");}
function armoire_001_wood(){document.write(" Cherry<br />");}

//armoire_002
function armoire_002_number(){document.write("A002");}
function armoire_002_name(){document.write("Tall Armoire  <br /> ");}
function armoire_002_size(){document.write("40 in. wide x 76 in. high<br /> ");}
function armoire_002_description(){document.write("Fully customizeable<br />");}
function armoire_002_extra(){document.write("<br />");}
function armoire_002_price(){document.write("Call for Quote<br />");}
function armoire_002_wood(){document.write(" Cherry<br />");}

//armoire_003
function armoire_003_number(){document.write("A003");}
function armoire_003_name(){document.write("Amish Cupboard Chest<br />");}
function armoire_003_size(){document.write(" 38 in. wide x 60 in. high<br /> ");}
function armoire_003_description(){document.write("Adjustable shelf in top<br />");}
function armoire_003_extra(){document.write("");}
function armoire_003_price(){document.write("$2950 (Cherry/Walnut/Qtr Sawn Oak); $2450 (Oak/Regular Maple)<br />");}
function armoire_003_wood(){document.write("in Natural Cherry<br />");}

//armoire_004
function armoire_004_number(){document.write("A004");}
function armoire_004_name(){document.write("Linen Closet <br />");}
function armoire_004_size(){document.write(" 48 in. wide x 72 in. high<br /> ");}
function armoire_004_description(){document.write("");}
function armoire_004_extra(){document.write("");}
function armoire_004_price(){document.write("Call for pricing <br />");}
function armoire_004_wood(){document.write(" Pine<br />");}

//armoire_005
function armoire_005_number(){document.write("A005");}
function armoire_005_name(){document.write("Two Piece Armoire  <br /> ");}
function armoire_005_size(){document.write(" 40 in. wide x 76 in. high<br /> ");}
function armoire_005_description(){document.write("");}
function armoire_005_extra(){document.write("");}
function armoire_005_price(){document.write("Call for pricing <br />");}
function armoire_005_wood(){document.write(" Pine");}


//armoire_006
function armoire_006_number(){document.write("A006");}
function armoire_006_name(){document.write("Two Piece Armoire <br />");}
function armoire_006_size(){document.write(" 40 in. wide x 76 in. high<br /> ");}
function armoire_006_description(){document.write("");}
function armoire_006_extra(){document.write("");}
function armoire_006_price(){document.write("Call for pricing <br />");}
function armoire_006_wood(){document.write(" Red Oak");}




