var strCat1 = "<ul><li><a href=http://www.japan-world-trends.com/en/theses/japan/economy/the_end_of_progress.php>The End of &quot;Progress&quot;</a></li><li><a href=http://www.japan-world-trends.com/en/theses/the_world/china/sprouts_of_civic_norms_in_chin.php>Sprouts of civic norms in Chinese society and its implication for the governance</a></li></ul>";
var strCat2 = "<ul><li><a href=http://www.japan-world-trends.com/en/theses/japan/economy/the_end_of_progress.php>The End of &quot;Progress&quot;</a></li><li><a href=http://www.japan-world-trends.com/en/theses/the_world/china/sprouts_of_civic_norms_in_chin.php>Sprouts of civic norms in Chinese society and its implication for the governance</a></li></ul>";
var strCat3 = "<ul><li><a href=http://www.japan-world-trends.com/en/japan_diary/a_new_category---japan_as_a_hy.php>From a Soft Power to a &quot;Hysteria Power&quot;--Japan's case</a></li><li><a href=http://www.japan-world-trends.com/en/theses/japan/diplomacy/about_mrkan_our_new_prime_mini.php>About Mr.Kan, our new prime minister--too early to say anything</a></li></ul>";

function LeftMenu(myCategory) {

	if( myCategory == "World Trends" ){
		document.write(strCat1);
	}
	else if( myCategory == "Theses" ){
		document.write(strCat2);
	}
	else if( myCategory == "Japan Diary" ){
		document.write(strCat3);
	}

}