function select(id){
document.getElementById(id).select()
}