/*
 Milonic DHTML Website Navigation Menu
 Written by Andy Woolley - Copyright 2002 (c) Milonic Solutions Limited. All Rights Reserved.
 Please visit http://www.milonic.com/ for more information.
 
 The Free use of this menu is only available to Non-Profit, Educational & Personal web sites.
 Commercial and Corporate licenses  are available for use on all other web sites & Intranets.
 All Copyright notices MUST remain in place at ALL times and, please keep us informed of your 
 intentions to use the menu and send us your URL.
 
 If you are having difficulty with the menu please read the FAQ at http://www.milonic.com/faq.php before contacting us.

*/

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


// Special effect string for IE5.5 or above please visit http://www.milonic.com/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0){
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else{
	effect = "Shadow(color='black', Direction=135, Strength=5)"
}


timegap=500					// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=10;			// Sub menu offset Top position 
suboffset_left=10;			// Sub menu offset Left position
Frames_Top_Offset=0		// Frames Page Adjustment for Top Offset
Frames_Left_Offset=100	// Frames Page Adjustment for Left Offset



plain_style=[				// Menu Properties Array
"990000",						// Off Font Color
"f1f1ee",					// Off Back Color
"f1f1ee",					// On Font Color
"990000",					// On Back Color
"990000",					// Border Color
12,							// Font Size
"normal",					// Font Style
"bold",						// Font Weight
"Tahoma",	// Font
4,							// Padding
,				// Sub Menu Image (Leave this blank if not needed)
,							// 3D Border & Separator bar
"white",					// 3D High Color
"990000",					// 3D Low Color
"white",							// Current Page Item Font Color (leave this blank to disable)
"990000",							// Current Page Item Background Color (leave this blank to disable)
"arrowdn.gif",				// Top Bar image (Leave this blank to disable)
]


   addmenu(menu=["ИНСТИТУТ",
	,,300,2,"",plain_style,,"left",effect,,,1,,,,,,,,,
	,"ПЭТ","petindex.htm target=_top",,"лаборатория ПЭТ",1
	,"Группа по изучению нейрофизиологии мышления, творчества и сознания","actindex.htm target=_top",,"iumab.htm",1
	,"Лаборатория нейробиологии программирования действий","neupindex.htm target=_top","wibb.htm",,1
	,"Лаборатория стереотаксических методов","stereoindex.htm target=_top",,"Лаборатория стереотаксических методов",1
	,"Лаборатория нейроиммунологии","nimmindex.htm target=_top",,"Лаборатория иммунологии",1
	,"Лаборатория нейрофизиологии электромагнитных воздействий","elmagindex.htm target=_top",,"Лаборатория нейрофизиологии электромагнитных воздействий",1
	,"Лаборатория радиохимии","radioindex.htm target=_top","Лаборатория радиохимии",,1
	,"Лаборатория физиологических состояний мозга  ","phcondindex.htm target=_top",,"iumab.htm",1
	,"Лаборатория восстановления сенсорных систем","lrssindex.htm target=_top","Лаборатория восстановления сенсорных систем",,1
	])
				
	addmenu(menu=["КЛИНИКА",
	,,300,2,"",plain_style,,"left",effect,,,1,,,,,,,,,
	,"Первое нейрохирургическое отделение","n1index.htm target=_top",,"Первое нейрохирургическое отделение",1
	,"Второе нейрохирургическое отделение","n2index.htm target=_top",,"Второе нейрохирургическое отделение",1
	,"Отделение неврологии","nevrindex.htm target=_top",,"schedule.htm",1
	,"Отделение психоневрологии","psyindex.htm target=_top",,"schedule.htm",1
	,"Отделение реанимации","reanindex.htm target=_top",,"schedule.htm",1
   ,"Центр нейротерапии","ntindex.htm target=_top",,"schedule.htm",1
	])
		
	addmenu(menu=["ПЕЧАТНЫЕ_РАБОТЫ",
	,,200,2,"",plain_style,,"left",effect,,,1,,,,,,,,,
	,"МОНОГРАФИИ","mngindex.htm target=_top",,"Монографии",1
	,"СТАТЬИ","stindex.htm target=_top",,"Статьи",1
	,"МЕТОДИЧЕСКИЕ ПОСОБИЯ","mpindex.htm target=_top",,"Методические пособия",1
	,"ДОКЛАДЫ","dokindex.htm target=_top",,"Доклады и презентации",1
	,"ПАТЕНТЫ","patindex.htm target=_top",,"Патенты",1
	])
		
	addmenu(menu=["ПРЕССА_О_НАС",
	,,100,2,"",plain_style,,"left",effect,,,1,,,,,,,,,
	,"2006","pr06index.htm target=_top",,"2006 год",1
	,"2005","pr05index.htm target=_top",,"2005 год",1
	,"2004","pr04index.htm target=_top",,"2004 год",1
	,"2003","pr03index.htm target=_top",,"2003 год",1
	,"2002","pr02index.htm target=_top",,"2002 год",1
	,"2001","pr01index.htm target=_top",,"2001 год",1
	,"1998-2000","pr9800index.htm target=_top",,"1998-2000 года",1
	])

	
dumpmenus()