function loadPic(picID,toLoad)
{
	var imgObj = document.images[picID];
	imgObj.src = toLoad;
}