function image_change(What,To_What) {
 document[What].src = '../images/' + To_What;
 }