/***********************************************
* 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!!
fontsize:'80%', // express as percentage with the % sign
menupos:'right',
linkheight:22 ,  // linked horizontal cells height
hdingwidth:280 ,  // heading - non linked horizontal cells width
hdingcolor:'white',      // heading - non linked horizontal cells text color
hdingbgcolor:'#999999',  // heading - non linked horizontal cells background color
hdingfontweight:'bold',  // heading - non linked horizontal cells font weight
hdingvalign:'middle',    // heading - non linked horizontal cells vertical align (top, middle or center)
hdingtxtalign:'left',    // heading - non linked horizontal cells right left or center text alignment
linktxtalign:'left',     // linked horizontal cells right left or center text alignment
linktarget:'',           // default link target, leave blank for same window (other choices: _new, _top, or a window or frame name)
kviewtype:'fixed',       // Type of keepinview - 'fixed' utilizes fixed positioning where available, 'absolute' fluidly follows page scroll

// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///
bartext:'SIDE MENU',
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Menu"], //create header
["Top", "../flyer/index.html#0", ""],
["Some of The Tragic Tolls of Alcohol", "../flyer/index.html#1", ""],
["Benefits of Alcohol Bans", "../flyer/index.html#2",""],
["Some of The Tragic Tolls of Drug Abuse", "../flyer/index.html#3", ""],
["Benefits of Drug Abstinence & Treatment", "../flyer/index.html#4", ""],
["Some Diseases Related to Meat Consumption", "../flyer/index.html#5", ""],
["Some of The Costs of Milk Consumption", "../flyer/index.html#6", ""],
["Some of Benefits of a Vegetarian Diet", "../flyer/index.html#7", ""],
["Some of the Tragic Tolls of Smoking", "../flyer/index.html#8", ""],
["Smoking Bans Save Lives", "../flyer/index.html#9", ""]
//no comma after last entry

]}; // REQUIRED!! do not edit or remove


////////////////////Stop Editing/////////////////

make_menus();