var strCat1 = "<ul><li><a href='http://www.japan-world-trends.com/chn/auiae/eo/a/000149.php'>美俄协调的时代与欧亚大陆美中俄三角关系的平衡变化</a></li><li><a href='http://www.japan-world-trends.com/chn/auiae/eac/oe/000144.php'>希腊国债问题是否宣告了殖民地主义之后世界体制的终结？</a></li></ul>";
var strCat2 = "<ul><li><a href='http://www.japan-world-trends.com/chn/auiae/eo/a/000150.php'>富山纪行 1  产品制造中心</a></li><li><a href='http://www.japan-world-trends.com/chn/auiae/eo/a/000149.php'>美俄协调的时代与欧亚大陆美中俄三角关系的平衡变化</a></li></ul>";
var strCat3 = "<ul><li><a href='http://www.japan-world-trends.com/chn/auiae/eo/a/000150.php'>富山纪行 1  产品制造中心</a></li><li><a href='http://www.japan-world-trends.com/chn/auiae/eo/a/000148.php'>日本人应该具有“追求更美好生活的”模式</a></li></ul>";
var strCat4 = "<ul><li><a href='http://www.japan-world-trends.com/chn/auiae/eo/a/000150.php'>富山纪行 1  产品制造中心</a></li><li><a href='http://www.japan-world-trends.com/chn/auiae/eo/a/000149.php'>美俄协调的时代与欧亚大陆美中俄三角关系的平衡变化</a></li><li><a href='http://www.japan-world-trends.com/chn/auiae/eo/a/000148.php'>日本人应该具有“追求更美好生活的”模式</a></li><li><a href='http://www.japan-world-trends.com/chn/eeaeoau/000147.php'>外国怎么样与我无关――无法超脱的外交官</a></li><li><a href='http://www.japan-world-trends.com/chn/auiae/eac/ncoe/000146.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);
	}

}