Bookcases
Furniture
Special
36" Oak Desk Hutch, File Cabinet
$2,699.00
This Oak Office Desk Set features a 36" wide desk, a hutch cabinet for storage, and a 3-drawer file cabinet on rolling casters. Rush furniture is made of real wood, with a layer of real oak veneer for additional strength and beauty. Finished on all sides, Rush Furniture looks beautiful anywhere you put it.
Rush Furniture is proudly Made in the USA!
Dimensions (Desk + Hutch): H 65-1/2" x W 36" x D 24"
Dimensions (File Cabinet): H 28" x W 15-7/8" x D 19-1/2"
Office Desk Set Features:
- Real Wood with Genuine Oak Veneer for strength and beauty.
- Convenient Hutch Cabinet for Storage
- Commercial Quality 3-Ply Construction
- 1" Thick Destop Worksurface
- 3-Drawer File Cabinet on rolling casters
- Finished on all sides
- Modular freestanding design can be arranged as desired
- UV-Cured Durable Finish is Environmentally Friendly
- Natural Color
- Ready to assemble
- Weight: 187 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;
}
}




