<!--
function GALselect(){
if (document.formel.GAL_WB_select.options[document.formel.GAL_WB_select.selectedIndex].value != "none") {
document.formel.GAL_WB.value = document.formel.GAL_WB_select.options[document.formel.GAL_WB_select.selectedIndex].value
 }
}
function CALselect(){
if (document.formel.CAL_WB_select.options[document.formel.CAL_WB_select.selectedIndex].value != "none") {
document.formel.CAL_WB.value = document.formel.CAL_WB_select.options[document.formel.CAL_WB_select.selectedIndex].value
 }
}
function TIGselect(){
if (document.formel.TIG_WB_select.options[document.formel.TIG_WB_select.selectedIndex].value != "none") {
document.formel.TIG_WB.value = document.formel.TIG_WB_select.options[document.formel.TIG_WB_select.selectedIndex].value
 }
}
function HERselect(){
if (document.formel.HER_WB_select.options[document.formel.HER_WB_select.selectedIndex].value != "none") {
document.formel.HER_WB.value = document.formel.HER_WB_select.options[document.formel.HER_WB_select.selectedIndex].value
 }
}
function TENselect(){
if (document.formel.TEN_WB_select.options[document.formel.TEN_WB_select.selectedIndex].value != "none") {
document.formel.TEN_WB.value = document.formel.TEN_WB_select.options[document.formel.TEN_WB_select.selectedIndex].value
 }
}
function VULselect(){
if (document.formel.VUL_WB_select.options[document.formel.VUL_WB_select.selectedIndex].value != "none") {
document.formel.VUL_WB.value = document.formel.VUL_WB_select.options[document.formel.VUL_WB_select.selectedIndex].value
 }
}
function MYCselect(){
if (document.formel.MYC_WB_select.options[document.formel.MYC_WB_select.selectedIndex].value != "none") {
document.formel.MYC_WB.value = document.formel.MYC_WB_select.options[document.formel.MYC_WB_select.selectedIndex].value
 }
}
function checkall(){
 CALA();
 BEJA();
 BOTA();
 MONA();
 NIQA();
 TIGA();
 GALA();
 HERA();
 TENA();
 CUBA();
 VULA();
 CASA();
 TRIA();
 REVA();
 ROQA();
 TILA();
 FUEA();
 MYCA();
 TABA();

}

//-->