function box_close(foo){

document.getElementById(foo).style.display = 'none';

}
