﻿function CheckForm(obj1) { 
 /* if (!obj1.accept.checked){
  alert ("Please agree to the return policy.");
  return false;
 }
 else */ if (obj1.s0.value == "none"){
  alert ("You must select a value for Color.");
  return false;
 }
 return true;
}
