function tab_image(val,path)
{
	document.getElementById(val).src=path;
}
