var strCat1 = "<ul><li><a href=http://www.japan-world-trends.com/en/civilization/it_is_exac.php>Twentieth anniversary of the fall of the Soviet Union</a></li><li><a href=http://www.japan-world-trends.com/en/civilization/post_38.php>A proposal for a healthy economic growth</a></li></ul>";
var strCat2 = "<ul><li><a href=http://www.japan-world-trends.com/en/civilization/n.php>The year of the dragon hath come</a></li><li><a href=http://www.japan-world-trends.com/en/civilization/it_is_exac.php>Twentieth anniversary of the fall of the Soviet Union</a></li></ul>";
var strCat3 = "<ul><li><a href=http://www.japan-world-trends.com/en/civilization/n.php>The year of the dragon hath come</a></li><li><a href=http://www.japan-world-trends.com/en/annes_corner/design_of_our_daughter_rika_ka.php>Design of our daughter Rika KAWATO accepted by Danish Georg Jensen Damask</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);
	}

}
