
function pic(id, pic)
{
	document.getElementById(id).src=pic;
}
