/***********************************************
* Omni Slide Menu script - © John Davenport Scheuer
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
* as first mentioned in http://www.dynamicdrive.com/forums
* username:jscheuer1
***********************************************/

//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[1] = {
id:'menu1', 
fontsize:'70%', 
linkheight:18 ,  
hdingwidth:170 ,  


menuItems:[ 

["Очное"], 
["Экономический", "http://", "_new"],
["Агрономический", "http://","_new"],
["Технологический", "http://", "_new"],
["Инженерный", "http://", "_new"],
["дополнительно", "http://", "_new"],

["КДЦ", "http://", "_new", 1, "no"], 
["Спорт.комплекс ", "http://", "_new",1],

["Заочное", "", ""], 
["Экономический", "http://", "_new"],
["Агрономический", "http://", "_new"],
["Технологический", "http://", "_new"],
["Инженерный", "http://", "_new"],
["дополнительно", "http://", "_new"]  

]};





////////////////////Stop Editing/////////////////

make_menus();
