function swap(img, ref) { 
if (document.images) { document[img].src = ref; } 
}
