var strCat1 = "<ul><li><a href='http://www.japan-world-trends.com/chn/eacaeacaieo/000194.php'>“民主化”是万能的灵丹妙药吗？</a></li><li><a href='http://www.japan-world-trends.com/chn/eacaeacaieo/000191.php'>围绕“普世价值观”的争论不是普世的</a></li></ul>";
var strCat2 = "<ul><li><a href='http://www.japan-world-trends.com/chn/eacaeacaieo/000194.php'>“民主化”是万能的灵丹妙药吗？</a></li><li><a href='http://www.japan-world-trends.com/chn/eoeoc/000193.php'>地震、海啸、核电站事故的现状</a></li></ul>";
var strCat3 = "<ul><li><a href='http://www.japan-world-trends.com/chn/eoeoc/000193.php'>地震、海啸、核电站事故的现状</a></li><li><a href='http://www.japan-world-trends.com/chn/eoeoc/000190.php'>日本大地震——日本人遵守秩序？还是仅仅是意志薄弱而已</a></li></ul>";
var strCat4 = "<ul><li><a href='http://www.japan-world-trends.com/chn/eacaeacaieo/000194.php'>“民主化”是万能的灵丹妙药吗？</a></li><li><a href='http://www.japan-world-trends.com/chn/eoeoc/000193.php'>地震、海啸、核电站事故的现状</a></li><li><a href='http://www.japan-world-trends.com/chn/eacaeacaieo/000191.php'>围绕“普世价值观”的争论不是普世的</a></li><li><a href='http://www.japan-world-trends.com/chn/auiae/eo/000192.php'>test</a></li><li><a href='http://www.japan-world-trends.com/chn/eoeoc/000190.php'>日本大地震——日本人遵守秩序？还是仅仅是意志薄弱而已</a></li></ul>";

function LeftMenu(myCategory) {

	if( myCategory == "tsubuyaki" ){
		document.write(strCat1);
	}
	else if( myCategory == "ronbun" ){
		document.write(strCat2);
	}
	else if( myCategory == "zassou" ){
		document.write(strCat3);
	}
	else if( myCategory == "ronbun5" ){
		document.write(strCat4);
	}

}
