mainMenu = new Menu ('mainMenu',0,0);mainMenu.m_dec = '>';//mainMenu.sm_width = 160;mainMenu.sm_height = 30;mainMenu.m_vertical = true;mainMenu.m_color  = 'url(./webmill/data/image/r_mnu.jpg)';  // Color of initial menumainMenu.m_a_color  = 'url(./webmill/data/image/r_mnu_o.jpg)';mainMenu.m_txt_color  = '#000000';mainMenu.m_txt_a_color  = '#000000';mainMenu.sm_color  = '#EAEAEA';  // Item color of submenusmainMenu.sm_a_color  = '#AAAAAA';  // Item color when mouseOvermainMenu.txt_color  = '#000000';  // Color of initial menumainMenu.txt_a_color  = '#FFFFFF'; // Item color of submenusmainMenu.txt_i_color  = '#000062';mainMenu.txt_link_decoration = 'none';mainMenu.m_txt_weight = 100;mainMenu.m_txt_link_weight = 100;mainMenu.txt_weight = 100;mainMenu.txt_link_weight = 100;mainMenu.m_align = 'left';mainMenu.zIndx = 10;mainMenu.positioning = 'relative';mainMenu.addItem ('<img src="./webmill/data/image/sp.gif" width="10">ისტორია',{'url':'ge_history.php?menu=uni','theWidth':160},false);mainMenu.addItem ('<img src="./webmill/data/image/sp.gif" width="10">სტრუქტურა',{'url':'structure.php?menu=uni','theWidth':160},false);mainMenu.addItem ('<img src="./webmill/data/image/sp.gif" width="10">მართვის ორგანოები',{'url':'ge_martvis_org.php?menu=uni','theWidth':160},false);mainMenu.addItem ('<img src="./webmill/data/image/sp.gif" width="10">რექტორი',{'url':'ge_rector.php?menu=uni','theWidth':160},false);mainMenu.addItem ('<img src="./webmill/data/image/sp.gif" width="10">აკადემიური საბჭო',{'url':'ge_acad_sabcho.php?menu=uni','theWidth':160},false);mainMenu.addItem ('<img src="./webmill/data/image/sp.gif" width="10">საერ. ურთიერთობები',{'url':'ge_saert_urtiertobebi.php?menu=uni','theWidth':160},false);mainMenu.addItem ('<img src="./webmill/data/image/sp.gif" width="10">ბიბლიოთეკა',{'url':'ge_biblioteka.php?menu=uni','theWidth':160},false);mainMenu.addItem ('<img src="./webmill/data/image/sp.gif" width="10">გამომცემლობა',{'url':'ge_publish.php?menu=uni','theWidth':160},false);mainMenu.addItem ('<img src="./webmill/data/image/sp.gif" width="10">კურსდამთ. ასოციაცია',{'url':'ge_kurs_acosiacia.php?menu=uni','theWidth':160},false);mainMenu.addItem ('<img src="./webmill/data/image/sp.gif" width="10">ბიუჯეტი',{'url':'ge_biujeti.php?menu=uni','theWidth':160},false);mainMenu.addItem ('<img src="./webmill/data/image/sp.gif" width="10">წესდება (pdf ფორმატი)',{'url':'http://www.tafu.edu.ge/webmill/data/file/tsesdeba.pdf','target':'_blank','theWidth':160},false);mainMenu.addItem ('<img src="./webmill/data/image/sp.gif" width="10">მისია',{'url':'http://www.tafu.edu.ge/?filename=ge_31_05_2010_13_08_46.new&pathm=webmill/data/news/other/&lng=ge_&more=1&c=other&page=','theWidth':160},false);mainMenu.addItem ('<img src="./webmill/data/image/sp.gif" width="10">დადგენილებები',{'url':'ge_dadgenilebebi.php?menu=uni','theWidth':160},true);mainMenu.doMenu();//controlif (document.layers){        document.onMouseDown = hideMenus;} else {        document.body.onclick = hideMenus;}