//This is the configuration for the UUCDC set: "Visit Us"	
	
//Shadow has been set to 'no,' 	
	
// function menu(size, orientation, x, y, offsetX, offsetY, bgOut, bgOver, fontFace, fontSize, fontStyleOut, fontStyleOver, textColorOut, textColorOver, borderSize, borderColor, margin, showChar, showOnClick, sepItems, isMainMenu, hasAnimations, animationType, hasShadow, sOffX, sOffY, shadowColor)	
	
// function item(link, target, iSize, alignment, content, menuToShow)	
	
function init()	
{	
	menus[0] = new menu(187, "vertical", 26, 350, 5, -10, "img:media/pumpkin.gif", "img:media/darkbrown.gif", "verdana, geneva, arial, helvetica, sans-serif", 9, "bold", "bold", "black", "#FFFFCC", 1, "black", 3, "rollover:media/tri-right1.gif:media/tri-right3.gif", false, true, true, true, 5, false, 4, 4, "black");
	menus[0].addItem("faq.html", "",36, "left", "Frequently Asked Questions",0);
	menus[0].addItem("accessible.html", "",22, "left", "Accessibility",0);
	menus[0].addItem("newcomers.html", "",36, "left", "What Newcomers Want to Know",1);
	menus[0].addItem("directions.html", "",22, "left", "Directions",0);
	menus[0].addItem("contactus.html", "",22, "left", "Contact Us",2);
	
//Sub Menu for WhatNewcomers Need to Know	
	menus[1] = new menu(165, "vertical", 0, 0, 5, -10, "#FFF9F0", "#AA6644", "verdana, geneva, arial, helvetica, sans-serif", 9, "bold", "bold", "black", "#FFFFCC", 1, "black", 2, "rollover:media/tri-right1.gif:media/tri-right3.gif", false, true, false, false, 5, false, 4, 4, "black");
	menus[1].addItem("newcomers.html", "",36, "left", "Frequently Asked Questions",0);
	menus[1].addItem("newcomers.html#service", "",22, "left", "Services",0);
	menus[1].addItem("newcomers.html#inquiringminds", "",36, "left", "Join Us for Inquiring Minds!",0);
	
//Sub Menu for Contact Us	
	menus[2] = new menu(165, "vertical", 0, 0, 5, -10, "#FFF9F0", "#AA6644", "verdana, geneva, arial, helvetica, sans-serif", 9, "bold", "bold", "black", "#FFFFCC", 1, "black", 2, "rollover:media/tri-right1.gif:media/tri-right3.gif", false, true, false, false, 5, false, 4, 4, "black");
	menus[2].addItem("contactus.html#staff", "",22, "left", "Staff ",0);
	menus[2].addItem("contactus.html#board", "",22, "left", "Board of Trustees",0);
	menus[2].addItem("whatshappening.html", "",36, "left", "Committee Chairs & Program Leaders",0);
	menus[2].addItem("contactus.html#leadership", "",36, "left", "Leadership Opportunities",0);
	menus[2].addItem("contactus.html#membership", "",22, "left", "Membership",0);
	menus[2].addItem("contactus.html#volunteer", "",22, "left", "Volunteer!",0);
	menus[2].addItem("contactus.html#howtopost", "",22, "left", "How to Post",0);
	
}	
