//end animated layer function
function swap_pic(id,src)
{
	document.getElementById(id).src=src;
}
