<!--

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(200,88); 
off_logo.src = "../../images/logo_small.gif"; 
on_logo = new Image(200,88);
on_logo.src = "../../images/logo_small_h.jpg";



off_list = new Image(52,27); 
off_list.src = "../../images/menu_list.gif"; 
on_list = new Image(52,27);
on_list.src = "../../images/menu_list_h.gif";

off_map = new Image(75,27); 
off_map.src = "../../images/menu_map.gif"; 
on_map = new Image(75,27);
on_map.src = "../../images/menu_map_h.gif";

off_forum = new Image(104,27); 
off_forum.src = "../../images/menu_forum.gif"; 
on_forum = new Image(104,27);
on_forum.src = "../../images/menu_forum_h.gif";

off_articles = new Image(62,27); 
off_articles.src = "../../images/menu_articles.gif"; 
on_articles = new Image(62,27);
on_articles.src = "../../images/menu_articles_h.gif";

off_about = new Image(57,27); 
off_about.src = "../../images/menu_about.gif"; 
on_about = new Image(57,27);
on_about.src = "../../images/menu_about_h.gif";

}


function hiLite(imgDocID,imgObjName)
{
if (show) {
  document.images[imgDocID].src = eval(imgObjName + ".src");
}
}

// -->

document.writeln('<p class="menu_header">')
document.writeln('<MAP name="logo">')
document.writeln('<AREA shape="rect" coords="0,0,200,88" 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 SRC="images/empty.gif" HEIGHT=1 WIDTH=2><IMG USEMAP="#logo" SRC="../../images/logo_small.gif" width=200 height=88 border=0 alt="Эмблема Проекта" title="Эмблема Проекта" name="logo"><!--<BR><IMG SRC="../../images/empty.gif" HEIGHT=1 WIDTH=1>--><BR><IMG SRC="../../images/menu_left_line.gif" width=139 height=27><A HREF="../../cadastre.html"')
document.write('onMouseOver="hiLite(\'list\',\'on_list\');self.status=\'Кадастр открытых островов\';return true" ')
document.write('onMouseOut="hiLite(\'list\',\'off_list\');self.status=\'Малые Острова России\';return true"><IMG SRC="../../images/menu_list.gif" width=52 height=27 border=0 alt="Кадастр открытых островов" title="Кадастр открытых островов" name="list"></A><IMG SRC="../../images/menu_tire.gif" width=18 height=27><A HREF="../../map.html"')
document.write('onMouseOver="hiLite(\'map\',\'on_map\');self.status=\'Карта Мира\';return true" ')
document.write('onMouseOut="hiLite(\'map\',\'off_map\');self.status=\'Малые Острова России\';return true"><IMG SRC="../../images/menu_map.gif" width=75 height=27 border=0 alt="Карта Мира" title="Карта Мира" name="map"></A><IMG SRC="../../images/menu_tire.gif" width=18 height=27><A HREF="http://www.isles.ru/phpBB2/index.php"  ')
document.write('onMouseOver="hiLite(\'forum\',\'on_forum\');self.status=\'Форумы\';return true" ')
document.write('onMouseOut="hiLite(\'forum\',\'off_forum\');self.status=\'Малые Острова России\';return true"><IMG SRC="../../images/menu_forum.gif" width=104 height=27 border=0 alt="Форумы" title="Форумы" name="forum"></A><IMG SRC="../../images/menu_tire.gif" width=18 height=27><A HREF="../../depository.html"  ')
document.write('onMouseOver="hiLite(\'articles\',\'on_articles\');self.status=\'Кладовая\';return true" ')
document.write('onMouseOut="hiLite(\'articles\',\'off_articles\');self.status=\'Малые Острова России\';return true"><IMG SRC="../../images/menu_articles.gif" width=62 height=27 border=0 alt="Кладовая" title="Кладовая" name="articles"></A><IMG SRC="../../images/menu_tire.gif" width=18 height=27><A HREF="../../about.html"  ')
document.write('onMouseOver="hiLite(\'about\',\'on_about\');self.status=\'О проекте и его авторах\';return true" ')
document.write('onMouseOut="hiLite(\'about\',\'off_about\');self.status=\'Малые Острова России\';return true"><IMG SRC="../../images/menu_about.gif" width=57 height=27 border=0 alt="О проекте и его авторах" title="О проекте и его авторах" name="about"></A><IMG SRC="../../images/menu_right_line.gif" width=139 height=27><IMG SRC="images/empty.gif" HEIGHT=1 WIDTH=4></p>')
