

function image_switch(id, img_path)
	{
		document.getElementById(id).src='images/common/'+img_path;
		
	}
