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/eng/news.htm">News</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/eng/about.htm">About Us</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/eng/vacancies.htm">Vacancies</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/eng/promise.htm">Legal</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/citigroup/eng/press_corner.htm">Press Corner</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/citigroup/eng/press_club.htm">Press Club</a></td></tr>'
     str += '<tr><td style="padding-left: 5px"><a class="leftNavSub"  ' + M[3] + 'href="/russia/citigroup/eng/press_logos.htm">Image Library</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/eng/corp_citizenship.htm">Corporate Citizenship</a><br>'
	 str += '<img src="/russia/pic/com/pix-grey.gif" width="100%" height="1" alt="" vspace=5> '
	 str += '</td>'
document.write( str )
}