// JavaScript Document

function changeContent(srcimg)

{
document.getElementById('large_img').src=srcimg;
}
