function GoRes(compno){
window.location="CLSresults.php?action=COMP"+compno;
};

function GoQPrint(action){
aname = action;
window.location="CLSresultsQprint.php?action="+aname;
};

function GoQual(name){
cname = document.comp1.name.value.toUpperCase();
window.location="CLSresultsQ.php?action=MEMB"+cname;
};

function GoComp(year, gender){
window.location="CLScompetitions.php?year="+year+"&gender="+gender;
};

function RefreshComps(year, gender){
window.location="CLScompetitions.php?year="+year+"&gender="+gender;
};


function FullRes(compno){
window.location="CLSresultsQ.php?action=COMP"+compno;
};

function putFocus(formInst, elementInst) {
  if (document.forms.length > 0) {
   document.forms[formInst].elements[elementInst].focus();
  }
 }
