Bookcases
Furniture
Special
Full/Full Bunkbed with Trundle Bed
$1,067.00
Sturdy Columbia-style bunk bed with space-saving trundle bed on casters. Includes a built-in modesty panel for extra stability and a neat, tidy appearance. This bunk bed comes in a beautiful Antique Walnut finish over sustainably-harvested hardwood. Top and bottom beds can be separated.
Dimensions: L 80-1/2" W 58-3/8" H 68-1/8"
Bunkbed Features:
- Easy to assemble
- Includes a space-saving Raised-Panel Trundle Bed on casters
- Modesty Panel for extra stability and a neat appearance
- Constructed of solid eco-friendly hardwood
- Protected by our high build five step finish
- 26 point steel reinforcement with mortise & tenon joinery
- Four steel connectors reinforce the strength of the ladders
- Matching guard rails designed to accent the style of the upper and lower panels
- Includes two 14 piece slat kits
- Accepts up to a nine inch mattress on the upper platform
- Allows your child plenty of headroom on the lower platform
- Color: Antique Walnut
- Weight: 300 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;
}
}




