function write_foot(id_){

  var foot_txt= "Member of the Philippine Deposit Insurance Corporation. Maximum Deposit Insurance for Each Depositor up to P250,000. Copyright General Electric Company 1997 -  " + new Date().getFullYear();
  
  var cont_=document.getElementById(id_).innerHTML= foot_txt;
  return true;
}

write_foot("foot_copy");