/***********************************************
* 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:'lovmenu', 				//use unique quoted id (quoted) REQUIRED!!
	keepinview: true,			// Fixed menu position as page scrolls
	menutop: 30,				// Y offset from top of page
	borderwidth: 0,	
	
	hdingwidth: 200,  			// heading - non linked horizontal cells width
	hdingheight: 24,			// Height of nonlinking menu items
	hdingcolor: "white",		// Heading text color
	hdingbgcolor: "#AA0000",	// Heading bkgnd color
	hdingtxtalign: "center",	// Heading horz text alignment
	hdingvalign: "center",		// Heading vert alignment

	linktxtalign: "center",	 	// Links text align
	menuspeed: 10,				// Milliseconds
	menupause: 350,
	linkheight: 17,				// Height of linking cells
	linktopad: 4,				// Space padding at top of each link cell

	barwidth: 30,				// Width of pull tab
	barbgcolor: "#111133",		// Pull tab background color
	
	bartext: '<img src="http://legionsgs.com/img/site/lov/SiteMenu4.jpg" valign="top" border="0" alt="Site Menu">',

	menuItems: [
		// [name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
		 ["Public Access"],
		 ["Home Page", "http://legionofvalor.guildportal.com", ""],
		 ["Join the Legion", "http://legionofvalor.guildportal.com/Guild.aspx?GuildID=17911&TabID=258394",""],
		 ["Legion Info", "http://legionofvalor.guildportal.com/Guild.aspx?GuildID=17911&TabID=183536",""],
		 ["Image Gallery", "http://legionofvalor.guildportal.com/Guild.aspx?GuildID=17911&TabID=229736", ""],
		 ["Events Calendar", "http://legionofvalor.guildportal.com/Guild.aspx?GuildID=17911&TabID=161510", ""],
		 ["Electronic Mail", "http://legionofvalor.guildportal.com/Guild.aspx?GuildID=17911&TabID=161514", ""],
		 ["Message Forums", "http://legionofvalor.guildportal.com/Guild.aspx?GuildID=17911&TabID=161508", ""],
		
		 ["Members Only", "", ""],
		 ["Roster of Heroes", "http://legionofvalor.guildportal.com/Guild.aspx?GuildID=17911&TabID=161511", ""],
		 ["Voting", "http://legionofvalor.guildportal.com/Guild.aspx?GuildID=17911&TabID=161509", "", 1, "no"],
		 ["Medals", "http://legionofvalor.guildportal.com/Guild.aspx?GuildID=17911&TabID=167152", "", 1]
	]
};

make_menus();
