/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=26;			// Number of first level items
	var LowBgColor='#000066';			// Background color when mouse is not over
	var LowSubBgColor='#000066';			// Background color when mouse is not over on subs
	var HighBgColor='#006699';            // Background color when mouse is over
	var HighSubBgColor='#006699';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	var FontHighColor='#ffffff';            // Font color when mouse is over
	var FontSubHighColor='#ffffff'			// Font color subs when mouse is over
	var BorderColor='#000066';			// Border color
	var BorderSubColor='#000066';			// 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=0;				// 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=1;				// 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=300;			// 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.html","",0,20,150);

Menu2=new Array("Directions to Courts","directions.html","",5,20,150);
    Menu2_1=new Array("Directions to the North Annex Service Center","directions.html#north_annex","",0,20,255);
	Menu2_2=new Array("Directions to the South Annex Service Center","directions.html#south_annex",0);
	Menu2_3=new Array("Directions to Magistrate Warrant Division","directions.html#warrant_division","",0);
	Menu2_4=new Array("Directions to State Court Criminal Division","directions.html#criminal_division","",0);
	Menu2_5=new Array("Directions to other State and Magistrate Divisions","directions.html#other_courts","",0);
	
Menu3=new Array("Filing Fees and Costs","fees.html","",0,20,150);

Menu4=new Array("Hours and Holiday Closings","hours_and_closings.html","",0,20,150);

Menu5=new Array("State Court Forms and Booklets","state.html","",2,35,150);
   	Menu5_1=new Array("State Court Civil","state_civil.html","",0,20,150);
	Menu5_2=new Array("State Court Criminal","state_criminal.html","",0);
	
Menu6=new Array("Magistrate Court Forms and Booklets","magistrate.html","",3,35);
	Menu6_1=new Array("Magistrate Court Civil","magistrate_civil.html","",0,20,200);
	Menu6_2=new Array("Magistrate Court Criminal","magistrate_criminal.html","",0);
	Menu6_3=new Array("Magistrate Court Landlord Tenant","magistrate_llt.html","",0);

	
	
Menu7=new Array("State and Magistrate Court Judges","judges.html","",2,35);
	Menu7_1=new Array("State Court Judges","judges.html#state","",0,20,150);
	Menu7_2=new Array("Magistrate Court Judges","judges.html#magistrate","",0);
	
Menu8=new Array("State Court Jury Clerk","state_juryclerk.html","",0,20,150);
	
Menu9=new Array("State Court Flow Chart with Phone Numbers","flowchart.html","",0,35);

Menu10=new Array("State Court Local Rules","localrules.html","",0,20,150);	
	
Menu11=new Array("Magistrate Court Local Rules","courtrules.html","",0,20,150);
Menu12=new Array("Local E-File Rules","/courts/fulton/erules.html","",0,20,150);
Menu13=new Array("E-Filing Case Management Order","/courts/fulton/forms/eorder.pdf","",0,30,150);

Menu14=new Array("Marshal's Department","marshal.html","",8);
	Menu14_1=new Array("Mission","marshal.html#mission","",0,20,150);
	Menu14_2=new Array("Goals & Objectives","marshal.html#goals","",0);
	Menu14_3=new Array("National Accreditation","marshal.html#accred","",0);
	Menu14_4=new Array("State Certification","marshal.html#cert","",0);
	Menu14_5=new Array("Departmental Functions","marshal.html#functions","",0);
	Menu14_6=new Array("The Eviction Process","marshal.html#eviction","",0);
	Menu14_7=new Array("Levy & Sale","marshal.html#levy","",0);
	Menu14_8=new Array("Service Cost","marshal.html#cost","",0);
	
Menu15=new Array("FAQ","faq.html","",8,20,150);
    Menu15_1=new Array("Magistrate Court - Dispossessory Division","faq.html#magistrate_dispdiv","",0,20,225);
	Menu15_2=new Array("Magistrate Court - Small Claims Division","faq.html#magistrate_smclaims","",0);
	Menu15_3=new Array("State Court - Garnishment Division","faq.html#state_garnishment","",0);
	Menu15_4=new Array("State Court - Civil Division","faq.html#state_civil","",0,20,150);
	Menu15_5=new Array("State Court - Criminal Division","faq.html#state_criminal","",0);
	Menu15_6=new Array("Magistrate Court - Criminal Division","faq.html#magistrate_criminal","",0);
	Menu15_7=new Array("Magistrate Court - Traffic Division","faq.html#magistrate_traffic","",0);
	Menu15_8=new Array("State Court - Jury Clerk","faq.html#state_juryclerk","",0);
	
Menu16=new Array("Terms of Court","/courts/fulton/terms.html","",0,20,150);

Menu17=new Array("On-line Access to Court Records","http://www.fultoncourtrecords.com:7778/forms/frmservlet?form=search_menu.fmx","",0,35,150);
	
Menu18=new Array("E-Filing","http://lexisnexis.com/fileandserve","",0,20,150);

Menu19=new Array("Landlord-Tenant Mediation Program","landlord_tenant.html","",0,35);

Menu20=new Array("Required Disposition Form for Judgements (Word Document)","forms/dispositionform.doc","",0,35,150);

Menu21=new Array("Information In Spanish","information_in_spanish.html","",0);

Menu22=new Array("Disabled Customer Access","disabled.html","",1);
	Menu22_1=new Array("Handicap Access","handicap_access.html","",0,20,150);

Menu23=new Array("Fulton County Daily Report Online","http://www.dailyreportonline.com/","",0,35);


Menu24=new Array("Red Light Camera Citations","https://www.viewyourticket.com/TicketViewerGA_FU","",0,35);

Menu25=new Array("Search for New State Court Case Numbers","/courts/fulton/FultonUpload/acs27878_state_court_aoc_web_site.pdf","",0,35);
Menu26=new Array("Traffic Fine Schedule","magistrate_traffic.html","",0,35);



