function red(){

if (!document.calc.Students[0].selected && !document.calc.Staff[0].selected && document.calc.qty.value !="" && !document.calc.Season[0].selected && !document.calc.Travel[0].selected && !document.calc.Course[0].selected){
red1();
red2();
red3();
red4();
red5();
red6();
red7();
red8();
red9();
red10();
}
}
function red10(){
if (document.calc.qty.value>=9 && (document.calc.textarea_10.value=='Description appears here'||document.calc.select_20[0].selected)){
document.calc.textarea_10.style.backgroundColor = '#FF0000'
}
}
function red9(){
if (document.calc.qty.value>=8 && (document.calc.textarea_9.value=='Description appears here'||document.calc.select_18[0].selected)){
document.calc.textarea_9.style.backgroundColor = '#FF0000'
}
}
function red8(){
if (document.calc.qty.value>=7 && (document.calc.textarea_8.value=='Description appears here'||document.calc.select_16[0].selected)){
document.calc.textarea_8.style.backgroundColor = '#FF0000'
}
}
function red7(){
if (document.calc.qty.value>=6 && (document.calc.textarea_6.value=='Description appears here'||document.calc.select_12[0].selected)){
document.calc.textarea_6.style.backgroundColor = '#FF0000'
}
}
function red6(){
if (document.calc.qty.value>=5 && (document.calc.textarea_5.value=='Description appears here'||document.calc.select_10[0].selected)){
document.calc.textarea_5.style.backgroundColor = '#FF0000'
}
}
function red5(){
if (document.calc.qty.value>=4 && (document.calc.textarea_4.value=='Description appears here'||document.calc.select_8[0].selected)){
document.calc.textarea_4.style.backgroundColor = '#FF0000'
}
}
function red4(){
if (document.calc.qty.value>=3 && (document.calc.textarea_3.value=='Description appears here'||document.calc.select_6[0].selected)){
document.calc.textarea_3.style.backgroundColor = '#FF0000'
}
}
function red3(){
if (document.calc.qty.value>=2 && (document.calc.textarea_2.value=='Description appears here'||document.calc.select_4[0].selected)){
document.calc.textarea_2.style.backgroundColor = '#FF0000'
}
}
function red2(){
if (document.calc.select_14[0].selected){
document.calc.textarea_7.style.backgroundColor = '#FF0000'
}
}
function red1(){
if (document.calc.select_2[0].selected){
document.calc.textarea_1.style.backgroundColor = '#FF0000'
}
}