// JavaScript Document
function zoomer(image)
{
i = document.getElementById("zoom");
i.setAttribute("src",image);
}