var ict_tm = document.getElementsByTagName("SPAN");
var ict_tm_aa = 1;
	for (var ict_tm_y=0; ict_tm_y<ict_tm.length; ict_tm_y++) {
		if (ict_tm[ict_tm_y].className == "ict_get_text") {
			ict_tm[ict_tm_y].id="ict_tm_" + ict_tm_aa;
			ict_tm_aa = ict_tm_aa + 1;
		}
	}
	
	if (document.getElementById("ict_tm_1")) {
		document.getElementById("ict_tm_1").innerHTML = ict_txmenu_1;
	}
	
	if (document.getElementById("ict_tm_2")) {
		document.getElementById("ict_tm_2").innerHTML = ict_txmenu_2;
	}
	
	if (document.getElementById("ict_tm_3")) {
		document.getElementById("ict_tm_3").innerHTML = ict_txmenu_3;
	}
	
	if (document.getElementById("ict_tm_4")) {
		document.getElementById("ict_tm_4").innerHTML = ict_txmenu_4;
	}
	
	if (document.getElementById("ict_tm_5")) {
		document.getElementById("ict_tm_5").innerHTML = ict_txmenu_5;
	}
	
	if (document.getElementById("ict_tm_6")) {
		document.getElementById("ict_tm_6").innerHTML = ict_txmenu_6;
	}
	
	if (document.getElementById("ict_tm_7")) {
		document.getElementById("ict_tm_7").innerHTML = ict_txmenu_7;
	}
	
	if (document.getElementById("ict_tm_8")) {
		document.getElementById("ict_tm_8").innerHTML = ict_txmenu_8;
	}
	
	if (document.getElementById("ict_tm_9")) {
		document.getElementById("ict_tm_9").innerHTML = ict_txmenu_9;
	}
	
	if (document.getElementById("ict_tm_10")) {
		document.getElementById("ict_tm_10").innerHTML = ict_txmenu_10;
	}

