function WriteTop(div)
{
s=' \
<table border="0" cellspacing="0" cellpadding="0" width="100%" c="791"> \
<tr> \
	<td valign=top bgcolor="#95AF7A"> \
<table border="0" cellspacing="1" cellpadding="2" width="100%"> \
<tr> \
<td bgcolor="#D7E8CE" width="22"><a href="./"><img src="img/home1.gif" alt="На главную" width="22" height="20" border="0" align="middle"></a></td> \
<td bgcolor="#D7E8CE" width="21"><a href="./?mode=list" title="Список текстовых описаний маршрутов"><img src="img/text_list.gif" width="21" height="20" alt="" border="0"></a></td> \
	<td valign="top" bgcolor="#D7E8CE">&nbsp;<b>Московская роллер-карта маршрутов'+div+'</b></td> \
	<td valign="middle" align="right" bgcolor="#D7E8CE" class=small> \
	<a class=black href="./?mode=list">Список маршрутов</a>&nbsp; | &nbsp; \
	<a class=black href="attention.html"><b>Важно</b></a>&nbsp; | &nbsp; \
	<a class=black href="./?route=add">Добавить маршрут</a>&nbsp; | &nbsp; \
	<a class=black href="about.html">О карте</a>&nbsp; | &nbsp; \
	<a class=black href="welcome.html">Принять участие</a> &nbsp; | &nbsp; \
	<a class=black href="http://www.rc-cars.ru">RC-Cars.ru</a> &nbsp; \
	</td> \
</tr> \
</table> \
	</td> \
</tr> \
</table> \
<img src="img/0.gif" width="1" height="3" alt="" border="0"><br>';
document.write (s);
}

