function show_bottom_address(eng)  // eng - 1- если текущая страница английская 0 - если тек. стр. русская ;
{
var menu = '';

if (eng)  // английское меню
{

	menu += '<table width=1024 border=0 cellpadding=0 cellspacing=0 height=61>';
	menu += '<tr>';
	menu += '<td width=373 class=bottom_style_td valign=top style="padding-left: 94;">Design: <a href="mailto:kiri-ko@yandex.ru" class=bottom_style onfocus="blur();">Darya Kiri-Ko</a><br>Fotography: <a href="mailto: yablochkin@nm.ru" target=_blank class=bottom_style onfocus="blur();">Алексей Yablochkin</td>';
	menu += '<td width=1><img src=images/spacer.gif width=61 height=1></td>';
	menu += '<td width=650 class=bottom_style_td valign=top align=right style="padding-right: 20;">';
	menu += 'OJSC "N.K. Krupskaya"';
	menu += '<br>21, Sotsialisticheskaya Str., 191119, St. Petersburg, Russia.';
	menu += '<br>Tel./fax (812) 329-14-00.</td>';
	
	menu += '<td>';
	menu += '<script type="text/javascript">';
menu += 'var _gaq = _gaq || []; ';
menu += ' _gaq.push(["_setAccount", "UA-17467092-1"]); ';
menu += '_gaq.push(["_trackPageview"]); ';
menu += '(function() { ';
menu += ' var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true; ';
menu += ' ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js"; ';
menu += ' var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s); ';
menu += ' })(); ';
menu += '</script> ';
	menu += '</td>';
	
	menu += '</tr>';
	menu += '</table>';

} else { // русское меню

	menu += '<table width=1024 border=0 cellpadding=0 cellspacing=0 height=61>';
	menu += '<tr>';
	menu += '<td width=373 class=bottom_style_td valign=top style="padding-left: 94;">Дизайн: студия <a href="mailto:kiri-ko@yandex.ru" class=bottom_style onfocus="blur();">Дарья Кири-Ко</a><br>Фотограф: <a href="mailto: yablochkin@nm.ru" target=_blank class=bottom_style onfocus="blur();">Алексей Yablochkin</td>';
	menu += '<td width=1><img src=images/spacer.gif width=61 height=1></td>';
	menu += '<td width=650 class=bottom_style_td valign=top align=right style="padding-right: 20;">';
	menu += 'ОАО "Кондитерская фабрика им. Н.К. Крупской"';
	menu += '<br>Россия, 191119, Санкт-Петербург, ул. Социалистическая, 21.';
	menu += '<br>Тел./факс (812) 329-14-00.</td>';
	
	menu += '<td>';
	menu += '<script type="text/javascript">';
menu += 'var _gaq = _gaq || []; ';
menu += ' _gaq.push(["_setAccount", "UA-17467092-1"]); ';
menu += '_gaq.push(["_trackPageview"]); ';
menu += '(function() { ';
menu += ' var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true; ';
menu += ' ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js"; ';
menu += ' var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s); ';
menu += ' })(); ';
menu += '</script> ';
	menu += '</td>';
	
	menu += '</tr>';
	menu += '</table>';
	


}

document.write(menu);
}


