function changeImage(url)
{
	document.images.img1.src=url;
	document.getElementById("link1").href=url;
}