// JavaScript Documentvar img_val;function ov(obj,val) {	img_val = obj.src;	obj.src = val;}function ou(obj) {	obj.src = img_val;}
