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 }

	form_params = " '', '', '' "
	
	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/news/rus/news.htm">Новости</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/citigroup/rus/about.htm">О "Ситибанке"</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/citigroup/rus/career.htm">Карьера в Ситибанке</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/main/rus/promise.htm">Правовая информация</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/main/rus/promise.htm">Соблюдение неприкосновенности частной жизни</a></td></tr>'
	str += '	<tr><td style="padding-left: 5px"><a class="leftNavSub" ' + M[2] + ' href="/russia/main/rus/privacy.htm">Конфиденциальность <br>в интернете</a></td></tr>'
	str += '	<tr><td style="padding-left: 5px" nowrap><a class="leftNavSub" '+ M[3] +' href="/russia/main/rus/disclamer.htm">Условия, предостережения <br>и&nbsp;оговорки</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/citigroup/rus/press_corner.htm">Для прессы</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/citigroup/rus/corp_citizenship.htm">Корпоративная социальная ответственность</a>'
	str += ' 	<img src="/russia/pic/com/pix-grey.gif" width="100%" height="1" alt="" vspace=5><br>'
	str += ' </td>'


	document.write( str )
}