/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=30		// Number of first level items
	var LowBgColor='silver';			// Background color when mouse is not over
	var LowSubBgColor='silver';			// Background color when mouse is not over on subs
	var HighBgColor='silver';			// Background color when mouse is over
	var HighSubBgColor='silver';			// Background color when mouse is over on subs
	var FontLowColor='#395294';			// Font color when mouse is not over
	var FontSubLowColor='#395294';			// 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='silver';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="tahoma,arial,comic sans ms,technical"	// Font family menu items
	var FontSize=10;				// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// 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=500;			// 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='MenuPos';				// 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=['/tri.gif',5,10,'/tridown.gif',10,5,'/trileft.gif',5,10];	// Arrow source, width and height

function runmikescroll() {

  var layer;
  var mikex, mikey;

  // Locate placeholder layer so we can use it to position the scrollers.

  layer = getLayer("placeholder");
  mikex = getPageLeft(layer);
  mikey = getPageTop(layer);

  // Create the first scroller and position it.

  myScroller1.create();
  myScroller1.hide();
  myScroller1.moveTo(mikex, mikey);
  myScroller1.setzIndex(100);
  myScroller1.show();
}

function BeforeStart(){return}
//function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

function AfterBuild(){window.onload=runmikescroll; 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","/default.aspx","",0,20,148);

Menu2=new Array("Index Case Search","http://www.nvd.uscourts.gov/IndexCases","",0);

Menu3=new Array("CM/ECF Login","https://ecf.nvd.uscourts.gov/cgi-bin/login.pl","",0);

Menu4=new Array("CM/ECF Info","","",13);
	Menu4_1=new Array("General Info","/CMECFMain.aspx","",0,20,165);	
	Menu4_2=new Array("E-Filing Procedures","/Files/Electronic FilingProcedures.pdf","",0);
	Menu4_3=new Array("Attorney Registration","http://www.nvd.uscourts.gov/CMECFAttorneyRegistration/frmUserRegistration.aspx","",0);
	Menu4_4=new Array("Best Practices","/CMECFBestPractices.aspx","",0);
	Menu4_5=new Array("Tutorial","http://pacer.psc.uscourts.gov/cmecf/dc/","",0);
	Menu4_6=new Array("CBT","http://pacer.psc.uscourts.gov/ecfcbt/dc/","",0);
	Menu4_7=new Array("FAQ","http://pacer.psc.uscourts.gov/cmecf/ecffaq.html","",0);
	Menu4_8=new Array("Pacer CM/ECF Info","http://pacer.psc.uscourts.gov/cmecf/index.html","",0);
	Menu4_9=new Array("Links","/CMECFLinks.aspx","",0);
	Menu4_10=new Array("Civil Events Menu","/Files/civil events menu.pdf","",0);
	Menu4_11=new Array("Criminal Events Menu","/Files/criminal events menu.pdf","",0);
    Menu4_12=new Array("Credit Card Payment","/Files/Internet Credit Card Payment Process.pdf","",0);
    Menu4_13=new Array("What's New in CM/ECF 4.0","/Files/CMECFV40.pdf","",0);    

/*   Menu5=new Array("2006 District Conference","/Files/District Conference Flier.pdf","",0); */

Menu5=new Array("CJA","/CJA.aspx");

Menu6=new Array("CJA eVoucher", "http://ecf.nvd.uscourts.gov/CJA");

Menu7=new Array("Pacer","","",2);
	Menu7_1=new Array("Pacer Program","http://pacer.nvd.uscourts.gov","",0,20,190);
	Menu7_2=new Array("Pacer Survey","http://websurvey.pinpointresearch.com/pacersurvey","",0);
	
Menu8=new Array("Lawyer Representatives","/LawyerRepresentatives.aspx","",0);

Menu9=new Array("Fee Schedule","/Files/FEES%20EFF%2011-01-11.pdf","",0);

Menu10=new Array("Local Rules","","",2);
	Menu10_1=new Array("Local Rules Effective August 2011","","",2,20,190);
		Menu10_1_1=new Array("Table of Contents","/Files/LocalRules/LRTOC.pdf","",0,20,190);
		Menu10_1_2=new Array("Full Set","/Files/LOCAL%20RULES%20OF%20PRACTICE%20August%202011.pdf","",0);
	Menu10_2=new Array("Amendments to 2006 Local Rules","","",2);
		Menu10_2_1 = new Array("Matrix of Changes","/Files/AMENDMENTS%20TO%20LOCAL%20RULES%20Matrix%20-Version%20Public%206-29-11.pdf","",0,20,190);
		Menu10_2_2 = new Array("Redline Version","/Files/2011%20REDLINED%20COPY%20LOCAL%20RULES%20OF%20PRACTICE.pdf","",0);


/*Menu8=new Array("Local Rules","","",2);
	Menu8_1=new Array("Local Rules","/Files/39305r5_06.pdf","",0,20,165);
	Menu8_2=new Array("Supplement to Rules","/LocalRuleComment.aspx","",0);	
*/

Menu11=new Array("State of the Court 2010", "/Files/DC_Report2010.pdf","",0,20,165);

Menu12=new Array("Public Notice","/PublicNotice.aspx","",0);

Menu13=new Array("Special Orders","/SpecialOrders.aspx","",0);

Menu14=new Array("General Orders","/GeneralOrders.aspx","",0);

Menu15=new Array("Central Violations Bureau","/CVB.aspx","",0);
	
Menu16=new Array("","","/images/grayline.gif",0,0,0);

Menu17=new Array("General Info","/GeneralInformation.aspx","",0);

Menu18=new Array("Pro Se Assistance Packet","/files/pro_se%20guide%2011-04-10.pdf","",0);

Menu19=new Array("eJuror","https://ecf.nvd.uscourts.gov/ejuror/TransportRoom?servlet=login","",0);

Menu20=new Array("Jury Info","","",4);
	Menu20_1=new Array("Las Vegas","/JuryInformationVegas.aspx","",0,20,140);
	Menu20_2=new Array("Reno","/JuryInformationReno.aspx","",0);
	Menu20_3=new Array("Trial Jurors Handbook","/files/Handbook-AO.pdf","",0);
	Menu20_4=new Array("Grand Jurors Handbook","/files/Handbook-GJ-AO.pdf","",0);

Menu21=new Array("Judges List","/JudgeList.aspx","",0);

Menu22=new Array("Links","/Links.aspx","",0);

Menu23=new Array("Phone List","/TelephoneList.aspx","",0);

Menu24=new Array("","","/images/grayline.gif",0,0,0);

Menu25=new Array("FAQ","/FAQ.aspx","",0);

Menu26=new Array("Help Desk FAQ","/helpdeskfaq.aspx","",0);

Menu27=new Array("Forms","/Forms.aspx","",0);

/*Menu16=new Array("Job Announcements","http://www.fedworld.gov/jobs/jobsearch.html","",0);*/

Menu28=new Array("Job Announcements","/JobAnnouncements.aspx","",0);

/*Menu19=new Array("District Court Conference","2005USDCConferenceFlier.aspx","",0);*/

Menu29=new Array("OSCAR","https://oscar.symplicity.com","",0);

/*Menu18=new Array("Magistrate Judge Notice","VacancyNoticeMagistrate.aspx","",0);*/

Menu30=new Array("Identity Theft Scam","/IdentityTheft.aspx","",0);

//Menu31=new Array("RFQ Opportunity","files/anyvendor.pdf","",0);

//Menu32=new Array("RFQ Opportunity 2","files/1anyvendor.pdf","",0);

/*Menu25=new Array("2009 District Conference","files/2009ConfFlier.pdf","",0);*/

/*Menu26=new Array("Bid Opportunities","files/CARPET RFQ_SOW.pdf","",0);*/



