Bookcases
Furniture
Special
"ProLine II" Office Chairs
Choose from a wide selection of high quality office chairs at discounted Factory-Direct prices. We have a wide range of Leather Office Chairs, Ergonomic Office Chairs, Visitor's Chairs, and more. Office Star is the industry leader for quality office chairs. You simply cannot find a better chair for the money! With free shipping and no sales tax, "the price you see is the price you pay."
Mesh High Back
High Back Mesh Office Chair
Model#7160
DIMENSIONS:
Seat Size: 20.5" Wide x 19" Deep x 3.25" Thick
$199.00
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;
}
}
Big and Tall Executive
Big & Tall Executive Chair
Model#7102
DIMENSIONS:
Seat Size: 23" Wide x 20.5" Deep x 4.5" Thick
$310.00
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;
}
}
Leather Executive
Executive Leather Office Chair
Model#8201
$255.00
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;
}
}
Ergonomic Leather
Leather Ergonomic Office Chair
Model#54890
$299.00
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;
}
}



