// JavaScript Document for bookcases
//bookcase_001
function bookcase_001_number(){document.write("BC001");}
function bookcase_001_name(){document.write("Glass Door Bookcase <br />");}
function bookcase_001_size(){document.write(" 38 in. x 60 in. <br /> ");}
function bookcase_001_description(){document.write("");}
function bookcase_001_extra(){document.write(" Special Mission brass hardware<br /> True mutin bars<br />");}
function bookcase_001_price(){document.write(" $1750 (Oak/Regular Maple); <br />$2350 (Cherry/Walnut/Qtr Sawn Oak)<br />");}
function bookcase_001_wood(){document.write(" Natural Red Oak<br />");}

//bookcase_002
function bookcase_002_number(){document.write("BC002");}
function bookcase_002_name(){document.write("2 Piece Hutch Bookcase <br /> ");}
function bookcase_002_size(){document.write(" 32 in. x 76 in.<br /> ");}
function bookcase_002_description(){document.write("Extra wide face frames<br /> True mutin bars<br />");}
function bookcase_002_extra(){document.write("");}
function bookcase_002_price(){document.write("$2350 (Oak/Maple);<br />$2950 (Cherry/Walnut/Qtr Sawn Oak); <br />");}
function bookcase_002_wood(){document.write(" Natural Cherry<br />");}

//bookcase_003
function bookcase_003_number(){document.write("BC003");}
function bookcase_003_name(){document.write("Tall Bookcase ");}
function bookcase_003_size(){document.write("36 in. wide x 76 in. high<br /> ");}
function bookcase_003_description(){document.write("Solid wood ship lap backing <br />");}
function bookcase_003_extra(){document.write("");}
function bookcase_003_price(){document.write("$1100 (Oak/Maple); <br />$1475 (Cherry/Walnut/Qtr Sawn Oak)<br />");}
function bookcase_003_wood(){document.write(" Natural Cherry <br />");}

//bookcase_004
function bookcase_004_number(){document.write("BC004");}
function bookcase_004_name(){document.write("Tall Bookcases ");}
function bookcase_004_size(){document.write(" Custom sized<br /> ");}
function bookcase_004_description(){document.write("");}
function bookcase_004_extra(){document.write("Shown in Amish shop<br />");}
function bookcase_004_price(){document.write("");}
function bookcase_004_wood(){document.write(" Unfinished Pine");}

//bookcase_005
function bookcase_005_number(){document.write("BC005");}
function bookcase_005_name(){document.write("Dovetail Bookcase ");}
function bookcase_005_size(){document.write(" 36 in. wide x 42 in. high<br /> ");}
function bookcase_005_description(){document.write("Featuring dovetailed casework and solid wood ship lap backing<br />");}
function bookcase_005_extra(){document.write(" &nbsp;");}
function bookcase_005_price(){document.write(" $750 (Oak/Regular Maple); $975 (Cherry/Walnut/Qtr Sawn Oak)<br />");}
function bookcase_005_wood(){document.write(" Natural Cherry");}

//bookcase_006
function bookcase_006_number(){document.write("BC006");}
function bookcase_006_name(){document.write("Custom Wall Shelving and Fireplace Mantel");}
function bookcase_006_size(){document.write(" &nbsp;");}
function bookcase_006_description(){document.write("&nbsp;");}
function bookcase_006_extra(){document.write(" &nbsp;");}
function bookcase_006_price(){document.write("<br />");}
function bookcase_006_wood(){document.write(" Cherry");}






