// JavaScript Document for customs
//custom_001
function custom_001_number(){document.write("CT001");}
function custom_001_name(){document.write("Custom Built-in Wall Cabinet");}
function custom_001_size(){document.write(" 2 Doors 2 Drawers<br /> ");}
function custom_001_description(){document.write("Slant Cupboard to fit into crawl space ");}
function custom_001_extra(){document.write(" &nbsp;<br />");}
function custom_001_price(){document.write(" &nbsp;<br />");}
function custom_001_wood(){document.write(" Cherry");}

//custom_002
function custom_002_number(){document.write("CT002");}
function custom_002_name(){document.write("Custom Door Panel");}
function custom_002_size(){document.write(" &nbsp;<br /> ");}
function custom_002_description(){document.write("Access Panel ");}
function custom_002_extra(){document.write(" &nbsp;<br />");}
function custom_002_price(){document.write(" &nbsp;<br />");}
function custom_002_wood(){document.write(" Cherry");}

//custom_003
function custom_003_number(){document.write("CT002");}
function custom_003_name(){document.write("Custom Entertainment / Library");}
function custom_003_size(){document.write(" &nbsp;<br /> ");}
function custom_003_description(){document.write(" ");}
function custom_003_extra(){document.write(" &nbsp;<br />");}
function custom_003_price(){document.write(" &nbsp;<br />");}
function custom_003_wood(){document.write(" Quarter Sawn White Oak");}









