var strCat1 = "<ul><li><a href='http://www.japan-world-trends.com/ja/cat-1/lll_2.php'>欧州危機にだれがどう対処するか</a></li><li><a href='http://www.japan-world-trends.com/ja/cat-1/post_983.php'>ロシアでの反政府集会と市民のムード</a></li></ul>";
var strCat2 = "<ul><li><a href='http://www.japan-world-trends.com/ja/cat-1/lll_2.php'>欧州危機にだれがどう対処するか</a></li><li><a href='http://www.japan-world-trends.com/ja/cat-91/post_988.php'>アマチュアの音楽</a></li></ul>";
var strCat3 = "<ul><li><a href='http://www.japan-world-trends.com/ja/cat-94/post_980.php'>世界の中で日本は生き残れるのか？</a></li><li><a href='http://www.japan-world-trends.com/ja/cat-40/post_978.php'>一人一人に背番号を</a></li></ul>";
var strCat4 = "<ul><li><a href='http://www.japan-world-trends.com/ja/cat-1/lll_2.php'>欧州危機にだれがどう対処するか</a></li><li><a href='http://www.japan-world-trends.com/ja/cat-91/post_988.php'>アマチュアの音楽</a></li><li><a href='http://www.japan-world-trends.com/ja/cat-96/post_987.php'>消費税　駆け込み需要</a></li><li><a href='http://www.japan-world-trends.com/ja/cat-91/post_986.php'>日本赤十字社と東日本大震災</a></li><li><a href='http://www.japan-world-trends.com/ja/cat-96/post_984.php'>定年になったのは　日本のサラリーマン社会全体</a></li></ul>";

function LeftMenu(myCategory) {

	if( myCategory == "世界はこう変わる" ){
		document.write(strCat1);
	}
	else if( myCategory == "論文" ){
		document.write(strCat2);
	}
	else if( myCategory == "街角での雑想" ){
		document.write(strCat3);
	}
	else if( myCategory == "論文5" ){
		document.write(strCat4);
	}
}
