	function create_leftmenu( k )
{
	setTopMenuItem("mi_corpresp")

	var Ref="";
	M = new Array()
	for( i=0; i<=30; i++) {
		if ( i != k )  
			{  M[i] = ''  }
		else
			{  M[i] = 'id="active"'  }
	}
	  
	str = ''
	str += 	'	<td valign="top" width="165">'
	str +=	'		<div class="menuheader"><a href="/russia/citigroup/eng/corp_citizenship.htm">Corporate Citizenship</a></div>'
	str +=	'		<ul class="leftmenu">'
	str +=	'		<li ' + M[1] + '><a class="leftNavSub" href="/russia/citigroup/eng/corp_fin_education.htm">Financial Education</a></li>'
	str +=	'		<li ' + M[2] + '><a class="leftNavSub" href="/russia/citigroup/eng/corp_micro.htm">Micro-entrepreneurship and micro-finance centres</a></a></li>'
	str +=	'		<li ' + M[3] + '><a class="leftNavSub" href="/russia/citigroup/eng/corp_education.htm">Education of future generations / the development of local communities</a></a></li>'
	str +=	'		<li ' + M[4] + '><a class="leftNavSub" href="/russia/citigroup/eng/corp_volunteer.htm">Volunteer activity</a></a></li>'
	str +=	'		<li ' + M[5] + '><a class="leftNavSub" href="/russia/citigroup/eng/1mln_trees.htm">One million trees<br> on behalf of one<br> million clients</a></a></li>'
	str +=	'		<li ' + M[6] + '><a class="leftNavSub" href="/russia/citigroup/eng/1mln_trees_diary.htm">One million trees<br> on behalf of one<br> million clients<br>The Chronicles</a></a></li>'
	str +=	'		<li ' + M[7] + '><a class="leftNavSub" href="/russia/citigroup/eng/charity.htm">Easy way for clients\' donations to&nbsp;charitable organizations</a></li>'
	str +=	'		</ul>'
	str += 	'		</div>'
	if ( M[6] ) {
		str += 	'		<div style="text-align:center;padding-top:20px"align="center"><a href="trees_postcard.htm" title="" target="_blank"><img src="/russia/pic/com/tree_button.jpg" width="166" height="180" alt="" border="0"><br>Interactive flash card<img src="/russia/pic/com/arr2-right.gif" height="7" width="8" border="0"></a></div>'
	}
	str += 	'	</td>'

	document.write( str )
}
