<!--меню с показом фото около строки
<!--скрипт из библиотеки Боголюбова Ю.Н.
tr = new Image();
tr.src = "../../1111.gif";
function show(where)
{
  stored = where;
  storedLocation = document.images[where].src;
  document.images[where].src = "../../1111.gif";
}
function hide()
{
  document.images[stored].src = storedLocation;
}
// -->
document.write(
'<TD   width=224><p><br>'
+'<img src="../../12.gif" width="14"  name="img1"> <a href="../../0.html"  onmouseover="show(\'img1\')" onmouseout="hide()">О   журнале</a><br>'
+'<img src="../../000.gif" width="152" height="13"><br>'
+'<img src="../../12.gif" width="14" name="img2"> <a href="../../1.html"  onmouseover="show(\'img2\')" onmouseout="hide()">Новый   номер</a><br>'
+'<img src="../../000.gif" width="152" height="13"><br>'
+'<img src="../../12.gif" width="14"  name="img3"> <a href="../../2a.html"   onmouseover="show(\'img3\')" onmouseout="hide()">Архив  номеров</a><br>'
+'<img src="../../000.gif" width="152" height="13"><br>'
+'<img src="../../12.gif" width="14"  name="img4"> <a href="../../forma2.html"  onmouseover="show(\'img4\')" onmouseout="hide()">Подписка</a><br>'
+' <img src="../../000.gif" width="152" height="13"><br>'
+'<img src="../../12.gif" width="14"  name="img5"> <a href="../../070707.html"  onmouseover="show(\'img5\')" onmouseout="hide()">Наши награды</a><br>'
+'<img src="../../000.gif" width="152" height="13"><br>'
+'<img src="../../12.gif" width="14"  name="img6"> <a href="../../3.html"  onmouseover="show(\'img6\')" onmouseout="hide()">Статьи</a><br>'
+'<img src="../../000.gif" width="152" height="13"><br>'
+'<img src="../../12.gif" width="14"  name="img7"> <a href="../../4.html"  onmouseover="show(\'img7\')" onmouseout="hide()">Анонс </a><br>'
+'<img src="../../000.gif" width="152" height="13"><br>'
+'<img src="../../12.gif" width="14"  name="img8"> <a href="../../5.html"  onmouseover="show(\'img8\')" onmouseout="hide()">Выставки</a><br> '
+'<img src="../../000.gif" width="152" height="13"><br>'
+'<img src="../../12.gif" width="14"  name="img9"> <a href="../../6.html"   onmouseover="show(\'img9\')" onmouseout="hide()">Наши   партнеры</a><br>'
+'<img src="../../000.gif" width="152" height="13"><br>'
+'<img src="../../12.gif" width="14"  name="img10"> <a href="../../forma.html"  onmouseover="show(\'img10\')" onmouseout="hide()">Контакты</a><br>'
+'<img src="../../000.gif" width="152" height="13"> </p><br><br>'
);
var slidespeed=2000
var slideimages=new Array("../../1/03-06.jpg","../../1/04-06.jpg","../../1/05-06.jpg","../../1/06-06.jpg")
var slidelinks=new Array("../../2.html","../../2.html","../../2.html","../../2.html")
var whichlink=0
var whichimage=0
var imgobj, filtersupport, blenddelay
var imageholder=new Array()
for (i=0;i<slideimages.length;i++){ //preload images
imageholder[i]=new Image()
imageholder[i].src=slideimages[i]
}
function gotoshow(){
window.location=slidelinks[whichlink]
}
function slideit(){
if (filtersupport)
imgobj.filters[0].apply()
imgobj.src=imageholder[whichimage].src
if (filtersupport)
imgobj.filters[0].play()
whichlink=whichimage
whichimage=(whichimage<slideimages.length-1)? whichimage+1 : 0
setTimeout("slideit()", slidespeed+blenddelay)
}
window.onload=function(){
imgobj=document.getElementById("slideshow") //access img obj
filtersupport=imgobj.filters //check for support for filters
blenddelay=(filtersupport)? imgobj.filters[0].duration*1000 : 0
slideit()
}
document.write('<a href="javascript:gotoshow()"><img src="../../1/01-07.jpg" id="slideshow" border=0 style="filter:progid:DXImageTransform.Microsoft.Fade(duration=2);position: relative;top: -5px;left: -5px;filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=\'gray\', Positive=\'true\');" width="120"  title="Архив номеров" /></a><br>Архив номеров</TD> ');
//-->

