MainMenu="";
MainPart="";
SITENAME="POI FEB RAS";
MAINSITE='poi.dvo.ru';
MAINURL='www.'+MAINSITE;
//FORUM='http://mysteryit.fastbb.ru/index.pl';
//GUESTBOOK='http://traktir.fastbb.ru/';
SUPPORT='support@'+MAINSITE;
//TAYNA='tayna@'+MAINSITE;
var cgipath='/cgi-bin/info/';
UNDEF="undefined";
LangPrefix='_e';
var DATE=new Date();
var DAY=DATE.getDate();
var YEAR=DATE.getYear();
if(YEAR<1000){YEAR+=1900};
if(typeof(RootTest)==UNDEF) RootTest="/";
if(typeof(CurrentMenu)==UNDEF) CurrentMenu=0;
if(typeof(ShortView)==UNDEF) ShortView=0;
if(typeof(Title)==UNDEF) Title=SITENAME; 
//document.write("<script src="+RootTest+"java/share.js><\/script>");
//if(!ShortView)
if(true)
{}; // End of Not Short View!
// ---------------- дерево описаны
// подключение файла стилей!
//-------------
function AddMenu(arr,el1,el2)
{arr[arr.length]=el1;
 arr[arr.length]=el2;
};
//design=findcook('design');
//if(design==''){design='standarts'};
document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='/java/design.js'><\/SCRIPT>");
document.write("<title>"+SITENAME+': '+Title+'</title>');
//alert('108');
/*function InfoStringDefinition()
{if(typeof(InfoString)==UNDEF) InfoString='';
 return InfoString;
};*
function VoidLink()
{alert("     ** Ссылка, которую вы запросили пока не работает...\nВозможно мы еще не подготовили необходимый материал... Зайдите позже...");}
*/
function EndPage()
{document.write('<br><img src="/img/page/line.gif" width="600" height="1" alt="line" align="center">');
 writelinemenu(
	new Array(
	"/eng/index.html",'Main page',
	"cgi-bin/info/sys.cgi?action=news&lang=en","news",
	"/eng/about/about.html","About institute",
	"/eng/project/index.html","Projects",
	"/eng/inno/index.html","Innnovations",
	"/eng/pub/index.html","Publications",
	'','<BR>',
	"/eng/base/index.html","Data Base",
	"/eng/exp/index.html","Expeditions",
	"/eng/fotos/index.html","Photogallery",
	"/eng/links/index.html","Links",
	"/rus/index.html","Russian"

)	);
//'<IFRAME border=0 frameborder=nO frameSpacing=0 height="150" marginHeight=0 marginWidth=0 scrolling=no src="/rus/links.htm" width="606" target="_top">';
// end+='<ILAYER LEFT=-0 CLIP="200,250"></ILAYER></IFRAME><BR>';
 var year=dd.getYear();
 if(year<1900) year+=1900;
 var end='<p align="center"><b>Copyright &copy; 2004-'+year+' by V.I. Il`ichev Pacific Oceanological Institute</b></p><BR></td></tr></table></body></html>';
 document.write(end);
};