function move_in(img_id,img_src) {
document.getElementById(img_id).src=img_src;
}
function move_out(img_id,img_src) {
document.getElementById(img_id).src=img_src;
}