function swtch_img(obj,stan)
{
	o = document.getElementById(obj);
	if ( o != null )
		{
		o.src = "img/"+obj+"_"+stan+".gif";
		}
}


