function pics(img,ref)
{
	document.getElementById(img).src = ref;
}