/***********************************************
* Quick Menu script
***********************************************/

//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:'QUICK MENU',
menupos:'right',
keepinview:30,
kviewtype:'absolute',
menutop:150,
menuspeed:20,
menupause:500,
d_colspan:2,
allowtransparent:false,



barwidth:22,

hdingwidth:149,  // This will be the menu body width as well as any single column headings.
hdingheight:22,  // Heading height
hdingindent:1,  // Text indent for headings.  Here 1=@8px or 1 character's width - decimals allowed.
linkheight:16,  // This will be the height for linked cells

outbrdwidth:0,  // If an outer border (for the containing division) is desired, this will be its width. A single unquoted pixel value without units or quoted top right bottom left values may be used, ex: outbrdwidth:5, or outbrdwidth:'5px', or outbrdwidth:'2px 3px 2px 5px',

outbrdcolor:"none",  // Outer border color
outbrdstyle:"none",  // Outer border style ('solid', 'dashed', 'outset', etc.)
borderwidth:1,  // Border width used inside menus and for menu table (unquoted number without units referring to pixels)
bordercolor:"black",  // Border color used inside menus and for menu table
borderstyle:"solid",  // Border style used inside menus and for menu table
barcolor:"white",  // Text color for 'draw' bar
b444444lor:"#003300",  // Background color for 'draw' bar
barfontweight:"bold",  // Bar font weight
baralign:"center",  // Bar text align
menufont:"verdana",  // Font for menu, use any you like, defaults to sans-serif if not supported
fontsize:"80%",  // Font size, use quoted percent value
hdingcolor:"white",  // Headings - text color
hdingbgcolor:"#375423",  // Headings - background color
hdingfontweight:"bold",  // Headings - font weight
hdingvalign:"middle",  // Headings - vertical align
hdingtxtalign:"left",  // Headings - text align
linktopad:0,  // Top padding for links
linktxtalign:"left",  // Links text align
linktarget:"",  // Default link target
bartext:"QUICK MENU",  // Text for 'draw' bar.  Quoted <img> tag may be used, ex: bartext:'<img src="my_bar.gif">',

user_defined_stylesheet:false,  // Set to true if you wish to override the script's stylesheet
user_defined_markup:false,  // Set to true if you wish to override the script's markup
design_mode:false,  // Set to true to see the generated styles and markup






menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["ISG Slide Menu"], //create header
["Updated News", "news.htm", ""],
["Our Games", "games.htm",""],
["ISG Blogs", "http://insidesportsgames.org/", ""],
["Contact Us", "contact.htm", ""],


["Newsletter", "news.htm#newsletter", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Home", "index.html", "",1],

["Other Links", "", ""], //create header
["Web Forum", "http://forums.delphiforums.com/ISGF/start", "_new"],
//["Live Game Broadcast", "feed0_schedule.htm", ""],
//["Photo Gallery", "gallery.htm", ""]  //no comma after last entry

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

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

make_menus();