function create_leftmenu( k )
{
	var Ref="";
	M = new Array()
	for( i=0; i<=30; i++) {
		if ( i != k )  
			{  M[i] = ''  }
		else
			{  M[i] = 'style="text-decoration: underline"'  }
	}
	
	str = ''
	str +=	'		<img src="/russia/pic/com/pix-grey.gif" width="165" height="1" alt="" vspace=5><br>'
	str +=	'		<a class="leftNav" href="/russia/corporate/eng/transaction_services.htm">Transaction Services</a><br>'
	str +=	'		<img src="/russia/pic/com/pix-grey.gif" width="165" height="1" alt="" vspace=5><br>'
	str +=	'		<a class="leftNav" href="/russia/corporate/eng/treasury_services.htm">Treasury Services</a><br>'
	str +=	'		<img src="/russia/pic/com/pix-grey.gif" width="165" height="1" alt="" vspace=5><br>'
	str +=	'		<a class="leftNav" ' + M[0] + ' href="/russia/corporate/eng/equity.htm">Capital Raising</a><br>'
	str +=	'		<table width="100%" cellpadding=0 cellspacing=5 border=0>'
	str +=	'		<tr><td style="padding-left: 5px"><a class="leftNavSub" ' + M[1] + ' href="equity.htm">Equity</a></td></tr>'
	str +=	'		<tr><td style="padding-left: 5px"><a class="leftNavSub" ' + M[2] + ' href="debt.htm">Debt</a></td></tr>'
	str +=	'		</table>'
	str +=	'		<img src="/russia/pic/com/pix-grey.gif" width="165" height="1" alt="" vspace=5><br>'
	str +=	'		<a class="leftNav" href="/russia/corporate/eng/securities_services.htm">Securities, Depositary Receipts, Agency &amp; Trust</a><br>'
	str +=	'		<img src="/russia/pic/com/pix-grey.gif" width="165" height="1" alt="" vspace=5><br>'
	str +=	'		<a class="leftNav" href="/russia/corporate/eng/services_for_fi.htm">Services for Financial Institutions</a><br>'
	str +=	'		<img src="/russia/pic/com/pix-grey.gif" width="100%" height="1" alt="" vspace=5><br>'
	str += 	'		<br><br>'

	document.write( str )
}
