<!--
function showImage(imageName,title,width,height) {
	onewindow=window.open('','1','resizable=no,scrollbars=0,marginheight=0,marginweight=0,toolbar=no,width='+width+',height='+height);
	onewindow.document.open();	
	onewindow.document.write(
		'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">' +
			'<html>' +
			'<head>' +
			'<title>' + title + '</title>' +
			'<link rel="stylesheet" href="/common.css" type="text/css">' +
			'</head>' +
			'<body  bgcolor=#ACDBA5 topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0">' +
				'<img src="' + imageName + '" width="'+width+'" height="'+height+'" alt="" border="0"><br>' +
			'</body>' +
			'</html>'
	);
	onewindow.document.close();
	onewindow.focus();

}

function insertMainMenu(){
	return '<a href="/top_about.htm"><img src="/images/home/menu_about.gif" width="199" height="35" alt="О компании" border="0"></a><br>'+
		'<a href="/top_news.htm"><img src="/images/home/menu_news.gif" width="199" height="35" alt="Новости" border="0"></a><br>'+
		'<a href="/top_help.htm"><img src="/images/home/menu_help.gif" width="199" height="35" alt="Бизнес с нами" border="0"></a><br>'+
		'<a href="http://biodar.r-shop.ru/eshop/index.jsp"><img src="/images/home/menu_shop.gif" width="199" height="34" alt="Магазин" border="0"></a><br>'+
		'<a href="/top_doctor.htm"><img src="/images/home/menu_doctor.gif" width="199" height="35" alt="Советы врача" border="0"></a><br>'+
		'<a href="/top_press.htm"><img src="/images/home/menu_press.gif" width="199" height="35" alt="Публикации" border="0"></a><br>'+
		'<a href="/top_search.htm"><img src="/images/home/menu_search.gif" width="199" height="35" alt="Поиск" border="0"></a><br>'+
		'<a href="/top_contact.htm"><img src="/images/home/menu_contact.gif" width="199" height="39" alt="Контакты" border="0"></a><br>'+
		'<br><br>';
}

function insertLegueAndForum(){
	return '<table style="border : 1px solid : #000000;" cellpadding="5" cellspacing="0" border="0" width="155" >'+
				'<tr>'+
					'<td>'+
						'<center>'+
							'<a href="/top_shop.htm" class="white"><b>Магазины розничной торговли.</b><br></a>'+
						'</center>'+
					'</td>'+
				'</tr>'+
			'</table><br>'+
			'<br>'+
			'<table style="border : 1px solid : #000000;" cellpadding="5" cellspacing="0" border="0" width="155" >'+
				'<tr>'+
					'<td>'+
						'<center>'+
							'<a href="/top_action.htm" class="white"><b>Наши акции.</b><br></a>'+
						'</center>'+
					'</td>'+
				'</tr>'+
			'</table><br>'+
			'<br>'+
			'<table style="border : 1px solid : #000000;" cellpadding="5" cellspacing="0" border="0" width="155" >'+
				'<tr>'+
					'<td>'+
						'<center>'+
							'<a href="/top_where.htm" class="white"><b>Как еще можно купить наши препараты?</b><br></a>'+
						'</center>'+
					'</td>'+
				'</tr>'+
			'</table><br>'+
			'<br>'+
			'<a href="http://www.r-shop.ru/AForum/"><img src="/images/advert/forum.gif" width="177" height="53" alt="Форум" border="0"></a><br><br>'+
			'<table style="border : 1px solid : #000000;" cellpadding="5" cellspacing="0" border="0" width="155" >'+
				'<tr>'+
					'<td>'+
						'<center>'+
							'<a href="/top_shop.htm#children" class="white"><b>Магазин<br>детской одежды<br></a>'+
						'</center>'+
					'</td>'+
				'</tr>'+
			'</table><br>';
}

function insertMenu() {
	document.write(
		'<td bgcolor=#F6F6D4 width="1">'+
			'<img src="/images/home/spacer.gif" width=1 height=1><br>'+
		'</td>'+ 
		'<td bgcolor=#457A46 valign="top" width ="199" align="center">'+
			insertMainMenu() +
			insertLegueAndForum() +
		'</td>'+
		'<td bgcolor=#F6F6D4 valign="top" width="16">'+
			'<img src="/images/home/menu_right.gif" width="16" height="282" alt="" border="0"><br>'+
		'</td>'
	);
}

function insertMenuToIndex(){
	document.write(
		'<td rowspan=7 bgcolor=#F6F6D4 width="1">'+
			'<img src="/images/home/spacer.gif" width=1 height=1><br>'+
		'</td>'+
		'<td rowspan=7 bgcolor=#457A46 valign="top" width ="199" align="center">'+
			insertMainMenu() +
			insertLegueAndForum() +
		'</td>'+
		'<td bgcolor=#F6F6D4 valign="top" width="16">'+
			'<img src="/images/home/menu_right.gif" width="16" height="282" alt="" border="0"><br>'+
		'</td>'
	);
}

function insertFooter() {
	document.write(
		'<table width=521 border=0 cellpadding=15 cellspacing=0>'+
			'<tr>'+
				'<td align="center">'+
					'<hr noshade size="1" width="500" color="000000">'+
					'<b>Разделы сайта<br></b>'+
					'<a href="/top_about.htm">О компании</a> - <a href="/top_news.htm">Новости</a> - <a href="/top_press.htm">Публикации</a> - <a href="/closed.htm">Магазин</a> - <a href="/top_doctor.htm">Советы врача</a> - '+
					'<a href="/top_help.htm">Бизнес с нами</a><br><a href="/top_search.htm">Поиск</a> - <a href="/top_contact.htm">Контакты</a> - <a href="/closed.htm">Форум</a><br><br>'+
					'<a href="#top"><b>В начало страницы</b></a> - <a href="/index.html"><b>На домашнюю страницу</b></a>'+
					'<hr noshade size="1" width="500" color="000000"><br>'+
					'Информация &copy; 1999 - 2010 БИОДАР. '+
					'<a href="/copyright.htm">Все права защищены</a><br>'+
					'<a href="http://www.tahiti.ru" target="_blank">Разработка &copy; 2001 - 2002 Tahiti.ru</p></a><br><br>'+
				'</td>'+
			'</tr>'+
		'</table>'
	);
}

/*function LoadBanner()
{	var i = Math.round((1+Math.random())*10000);
	document.write(
		'<!-- Russian LinkExchange code START -->' +
		'<iframe' +
		' src=http://www.linkexchange.ru/cgi-bin/erle.cgi?57144?' + i + 
		' frameborder=0 vspace=0 hspace=0 width=468 height=60' +
		' marginwidth=0  marginheight=0 scrolling=no>' +
		' <a href=http://www.linkexchange.ru/users/057144/goto.map target=_top>' +
		' <img src=http://www.linkexchange.ru/cgi-bin/rle.cgi?57144?' + i + 
		' alt="RLE Banner Network" border=0 height=60 width=468></a>' +
		' </iframe>' +
		'<!-- Russian LinkExchange code END -->' 
	);
}*/

function LoadBanner(){
var RndNum4NoCash = Math.round(Math.random() * 1000000000);
document.write(
'<iframe src="http://ad.adriver.ru/cgi-bin/erle.cgi'
+ '?sid=12722&target=blank&bt=1&pz=0&rnd=' + RndNum4NoCash
+ '" frameborder=0 vspace=0 hspace=0 width=468 height=60 marginwidth=0 marginheight=0 scrolling=no>'
+ '<a href="http://ad.adriver.ru/cgi-bin/click.cgi'
+ '?sid=12722&bt=1&pz=0&rnd=' + RndNum4NoCash + '" target=_blank>'
+ '<img src="http://ad.adriver.ru/cgi-bin/rle.cgi?'
+ 'sid=12722&bt=1&pz=0&rnd=' + RndNum4NoCash
+ '" alt="-AdRiver-" border=0 width=468 height=60></a></iframe>');
}
//-->

