<!--//
var type = 'gif';
var url2 = '/img/';
function ChgImg(name,flg){
	document.images[name].src = url2+name+flg+'.'+type;
}
//-->