<!--
function Chg(ImNm, Vsbl){
	if (document.images) {
    document.images[ImNm].src = "img/" + ImNm + (Vsbl ? "_" : "") + ".gif";}
	}
//-->