//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=false;

menu[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
fontsize:'100%', // express as percentage with the % sign
linkheight:22 ,  // linked horizontal cells height
hdingwidth:210 ,  // heading - non linked horizontal cells width
// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

bartext:'KONTAKT',       // bar text (the vertical cell) use text or img tag
barwidth:35,     // bar (the vertical cell) width
menupause:1,   // How long menu stays out when mouse leaves it (in milliseconds)
menupos:"top",
keepinview:false,
menuleft:"50%",
menuspeed:30,
kviewtype:'relative',
allowtransparent:true,
outbrdcolor:"none",
borderwidth:0,
barcolor:"black",
barbgcolor:"#fff",
barfontweight:"bold",
hdingfontweight:"bold",
fontsize:"85%",
hdingtxtalign:"center",
bordercolor:"#929292", 
hdingbgcolor:"#29835a",	// background - text 
hdingcolor:"#fff",
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["OBCINA TABOR<br />Tabor 21<br />3304 Tabor<br />"], //create header
["- Kontaktni podatki -", "", ""],
["<br />Tel: (03) 705 70 80<br />Fax: (03) 705 70 86<br /><br />","",""],
["- Uslužbenci -", "", ""],
["Imenik zaposlenih", "p_kadri_obcinske_uprave.php",""],
["- Splet -", "", ""],
["<br />WWW: www.obcina-tabor.si<br />E-mail: info@obcina-tabor.si<br /><br />","",""]

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();
