// JavaScript Document for benchs
//bench_001
function bench_001_number(){document.write("BN001");}
function bench_001_name(){document.write("Amish Benches ");}
function bench_001_size(){document.write(" 48 in. wide<br />");}
function bench_001_description(){document.write("");}
function bench_001_extra(){document.write("The real thing! Custom sizes available<br />");}
function bench_001_price(){document.write("$125 (Pine); $160 (Oak/Maple); $195 (Cherry)<br />");}
function bench_001_wood(){document.write("");}

//bench_002
function bench_002_number(){document.write("BN002");}
function bench_002_name(){document.write("Deacon Bench ");}
function bench_002_size(){document.write(" 48 in. long <br /> ");}
function bench_002_description(){document.write("");}
function bench_002_extra(){document.write("Custom sizes available<br />");}
function bench_002_price(){document.write(" $750 (oak); $950 (Cherry)<br />");}
function bench_002_wood(){document.write(" in Cherry");}







