function create_leftmenu( k )
{
	M = new Array()
	for( i=0; i<=30; i++)
		if ( i != k )  
			{  M[i] = ''  }
		else
			{  M[i] = 'style="text-decoration: underline;"'  }

	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/info/eng/applications.htm">Forms</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/info/eng/tariffs.htm">Tariffs</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/promo/eng/specialoffers.htm">Special Offers</a><br>'
	str +=	'			<table width="100%" cellpadding=0 cellspacing=5 border=0>'
//	str +=	'			<tr><td style="padding-left: 5px"><a class="leftNavSub" ' + M[3] + ' href="/russia/promo/eng/gol_fifa2006.htm">Use your chance to witness of a key World CUP goal!</a></td></tr>'
//	str +=	'			<tr><td style="padding-left: 5px"><a class="leftNavSub" ' + M[2] + ' href="/russia/promo/eng/ipod.htm">Get an i-Pod Nano<br>as a gift!</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/info/eng/faq.htm">FAQ</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/info/eng/contacts.htm">Contacts</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/branches/eng/branches.htm">Branches and ATMs</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/info/eng/security.htm">Security</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/info/eng/terms.htm"><nobr>Terms &amp; Conditions</nobr></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/info/eng/payment_details.htm">Payment Details</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/info/eng/expats.htm">Expats</a><br>'
	str +=	'			<img src="/russia/pic/com/pix-grey.gif" width="100%" height="1" alt="" vspace=5><br>'

	str +=	'		</td>'

	document.write( str )
}

