/***********************************************
* 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', //use unique quoted id (quoted) REQUIRED!!
menufont:"verdana",
menuspeed:1,  // Speed of menu sliding, smaller is faster (interval of milliseconds)
menupause:500,  // How long menu stays extended when mouse is not over it (in milliseconds)
d_colspan:5,  // Number of columns to make available in the menu body
fontsize:'60%', // express as percentage with the % sign
linkheight:22 ,  // linked horizontal cells height
hdingwidth:300 ,  // heading - non linked horizontal cells width
kviewtype:'fixed',       // Type of keepinview - 'fixed' utilizes fixed positioning where available, 'absolute' fluidly follows page scroll
menutop:40,
menupos:'top',
bartext:'HTOC TOC',       // bar text (the vertical cell) use text or img tag
// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["HTOC Pages"], //create header

["HTOC Front Page", "http://www.htoc.net","_top", 1, "no"],
["Main Forum-Framed", "http://www.htoc.net/ForumSet.html","_top" , 1, "no"],
["Main Forum-Full", "http://www.htoc.net/bin/forum.cgi","_top", 1, "no"],
["Forum Guide", "http://www.htoc.net/forum-guide.html","_top" , 1, "no"],
["Forum Archives", "http://www.htoc.net/archive/archives.html","_top" , 1],

["Member Pages", "http://www.htoc.net/MembersSet2.html","_top" , 1, "no"],
["Edit Your Bio", "http://www.htoc.net/bin/editbio.cgi","_top" ,1, "no" ],
["Test Forum", "http://www.htoc.net/bin/testforum.cgi","_top" , 1, "no"],
["User Prefs", "http://www.htoc.net/bin/prefs.cgi","_top", 1, "no"],
["Join!", "http://www.htoc.net/new.member.html","_top" , 1],

["Search", "http://www.htoc.net/bin/search.cgi?frame","_top" , 1, "no"],
["Extras", "http://www.htoc.net/Extras.html","_top" , 1, "no"],
["Links", "http://www.htoc.net/Links.html","_top" , 1, "no"],
["Admin Tools", "http://www.htoc.net/bin/admin.cgi?frame","_top" , 1, "no"],
["Admin Forum", "http://www.htoc.net/bin/adminforum.cgi?frame","_top", 1],

["HTOC Forum Images"],

["Image Index", "http://www.htoc.net/images/smilies/index.html","_top" , 1, "no" ],
["Animals/Creatures", "http://www.htoc.net/images/smilies/animals.index.html","_top" , 1, "no"],
["Dancers", "http://www.htoc.net/images/smilies/dancers.index.html","_top" , 1, "no"],
["Holidays/Seasons/<br>Events/Vacations", "http://www.htoc.net/images/smilies/holidays.index.html","_top" , 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Miscellaneous", "http://www.htoc.net/images/smilies/misc.index.html","_top" , 1], //create two column row, requires d_colspan:2 (the default)

["Messages/Popups/<br>Signs", "http://www.htoc.net/images/smilies/messages.index.html","_top" , 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Music", "http://www.htoc.net/images/smilies/music.html","_top" , 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Naughty/Risque", "http://www.htoc.net/images/smilies/naughty.html","_top" , 1, "no"], //create two column row, requires d_colspan:2 (the default)
["People", "http://www.htoc.net/images/smilies/people.index.html","_top" , 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Smilies", "http://www.htoc.net/images/smilies/smilies.index.html","_top" , 1], //create two column row, requires d_colspan:2 (the default)

["Sports", "http://www.htoc.net/images/smilies/sports.index.html","_top" , 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Statues/Shapes", "http://www.htoc.net/images/smilies/statues.html","_top" , 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Toons", "http://www.htoc.net/images/smilies/toons.index.html","_top" , 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Vehicles", "http://www.htoc.net/images/smilies/vehicles.index.html","_top" , 1] //create two column row, requires d_colspan:2 (the default)

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

make_menus();
