// JavaScript Document for nightstands
//nightstand_001
function nightstand_001_number(){document.write("NS001");}
function nightstand_001_name(){document.write("Mission Side Table ");}
function nightstand_001_size(){document.write("26 in. high x 20 in. wide x 20 in. deep<br /> ");}
function nightstand_001_description(){document.write("");}
function nightstand_001_extra(){document.write("Add $50 for special Mission hardware<br />");}
function nightstand_001_price(){document.write("$675 (Oak/Maple); $825 (Cherry/Walnut/Hard Maple/Qtr Sawn Oak)<br />");}
function nightstand_001_wood(){document.write(" Oak with Cherry Stain ");}

//nightstand_002
function nightstand_002_number(){document.write("NS002");}
function nightstand_002_name(){document.write("Shaker 1 Door 1 Drawer Side Table ");}
function nightstand_002_size(){document.write(" 26 in. high x 20 in. wide x 20 in. deep<br />");}
function nightstand_002_description(){document.write("");}
function nightstand_002_extra(){document.write("");}
function nightstand_002_price(){document.write("$625 (Oak/Maple); $795 (Cherry/Walnut/Hard Maple/Qtr Sawn Oak)<br />");}
function nightstand_002_wood(){document.write(" Shown in Cherry with Natural Oil Finish <br />");}

//nightstand_003
function nightstand_003_number(){document.write("NS003");}
function nightstand_003_name(){document.write("2 Door 1 Drawer Side Table ");}
function nightstand_003_size(){document.write(" 28 in. high x 28 in. wide x 18 in. deep<br /> ");}
function nightstand_003_description(){document.write("");}
function nightstand_003_extra(){document.write("Add $50 for special Mission hardware<br />");}
function nightstand_003_price(){document.write("$795 (Oak/Maple); $975 (Cherry/Walnut/Hard Maple/Qtr Sawn Oak)<br />");}
function nightstand_003_wood(){document.write(" Shown in Cherry");}

//nightstand_004
function nightstand_004_number(){document.write("NS004");}
function nightstand_004_name(){document.write("1 Drawer Side Table <br />");}
function nightstand_004_size(){document.write(" 26 in. high x 18 in. wide <br>x 18 in. deep<br /> ");}
function nightstand_004_description(){document.write("");}
function nightstand_004_extra(){document.write("");}
function nightstand_004_price(){document.write("$395 (Oak/Maple); <br />$475 (Cherry/Walnut/Hard Maple/Qtr Sawn Oak)<br />");}
function nightstand_004_wood(){document.write("Shown in Hard Maple<br />");}

//nightstand_005
function nightstand_005_number(){document.write("NS005 ");}
function nightstand_005_name(){document.write("Side Table with Drawer and Shelf <br /> ");}
function nightstand_005_size(){document.write("26 in. high x 18 in. wide <br />x 18 in. deep<br /> ");}
function nightstand_005_description(){document.write("");}
function nightstand_005_extra(){document.write("");}
function nightstand_005_price(){document.write("$495 (Oak/Maple); <br /> $575 (Cherry/Walnut/Hard Maple/Qtr Sawn Oak)<br />");}
function nightstand_005_wood(){document.write(" Shown in Cherry<br />");}







