
function Key_List(strT){
	document.write('<span id="_KeyList" style="display:none">\
    		<A href="/H6.aspx?F=/CMS/Search/Index.P6&T=_" class="t12blue">论坛首页</A>&nbsp;|&nbsp;');
    	
    	strT_Key=" ";
		WriteKey('论坛','首页');WriteKey('D_59','小学数学');
		WriteKey('D_60','初中数学');
		WriteKey('D_35','高中数学');
		WriteKey('D_60','初中数学');
		WriteKey('D_61','大学数学');
		WriteKey('书籍','书籍');
	document.write('</span>');
	
   	document.write('<span id="BBS_KeyList" style="display:none">\
    		<A href="/H6.aspx?F=/CMS/Search/Index.P6" class="t12blue">论坛首页</A>&nbsp;|&nbsp;');

		strT_Key="BBS_";
		WriteKey('FunnyAI');
		WriteKey('人工智能');
		WriteKey('自然语言');
		WriteKey('哲学');
		WriteKey('心理');
		WriteKey('管理');
		WriteKey('语言');
		WriteKey('书籍');
		WriteKey('理性的快乐生活');

	document.write('<A href="/H6.aspx?F=/CMS/Search/Search.P6&T=BBS_&Key=SYS.%E8%AE%A8%E8%AE%BA"\
		 class="t12blue" style="color:red">推荐讨论帖</A>&nbsp;');
	document.write('</span>');
 
	
	document.write('<span id="URL_KeyList" style="display:none">\
    		<A href="/H6.aspx?F=/CMS/Search/Index.P6&T=URL_&Key=%E8%8B%B1%E8%AF%AD" class="t12blue">URL首页</A>&nbsp;|&nbsp;');
    		
		strT_Key="URL_";
		WriteKey('工作');WriteKey('学习');WriteKey('研究');
		WriteKey('生活');WriteKey('娱乐');
	document.write('</span>');
	
	
	document.write('<span id="USER_KeyList" style="display:none">\
    		<A href="/H6.aspx?F=/CMS/Search/Index.P6&T=USER_" class="t12blue">USER_首页</A>&nbsp;|&nbsp;');
    		
		strT_Key="USER_";
		WriteKey('生活');WriteKey('娱乐');
		WriteKey('工作');WriteKey('学习');
		WriteKey('研究');
		
		
	document.write('</span>');

	strT=strT.toUpperCase();
	if (document.getElementById(strT+"KeyList")){
		document.getElementById(strT+"KeyList").style.display="block";
	}
}
