function input(Base,Id){
  if(Base==0){
    //document.getElementById(Id).style.borderColor='#AFC4D3';
    //document.getElementById(Id).style.color='#AFC4D3';
  }else if(Base==1){
    //document.getElementById(Id).style.borderColor='#425B71';
    //document.getElementById(Id).style.color='#425B71';
  }
}
function button(Base,Id){
  if(Base==0){
    //document.getElementById(Id).style.borderColor='#A224C1';
  }else if(Base==1){
    //document.getElementById(Id).style.borderColor='#731A8B';
  }
}
function download(yahoo){
  window.location='./download.php?yids=' + yahoo;
}