function displaySelect(isDisplay){
  var allselect = document.getElementsByTagName("select");
  if(isDisplay=="0"){
    for(i=0;i
