// JavaScript Document for bathrooms
//bathroom_001
function bathroom_001_number(){document.write("BH001");}
function bathroom_001_name(){document.write("Custom Vanities");}
function bathroom_001_size(){document.write(" <br /> ");}
function bathroom_001_description(){document.write("");}
function bathroom_001_extra(){document.write("<br />");}
function bathroom_001_price(){document.write("<br />");}
function bathroom_001_wood(){document.write(" Cherry");}

//bathroom_002
function bathroom_002_number(){document.write("BH002");}
function bathroom_002_name(){document.write("Painted White Vanity ");}
function bathroom_002_size(){document.write("<br /> ");}
function bathroom_002_description(){document.write("Feauturing old-fashioned 3/8 overlay doors");}
function bathroom_002_extra(){document.write(" <br />");}
function bathroom_002_price(){document.write(" <br />");}
function bathroom_002_wood(){document.write(" Poplar");}

//bathroom_003
function bathroom_003_number(){document.write("BH003");}
function bathroom_003_name(){document.write("Custom Cherry Vanity ");}
function bathroom_003_size(){document.write(" <br /> ");}
function bathroom_003_description(){document.write("Bathroom addition by Alpha Remodeling");}
function bathroom_003_extra(){document.write(" <br />");}
function bathroom_003_price(){document.write(" <br />");}
function bathroom_003_wood(){document.write(" ");}

//bathroom_004
function bathroom_004_number(){document.write("BH004");}
function bathroom_004_name(){document.write("Custom Cherry Vanity ");}
function bathroom_004_size(){document.write(" <br /> ");}
function bathroom_004_description(){document.write("Bathroom remodel by Alpha Remodeling");}
function bathroom_004_extra(){document.write(" <br />");}
function bathroom_004_price(){document.write(" <br />");}
function bathroom_004_wood(){document.write(" ");}

//bathroom_005
function bathroom_005_number(){document.write("BH005");}
function bathroom_005_name(){document.write("Custom Pine Linen Closet ");}
function bathroom_005_size(){document.write(" <br /> ");}
function bathroom_005_description(){document.write("");}
function bathroom_005_extra(){document.write(" <br />");}
function bathroom_005_price(){document.write(" <br />");}
function bathroom_005_wood(){document.write(" ");}

//bathroom_006
function bathroom_006_number(){document.write("BH006");}
function bathroom_006_name(){document.write("Custom Bathroom Cabinet Shelving ");}
function bathroom_006_size(){document.write(" <br /> ");}
function bathroom_006_description(){document.write("Poplar Painted White");}
function bathroom_006_extra(){document.write(" <br />");}
function bathroom_006_price(){document.write(" <br />");}
function bathroom_006_wood(){document.write(" Cherry");}






