// JavaScript Document

function swapImage(imgsrc){
	var ol=document.getElementById("fullimage");
	ol.src=imgsrc;
}