//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended): resizereinit=20; menu[3] = { id:'menu3', //use unique quoted id (quoted) REQUIRED!! bartext:'NAVBAR', menupos:'right', kviewtype:'fixed', menuItems:[ // REQUIRED!! //[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header ["Menu"], //create header ["Enter Page", "http://www.nzfordforum.com/", ""], ["Calling cards", "http://www.nzfordforum.com/calling-cards-h6.htm",""], ["Members list", "http://www.nzfordforum.com/memberlist.forum", ""], ["Calendar", "http://www.nzfordforum.com/calendar.forum", ""], ["User Groups", "http://www.nzfordforum.com/groupcp.forum", ""], ["Gallery", "http://www.nzfordforum.com/gallery/index.htm", ""], ["Search", "http://www.nzfordforum.com/search.forum", ""], ["Mothers® web site", "http://www.mothers.co.nz", ""], ["FAQ", "http://www.nzfordforum.com/faq.htm", "", 1, "no"], //create two column row, requires d_colspan:2 (the default) ["Contacts", "http://www.nzfordforum.com/contacts-f46/contacts-t992.htm", "",1], ["Members Links", "", ""], //create header ["PM", "http://www.nzfordforum.com/msg.forum?folder=inbox", "_new"], ["Profile", "http://www.nzfordforum.com/profile.forum?mode=editprofile", "_new"], ["Log In", "http://www.nzfordforum.com/login.forum?connexion", "_new"], ["Log Out", "http://www.nzfordforum.com/login.forum?logout=true&sid=65df821283d5ba523383f3926f3ce728&key=994bec", "_new"] //no comma after last entry ]}; // REQUIRED!! do not edit or remove ////////////////////Stop Editing///////////////// /* Omni Slide Menu script - http://www.dynamicdrive.com */ make_menus();