function btndown(id) { images[id].src = "../"+ id + "dn.gif"; } function btnup(id) { images[id].src = "../"+ id + ".gif"; }