
//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
linkheight:22 ,  // linked horizontal cells height
hdingwidth:110 ,  // heading - non linked horizontal cells width
// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///
bartext:'MENU',
barbgcolor:"#b46bb4",
hdingbgcolor:"#732071", 
menupos:'right',
menutop:350,
kviewtype:'fixed', 
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Menu"], //create header
["Go to TOP", "#TOP", ""],
["Contact Us", "contactus.php",""],
["FAQ", "au-quikfacts.php", ""],
["Link to Us", "#", ""],


["External Links", "", ""], //create header
["ELCA", "http://www.elca.org", "_new"],
["Metro Synod", "http://www.mcselca.org", "_new"],

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

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

make_menus();