var parent=null; function ch(id) { if(parent!=id) { document.getElementById(id).src="/images/order/restaurant/"+id+"_1.gif"; if(parent)document.getElementById(parent).src="/images/order/restaurant/"+parent+".gif"; parent=id; } }