function allow_customisation(strType){
  i=0;
  while(document.getElementById("si_"+strType+"_property_"+i) != null){
    document.getElementById("si_"+strType+"_property_"+i).disabled=(document.getElementById("si_"+strType).checked==false);
    i++;
  }
}