function swap(image){
	window.document.active.src = "images/" + image + ".jpg";
	return false;
}