function GoTo(link)
{

	document.getElementById('right').src= link;

}

