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"'  }
	}
	
	form_params = " 'citione', 'rus', '' "
   
	str = ''
	str +=	'		<img src="/russia/pic/com/pix-grey.gif" width="165" height="1" alt="" vspace=5><br>'
	str +=	'		<a class="leftNav" ' + M[1] + ' 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" ' + M[2] + ' 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[3] + ' href="/russia/corporate/eng/equity.htm">Capital Raising</a><br>'
	str +=	'		<img src="/russia/pic/com/pix-grey.gif" width="165" height="1" alt="" vspace=5><br>'
	str +=	'		<a class="leftNav" ' + M[4] + ' 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" ' + M[5] + ' 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 )
}

