Bookcases
Furniture
Special
Twin/Twin Bunkbed with Drawers
$815.00
Sturdy Richmond-style bunk bed with space-saving, raised-panel drawers on casters. The Richmond Bunk Bed's arch and slat design gives it a classic look that will fit with your child's bedroom style. Designed for durability, the Richmond is comprised of Eco-friendly Hardwood. It has a solid mortise and tenon construction with 26 steel reinforcement points and includes two 14 piece slat kits, making box springs and Bunkie Boards unnecessary. This bunk bed comes in a beautiful Natural Maple finish. Top and bottom beds can be separated.
Dimensions: L 78-7/8" W 41-3/8" H 69-1/4"
Bunkbed Features:
- Easy to assemble
- Includes 2 convenient "raised-panel" storage drawers on casters
- Four steel connectors reinforce the strength of the ladders
- Matching guard rails designed to accent the style of the upper and lower panels
- Accepts up to a nine inch mattress on the upper platform
- Allows your child plenty of headroom on the lower platform
- Protected by our high build five step finishes
- Color: Natural Maple
- Weight: 245-1/2 Lbs.
function IsNumeric(sText,id) {
var ValidChars = "0123456789.";
var IsNumber=true;
var Char;
if(sText=='' || sText==null){
alert('Enter Quantity')
document.getElementById(id).value = '';
return false;
}
for (i = 0; i < sText.length && IsNumber == true; i++) {
Char = sText.charAt(i);
if (ValidChars.indexOf(Char) == -1) {
IsNumber = false;
}
}
if(IsNumber==false){
document.getElementById(id).value = '';
return false;
}else{
return true;
}
}




