function xchange_pic(picid, pict)	{
	var i = document.getElementById(picid);
	i.src = pict;
	}
	
	
	