function checkValue1(){
if (document.frmOne.os0.options[document.frmOne.os0.options.selectedIndex].value ==0){
alert ("Please select a size");
return false;
}
if (document.frmOne.os1.options[document.frmOne.os1.options.selectedIndex].value ==0){
alert ("Please select a color");
return false;
}
document.frmOne.submit();
}

function checkValue2(){
if (document.frmTwo.os0.options[document.frmTwo.os0.options.selectedIndex].value ==0){
alert ("Please select a size");
return false;
}
if (document.frmTwo.os1.options[document.frmTwo.os1.options.selectedIndex].value ==0){
alert ("Please select a color");
return false;
}
document.frmTwo.submit();
}

function checkValue3(){
if (document.frmThree.os0.options[document.frmThree.os0.options.selectedIndex].value ==0){
alert ("Please select a size");
return false;
}
if (document.frmThree.os1.options[document.frmThree.os1.options.selectedIndex].value ==0){
alert ("Please select a color");
return false;
}
document.frmThree.submit();
}

function checkValue4(){
if (document.frmFour.os0.options[document.frmFour.os0.options.selectedIndex].value ==0){
alert ("Please select a size");
return false;
}
if (document.frmFour.os1.options[document.frmFour.os1.options.selectedIndex].value ==0){
alert ("Please select a color");
return false;
}
document.frmFour.submit();
}

function checkValue5(){
if (document.frmFive.os0.options[document.frmFive.os0.options.selectedIndex].value ==0){
alert ("Please select a size");
return false;
}
if (document.frmFive.os1.options[document.frmFive.os1.options.selectedIndex].value ==0){
alert ("Please select a color");
return false;
}
document.frmFive.submit();
}

function checkValue6(){
if (document.frmSix.os0.options[document.frmSix.os0.options.selectedIndex].value ==0){
alert ("Please select a size");
return false;
}
if (document.frmSix.os1.options[document.frmSix.os1.options.selectedIndex].value ==0){
alert ("Please select a color");
return false;
}
document.frmSix.submit();
}

function checkValue7(){
if (document.frmSeven.os0.options[document.frmSeven.os0.options.selectedIndex].value ==0){
alert ("Please select a size");
return false;
}
if (document.frmSeven.os1.options[document.frmSeven.os1.options.selectedIndex].value ==0){
alert ("Please select a color");
return false;
}
document.frmSeven.submit();
}

function checkValue8(){
if (document.frmEight.os0.options[document.frmEight.os0.options.selectedIndex].value ==0){
alert ("Please select a size");
return false;
}
if (document.frmEight.os1.options[document.frmEight.os1.options.selectedIndex].value ==0){
alert ("Please select a color");
return false;
}
document.frmEight.submit();
}

function checkValue9(){
if (document.frmNine.os0.options[document.frmNine.os0.options.selectedIndex].value ==0){
alert ("Please select a size");
return false;
}
if (document.frmNine.os1.options[document.frmNine.os1.options.selectedIndex].value ==0){
alert ("Please select a color");
return false;
}
document.frmNine.submit();
}

function checkValue10(){
if (document.frmTen.os0.options[document.frmTen.os0.options.selectedIndex].value ==0){
alert ("Please select a size");
return false;
}
if (document.frmTen.os1.options[document.frmTen.os1.options.selectedIndex].value ==0){
alert ("Please select a color");
return false;
}
document.frmTen.submit();
}

function checkValue11(){
if (document.frmEleven.os0.options[document.frmEleven.os0.options.selectedIndex].value ==0){
alert ("Please select a size");
return false;
}
if (document.frmEleven.os1.options[document.frmEleven.os1.options.selectedIndex].value ==0){
alert ("Please select a color");
return false;
}
document.frmEleven.submit();
}

function checkValue12(){
if (document.frmTwelve.os0.options[document.frmTwelve.os0.options.selectedIndex].value ==0){
alert ("Please select a size");
return false;
}
if (document.frmTwelve.os1.options[document.frmTwelve.os1.options.selectedIndex].value ==0){
alert ("Please select a color");
return false;
}
document.frmTwelve.submit();
}

function checkValue13(){
if (document.frmThirteen.os0.options[document.frmThirteen.os0.options.selectedIndex].value ==0){
alert ("Please select a size");
return false;
}
if (document.frmThirteen.os1.options[document.frmThirteen.os1.options.selectedIndex].value ==0){
alert ("Please select a color");
return false;
}
document.frmThirteen.submit();
}

function checkValue14(){
if (document.frmFourteen.os0.options[document.frmFourteen.os0.options.selectedIndex].value ==0){
alert ("Please select a size");
return false;
}
if (document.frmFourteen.os1.options[document.frmFourteen.os1.options.selectedIndex].value ==0){
alert ("Please select a color");
return false;
}
document.frmFourteen.submit();
}

function checkValue15(){
if (document.frmFifteen.os0.options[document.frmFifteen.os0.options.selectedIndex].value ==0){
alert ("Please select a size");
return false;
}
if (document.frmFifteen.os1.options[document.frmFifteen.os1.options.selectedIndex].value ==0){
alert ("Please select a color");
return false;
}
document.frmFifteen.submit();
}

function checkValue16(){
if (document.frmSixteen.os0.options[document.frmSixteen.os0.options.selectedIndex].value ==0){
alert ("Please select a size");
return false;
}
if (document.frmSixteen.os1.options[document.frmSixteen.os1.options.selectedIndex].value ==0){
alert ("Please select a color");
return false;
}
document.frmSixteen.submit();
}

function checkValue17(){
if (document.frmSeventeen.os0.options[document.frmSeventeen.os0.options.selectedIndex].value ==0){
alert ("Please select a size");
return false;
}
if (document.frmSeventeen.os1.options[document.frmSeventeen.os1.options.selectedIndex].value ==0){
alert ("Please select a color");
return false;
}
document.frmSeventeen.submit();
}
