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"'  }
	}
   
	k = "" + k
	if ( k.indexOf("ad") == 0 ) { Ref = "?ref=" + k }

	str	=	''

	str+='	<td valign="top" width="165">'
	str+='		<img src="/russia/pic/com/pix-grey.gif" width="100%" height="1" alt="" vspace=5><br>'
	str+='		<a class="leftNav" href="/russia/citione/eng/citione.htm">CitiOne</a><br>'
	str+='		<img src="/russia/pic/com/pix-grey.gif" width="100%" height="1" alt="" vspace=5><br>'
	str+='		<a class="leftNav" href="/russia/citigold/eng/citigold.htm">Citigold</a><br>'
	str+='		<img src="/russia/pic/com/pix-grey.gif" width="100%" height="1" alt="" vspace=5><br>'
	str+='		<a class="leftNav" href="/russia/cards/eng/main.htm">Credit Cards</a><br>'
	str+='		<img src="/russia/pic/com/pix-grey.gif" width="100%" height="1" alt="" vspace=5><br>'
	str+='		<a class="leftNav" href="/russia/loan/eng/loan.htm">Personal Loans</a><br>'
	str+='		<img src="/russia/pic/com/pix-grey.gif" width="100%" height="1" alt="" vspace=5><br>'
	str+='		<a class="leftNav" href="/russia/invest/eng/invest.htm"><nobr>Investment Products</nobr></a><br>'
	str+='		<img src="/russia/pic/com/pix-grey.gif" width="100%" height="1" alt="" vspace=5><br>'
	str+='		<a class="leftNav" ' + M[0] + ' href="/russia/products/eng/savings.htm">Savings</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="/russia/products/eng/deposits.htm">Time Deposits</a></td></tr>'
	str+='			<tr><td style="padding-left: 5px"><a class="leftNavSub" ' + M[2] + ' href="/russia/products/eng/deposit_topup.htm">Top-up Deposits</a></td></tr>'
	str+='			<tr><td style="padding-left: 5px" nowrap><a class="leftNavSub" ' + M[3] + ' href="/russia/products/eng/travel.htm">Travel Savings Accounts</a></td></tr>'
	str+='		</table>'
	str+='		<img src="/russia/pic/com/pix-grey.gif" width="100%" height="1" alt="" vspace=5><br>'
	str+='		<a class="leftNav" href="/russia/atwork/eng/main.htm">Citibank at Work</a><br>'
	str+='		<img src="/russia/pic/com/pix-grey.gif" width="100%" height="1" alt="" vspace=5><br>'
	str+='		<a class="leftNav" href="/russia/insurance/eng/insur.htm">Insurance</a><br>'
	str+='		<img src="/russia/pic/com/pix-grey.gif" width="100%" height="1" alt="" vspace=5><br>'
	str+='	</td>'










	document.write( str )
}
