function SetMainImage(url)
{
	document.getElementById("imgMain").src = url;
}
