function sh(id){
	if($(id)) $(id).setStyle('display', (($(id).getStyle('display') == 'none')? 'block' : 'none'));
}
function s_t(id){
	$$('.sub').each(function(itm){
		itm.removeClass("sel");
	});
	if ($("fv").sendTextFromHtml){$("fv").sendTextFromHtml(id)};
	$(("l_"+id)).addClass("sel");
	$("xmp").set("html", $(("t_"+id)).get("html"));
}
function go_2(id){
	$$('.sub').each(function(itm){itm.removeClass("sel");});
	$(("l_"+id)).addClass("sel");
	$("xmp").set("html", $(("t_"+id)).get("html"));
}