// JavaScript Document
function ChangeIMG(bigimg,id)
{
	document.getElementById("mainimg").src = "Yacht/"+id+"/" + bigimg;
	return false;
}