	var NoOffFirstLineMenus=15;			// Number of first level items
	var LowBgColor='#990000';			// Background color when mouse is not over
	var LowSubBgColor='#990000';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#990000';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=140;				// Menu offset x coordinate
	var StartLeft=9;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/images/tri.gif',5,10,'/images/tridown.gif',10,5,'/images/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","index.php","",0,20,138);

Menu2=new Array("About Castleberry","about_castleberry.php","",6);
	Menu2_1=new Array("Buildings","buildings.php","",0,20,180);
	Menu2_2=new Array("Directions","directions.php","",0,20,180);
	Menu2_3=new Array("History","history.php","",0,20,180);
	Menu2_4=new Array("Local Businesses","local_businesses.php","",0,20,180);
	Menu2_5=new Array("Filming Information","filming.php","",0,20,180);	
	Menu2_6=new Array("Advertising w/ the CHNA","advertising.php","",0,20,180);	

Menu3=new Array("Officers & Meetings","contacts.php","",14);
	Menu3_1=new Array("April 2009","apr_2009.php","",0,20,180);
	Menu3_2=new Array("February 2009","feb_2009.php","",0,20,180);
	Menu3_3=new Array("January 2009","jan_2009.php","",0,20,180);
	Menu3_4=new Array("November 2008","nov_2008.php","",0,20,180);
	Menu3_5=new Array("October 2008","oct_2008.php","",0,20,180);
	Menu3_6=new Array("September 2008","sept_2008.php","",0,20,180);
	Menu3_7=new Array("August 2008","aug_2008.php","",0,20,180);
	Menu3_8=new Array("July 2008","jul_2008.php","",0,20,180);
	Menu3_9=new Array("June 2008","jun_2008.php","",0,20,180);
	Menu3_10=new Array("May 2008","may_2008.php","",0,20,180);
	Menu3_11=new Array("April 2008","apr_2008.php","",0,20,180);
	Menu3_12=new Array("February 2008","feb_2008.php","",0,20,180);
	Menu3_13=new Array("Officers","contacts.php","",0,20,180);
	Menu3_14=new Array("Meeting Locations","meeting_location.php","",0,20,180);

Menu4=new Array("Committees","contacts.php","",13);
	Menu4_1=new Array("Public Safety","public_safety.php","",0,20,180);
	Menu4_2=new Array("Econ. & Comm. Development","development.php","",0);
	Menu4_3=new Array("Business Development","biz_dev.php","",0);
	Menu4_4=new Array("Code Enforcement","code_enforcement.php","",0);
	Menu4_5=new Array("Land Use","land_use.php","",0);
	Menu4_6=new Array("PR & Communications","communications.php","",0);
	Menu4_7=new Array("Neighborhood Relations","relations.php","",0);
	Menu4_8=new Array("Loft Tour","loft_tour.php","",0);
	Menu4_9=new Array("Clean Up","clean_up.php","",0);
	Menu4_10=new Array("Transportation","transportation.php","",0);
	Menu4_11=new Array("Membership","membership.php","",0);
	Menu4_12=new Array("Committee Contacts","contacts.php","",0);
	Menu4_13=new Array("Committee Downloads","commdown.php","",0);

Menu5=new Array("News & Happenings","chna_news.php","",6);
	Menu5_1=new Array("News & Articles","chna_news.php","",0,20,180);
	Menu5_2=new Array("Press Releases","press_releases.php","",0,20,180);
	Menu5_3=new Array("NPU & UDC","npuudc.php","",0,20,180);
	Menu5_4=new Array("Public Safety","public_safety.php","",0,20,180);
	Menu5_5=new Array("CH T-Shirts","chna_tshirts.php","",0,20,180);
	Menu5_6=new Array("Atlanta Renewal","renewal.php","",0,20,180);

Menu6=new Array("Links & Events","links_events.php","",6);
	Menu6_1=new Array("Events Calendar","links_events.php","",0,20,180);
	Menu6_2=new Array("Loft Tour","lofttour/index.php","",0,20,180);
	Menu6_3=new Array("Helpful City Links & Contacts","helpful_links.php","",0,20,180);
	Menu6_4=new Array("Grocery & More","grocery_more.php","",0,20,180);
	Menu6_5=new Array("Atlanta Attractions","attractions.php","",0,20,180);
	Menu6_6=new Array("Volunteer & Recycle","volunteer_recycle.php","",0,20,180);

Menu7=new Array("Bylaws","bylaws.php","",0);

Menu8=new Array("Master Plan","master_plan.php","",0);

Menu9=new Array("Landmark Districting","land_use.php","",0);

Menu10=new Array("Membership in CHNA","membership.php","",0);

Menu11=new Array("Loft Tour","http://www.castleberryhill.org/lofttour","",0);

Menu12=new Array("ArtStroll","artstroll.html","",0);

Menu13=new Array("Chronicle","chronicle.php","",0);

Menu14=new Array("Photo Album","photos.php","",0);

Menu15=new Array("Message Board","msg_board.php","",0);

