function down_menu()
{ 
document.writeln('	<MAP NAME="downmenu">');
document.writeln('<AREA SHAPE="rect" ALT="Обратная связь" COORDS="326,17,368,27" HREF="mailto:karch@cyber.ru">');
document.writeln('<AREA SHAPE="rect" ALT="Карта сайта" COORDS="260,17,322,27" HREF="../map/index.htm">');
document.writeln('<AREA SHAPE="rect" ALT="Начало" COORDS="216,17,257,27" HREF="../index.htm">');
document.writeln('<AREA SHAPE="rect" ALT="Собственное" COORDS="450,3,521,15" HREF="../myself/index.htm">');
document.writeln('<AREA SHAPE="rect" ALT="Москва" COORDS="404,3,447,15" HREF="../Moscow/index.htm">');
document.writeln('<AREA SHAPE="rect" ALT="Автопутешествия" COORDS="309,3,401,15" HREF="../autotrip/index.htm">');
document.writeln('<AREA SHAPE="rect" ALT="Спелеология" COORDS="237,3,306,15" HREF="../cave/index.htm">');
document.writeln('<AREA SHAPE="rect" ALT="Альпинизм / Скалолазание / Гоный туризм" COORDS="204,3,233,15" HREF="../rock/index.htm">');
document.writeln('<AREA SHAPE="rect" ALT="Водный туризм" COORDS="171,3,201,15" HREF="../wather/index.htm">');
document.writeln('<AREA SHAPE="rect" ALT="Пешеходный туризм" COORDS="132,3,169,15" HREF="../tracking/index.htm">');
document.writeln('<AREA SHAPE="rect" ALT="Автостоп" COORDS="77,3,129,15" HREF="../hitchhiking/index.htm">');
document.writeln('	</MAP>');
document.writeln('	<IMG SRC="../img/downmenu.gif" WIDTH=600 HEIGHT=30 BORDER=0 USEMAP="#downmenu">');
} 