//:::: Change Imagesfunction changeImage(o,s) {	if (document.getElementById) {		o.firstChild.src = s;	}}