<!--

var browserName = navigator.appName;
var browserVer = parseInt(navigator.appVersion);

var ns3up = (browserName == "Netscape" && browserVer >= 3);
var ie4up = (browserName.indexOf("Microsoft") >= 0 && browserVer >= 4);

// ie4up = (browserName == "Microsoft Internet Explorer" && browserVer >= 4);

// var show = ((ns3up || ie4up) && navigator.javaEnabled());

var show = (ns3up || ie4up);


if (show) {

off_logo = new Image(600,72); 
off_logo.src = "../s_logo.jpg"; 
on_logo = new Image(600,72);
on_logo.src = "../s_logo_h.jpg";

off_list = new Image(50,20); 
off_list.src = "../n_list.gif"; 
on_list = new Image(50,20);
on_list.src = "../n_list_h.gif";

off_article = new Image(49,20); 
off_article.src = "../n_article.gif"; 
on_article = new Image(49,20);
on_article.src = "../n_article_h.gif";

off_foto = new Image(87,20); 
off_foto.src = "../n_foto.gif"; 
on_foto = new Image(87,20);
on_foto.src = "../n_foto_h.gif";

off_forum = new Image(56,20); 
off_forum.src = "../n_forum.gif"; 
on_forum = new Image(56,20);
on_forum.src = "../n_forum_h.gif";

off_links = new Image(52,20); 
off_links.src = "../n_links.gif"; 
on_links = new Image(52,20);
on_links.src = "../n_links_h.gif";

off_search = new Image(43,20); 
off_search.src = "../n_search.gif"; 
on_search = new Image(43,20);
on_search.src = "../n_search_h.gif";

off_au = new Image(54,20); 
off_au.src = "../n_au.gif"; 
on_au = new Image(54,20);
on_au.src = "../n_au_h.gif";

off_eng = new Image(42,20); 
off_eng.src = "../n_eng.gif"; 
on_eng = new Image(42,20);
on_eng.src = "../n_eng_h.gif";

}


function hiLite(imgDocID,imgObjName)
{
if (show) {
  document.images[imgDocID].src = eval(imgObjName + ".src");
}
}

// -->


document.writeln('<P><CENTER>')
document.writeln('<MAP name="logo">')
document.writeln('<AREA shape="rect" coords="220,0,370,72" href="../index.html"')
document.writeln('onMouseOver="hiLite(\'logo\',\'on_logo\');self.status=\'Перва\я страница\';return true"')
document.writeln('onMouseOut="hiLite(\'logo\',\'off_logo\');self.status=\'Малые Города России\';return true">')
document.writeln('<AREA shape="default" nohref title="Эмблема Проекта">')
document.writeln('</MAP>')
document.write('<IMG USEMAP="#logo" SRC="../s_logo.jpg" width=600 height=72 border=0 alt="Эмблема Проекта" title="Эмблема Проекта" name="logo"><BR><A HREF="../main.html"')
document.write('onMouseOver="hiLite(\'list\',\'on_list\');self.status=\'Список Малых Городов\';return true"')
document.write('onMouseOut="hiLite(\'list\',\'off_list\');self.status=\'Малые Города России\';return true">')
document.write('<IMG SRC="../n_list.gif" width=50 height=20 border=0 alt="Малые Города России" title="Малые Города России" name="list"></A>')
document.write('<IMG SRC="../n_tire.gif" width=4 height=20><A HREF="../foto.html"')
document.write('onMouseOver="hiLite(\'foto\',\'on_foto\');self.status=\'Фотогалереи\';return true"')
document.write('onMouseOut="hiLite(\'foto\',\'off_foto\');self.status=\'Малые Города России\';return true">')
document.write('<IMG SRC="../n_foto.gif" width=87 height=20 border=0 alt="Фотогалереи" title="Фотогалереи" name="foto"></A>')
document.write('<IMG SRC="../n_tire.gif" width=4 height=20><A HREF="../article.html"')
document.write('onMouseOver="hiLite(\'article\',\'on_article\');self.status=\'Статьи\';return true"')
document.write('onMouseOut="hiLite(\'article\',\'off_article\');self.status=\'Малые Города России\';return true">')
document.write('<IMG SRC="../n_article.gif" width=49 height=20 border=0 alt="Статьи" title="Статьи" name="article"></A>')
document.write('<IMG SRC="../n_tire.gif" width=4 height=20><A HREF="../forum.html"')
document.write('onMouseOver="hiLite(\'forum\',\'on_forum\');self.status=\'Форумы\';return true"')
document.write('onMouseOut="hiLite(\'forum\',\'off_forum\');self.status=\'Малые Города России\';return true">')
document.write('<IMG SRC="../n_forum.gif" width=56 height=20 border=0 alt="Форумы" title="Форумы" name="forum"></A>')
document.write('<IMG SRC="../n_tire.gif" width=4 height=20><A HREF="../links.html"')
document.write('onMouseOver="hiLite(\'links\',\'on_links\');self.status=\'Полезные Ссылки\';return true"')
document.write('onMouseOut="hiLite(\'links\',\'off_links\');self.status=\'Малые Города России\';return true">')
document.write('<IMG SRC="../n_links.gif" width=52 height=20 border=0 alt="Полезные Ссылки" title="Полезные Ссылки" name="links"></A>')
document.write('<IMG SRC="../n_tire.gif" width=4 height=20><A HREF="../htdig/search.html"')
document.write('onMouseOver="hiLite(\'search\',\'on_search\');self.status=\'Поиск по Сайту\';return true"')
document.write('onMouseOut="hiLite(\'search\',\'off_search\');self.status=\'Малые Города России\';return true">')
document.write('<IMG SRC="../n_search.gif" width=43 height=20 border=0 alt="Поиск по Сайту" title="Поиск по Сайту" name="search"></A>')
document.write('<IMG SRC="../n_tire.gif" width=4 height=20><A HREF="../about.html"')
document.write('onMouseOver="hiLite(\'au\',\'on_au\');self.status=\'Об авторах проекта\';return true"')
document.write('onMouseOut="hiLite(\'au\',\'off_au\');self.status=\'Малые Города России\';return true">')
document.write('<IMG SRC="../n_au.gif" width=54 height=20 border=0 alt="Об авторах проекта" title="Об авторах проекта" name="au"></A>')
document.write('<IMG SRC="../n_tire.gif" width=4 height=20><A HREF="../english/index.html"')
document.write('onMouseOver="hiLite(\'eng\',\'on_eng\');self.status=\'English version\';return true"')
document.write('onMouseOut="hiLite(\'eng\',\'off_eng\');self.status=\'Малые Города России\';return true">')
document.write('<IMG SRC="../n_eng.gif" width=42 height=20 border=0 alt="English version" title="English version" name="eng"></A>')
document.write('</CENTER></P>')
