/***********************************************
* 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[3] = {
id:'menu3', //use unique quoted id (quoted) REQUIRED!!
bartext:'Navigate',
menupos:'right',
menupause: 1000000,
kviewtype:'fixed', 
barcolor:"white",  // Text color for 'draw' bar
barbgcolor:"#FF0000",  // Background color for 'draw' bar

menuItems:[ // REQUIRED!!
["Jump to a Section"], //create header
["Top", "#top", ""],
["A", "#A", ""],
["B", "#B", ""],
["C", "#C", ""],
["D", "#D", ""],
["E", "#E", ""],
["F", "#F", ""],
["G", "#G", ""],
["H", "#H", ""],
["I", "#I", ""],
["J", "#J", ""],
["K", "#K", ""],
["L", "#L", ""],
["M", "#M", ""],
["N", "#N", ""],
["O", "#O", ""],
["P", "#P", ""],
["Q", "#Q", ""],
["R", "#R", ""],
["S", "#S", ""],
["T", "#T", ""],
["U", "#U", ""],
["V", "#V", ""],
["W", "#W", ""],
["X", "#X", ""],
["Y", "#Y", ""],
["Z", "#Z", ""],
["BOTTOM", "#BOTTOM",""]

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

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

