/***********************************************
* 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!!
kviewtype:'fixed',
fontsize:'100%' , // express as percentage with the % sign
linkheight:24 ,  // linked horizontal cells height
hdingwidth:250 ,  // heading - non linked horizontal cells width
bartext:'MENU',
barwidth:30 ,
outbrdwidth:2 ,
barbgcolor:"#006666",
hdingbgcolor:"#999999",
hdingvalign:"middle",  // Headings - vertical align
hdingtxtalign:"left",  // Headings - text align
linktopad:4 ,  // Top padding for links
hdingcolor:"#FFFFFF",
linktxtalign:"left",  // Links text align
linkvalign:"middle",
menutop:50 ,


// 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
["The Fine Arts Society"], //create header
["Radio Programming", "http://www.fasindy.org/programming",""],
["About Us", "http://www.fasindy.org/info/aboutus.php", "",1, "no"],
["Blog", "http://blog.fasindy.org", "",1, ""],
["Radio Underwriting", "http://www.fasindy.org/underwriters", ""],
["Volunteer", "http://www.fasindy.org/info/aboutus.php", "",1, "no"],
["Donate", "https://app.etapestry.com/hosted/TheFineArtsSociety/OnlineGiving.html", "_new",1, ""],
["Listen Online", "http://wicr.uindy.edu/", "_new",1, "no"],
["Sitemap", "http://www.fasindy.org/info/sitemap.php", "",1, ""],

["Download"],
["Member App", "http://www.fasindy.org/pdf/memberapp.pdf", "_new", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Premiums", "http://www.fasindy.org/pdf/premiums.pdf", "_new",1, ""],
["Program Grid", "http://www.fasindy.org/pdf/grid.pdf", "_new",1, "no"],
["Noteworthy", "http://www.fasindy.org/noteworthy", "",1, ""],

["Education"], //create header
["Composers", "http://www.fasindy.org/education/composers", ""],
["Musical Periods", "http://www.fasindy.org/education/renaissance", ""],
["Music Academy", "http://www.fasindy.org/fasma", ""],

["External Links"], //create header
["WICR", "http://wicr.uindy.edu", "_new",1, "no"],
["UINDY Arts", "http://arts.uindy.edu", "_new",1, ""],
["Discover Classical Music", "http://www.fasindy.org/info/links.php", ""]  //no comma after last entry

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

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

make_menus();