// JavaScript Document for desks
//desk_001
function desk_001_number(){document.write("DK001");}
function desk_001_name(){document.write("Small Computer Desk ");}
function desk_001_size(){document.write("24 in. deep x 48 in. long<br />");}
function desk_001_description(){document.write("2 Drawers and Keyboard Pull-Out Tray<br />");}
function desk_001_extra(){document.write(" &nbsp;<br />");}
function desk_001_price(){document.write("$1350 (Oak/Maple); $1750 (Cherry/Walnut/Qtr Sawn Oak)<br />");}
function desk_001_wood(){document.write(" shown in Cherry ");}

//desk_002
function desk_002_number(){document.write("DK002");}
function desk_002_name(){document.write("Mission Desk ");}
function desk_002_size(){document.write(" 29 in. high x 28 in. deep x 54 in. long<br /> ");}
function desk_002_description(){document.write("Two drawers and Solid Top of 5/4 Cherry<br />");}
function desk_002_extra(){document.write("");}
function desk_002_price(){document.write(" Call for quote<br />");}
function desk_002_wood(){document.write(" &nbsp;");}

//desk_003
function desk_003_number(){document.write("DK003");}
function desk_003_name(){document.write("Computer Desk ");}
function desk_003_size(){document.write("24 in. deep x 48 in. long<br /> ");}
function desk_003_description(){document.write("2 Drawers and Keyboard Pull-Out Tray<br />");}
function desk_003_extra(){document.write("");}
function desk_003_price(){document.write("$1350 (Oak/Maple); $1750 (Cherry/Walnut/Qtr Sawn Oak)<br />");}
function desk_003_wood(){document.write(" in Natural Red Oak ");}

//desk_004
function desk_004_number(){document.write("DK004");}
function desk_004_name(){document.write("Custom Panel Desk");}
function desk_004_size(){document.write(" <br /> ");}
function desk_004_description(){document.write("Fully Customizable ");}
function desk_004_extra(){document.write(" &nbsp;<br />");}
function desk_004_price(){document.write("Call for Quote<br />");}
function desk_004_wood(){document.write(" in Cherry");}

//desk_005
function desk_005_number(){document.write("DK005");}
function desk_005_name(){document.write("Large Custom Desk ");}
function desk_005_size(){document.write(" Top 28 in. deep x 76 in. long<br /> ");}
function desk_005_description(){document.write("Solid 5/4 Cherry Top Mounts Upon 2 Shaker Style 24 in. Cabinets ");}
function desk_005_extra(){document.write(" Fully Customizable<br />");}
function desk_005_price(){document.write("Call for quote<br />");}
function desk_005_wood(){document.write(" Cherry");}

//desk_006
function desk_006_number(){document.write("DK006");}
function desk_006_name(){document.write("&nbsp; ");}
function desk_006_size(){document.write(" &nbsp;<br /> ");}
function desk_006_description(){document.write("&nbsp; ");}
function desk_006_extra(){document.write(" &nbsp;<br />");}
function desk_006_price(){document.write("Call for quote<br />");}
function desk_006_wood(){document.write(" &nbsp;");}

//desk_007
function desk_007_number(){document.write("DK007");}
function desk_007_name(){document.write("Scholar's Desk");}
function desk_007_size(){document.write("24 in. deep x 46 in. long<br /> ");}
function desk_007_description(){document.write("4 Drawers ");}
function desk_007_extra(){document.write(" &nbsp;<br />");}
function desk_007_price(){document.write(" $1450 (Oak/Maple); $1750 (Cherry/Walnut/Qtr Sawn Oak)<br />");}
function desk_007_wood(){document.write(" Shown in Natural Red Oak<br />");}

