topMenu = new Menu ('topMenu',0,0);topMenu.m_dec = '>';//mainMenu.sm_width = 160;topMenu.sm_height = 27;topMenu.m_vertical = false;topMenu.m_color  = 'url(./webmill/data/image/hormnu.gif)';  // Color of initial menutopMenu.m_a_color  = 'url(./webmill/data/image/hormnu_o.gif)';topMenu.m_txt_color  = '#000000';topMenu.m_txt_a_color  = '#000000';topMenu.sm_color  = '#EAEAEA';  // Item color of submenustopMenu.sm_a_color  = '#AAAAAA';  // Item color when mouseOvertopMenu.txt_color  = '#000000';  // Color of initial menutopMenu.txt_a_color  = '#FFFFFF'; // Item color of submenustopMenu.txt_i_color  = '#000062';topMenu.txt_link_decoration = 'none';topMenu.m_txt_weight = 100;topMenu.m_txt_link_weight = 100;topMenu.txt_weight = 100;topMenu.txt_link_weight = 100;topMenu.m_align = 'left';topMenu.zIndx = 10;topMenu.positioning = 'relative';topMenu.addItem ('<center>უნივერსიტეტი</center>',{'url':'structure.php?menu=uni','theWidth':130},false);topMenu.addItem ('',{'url':'x','theWidth':3,'background':'#ffffff'},false);topMenu.addItem ('<center>სასწავლო პროცესი</center>',{'url':'ge_sascavlo_procesi.php?menu=study','theWidth':160},false);topMenu.addItem ('',{'url':'x','theWidth':3,'background':'#ffffff'},false);topMenu.addItem ('<center>სტუდენტური ცხოვრება</center>',{'url':'ge_tvitmmartveloba.php?menu=students','theWidth':160},false);topMenu.addItem ('',{'url':'x','theWidth':3,'background':'#ffffff'},false);topMenu.addItem ('<center>აბიტურიენტთათვის</center>',{'url':'ge_bakalavriati.php?menu=abiturs','theWidth':157},false);topMenu.addItem ('',{'url':'x','theWidth':3,'background':'#ffffff'},false);topMenu.addItem ('<center>ხარისხის უზრუნველყოფა</center>',{'url':'ge_xarisxi.php?menu=xarisxi','theWidth':170},false);topMenu.addItem ('',{'url':'x','theWidth':3,'background':'#ffffff'},false);topMenu.addItem ('<center>პროექტები</center>',{'url':'ge_projects.php?menu=projects','theWidth':130},false);topMenu.addItem ('',{'url':'x','theWidth':3,'background':'#ffffff'},false);topMenu.addItem ('<center>Eng</center>',{'url':'en_indx.php','theWidth':35},true);topMenu.doMenu();//controlif (document.layers){        document.onMouseDown = hideMenus;} else {        document.body.onclick = hideMenus;}
