/* 
============================================================================
DESC:           bb_index.js
                Creates SubIndex arrays for drop down list on Brief
                Bank search page.

PLATFORMS:      ALL 

USAGE NOTES:    Call any function or use any variable from with any HTML
                document by linking to the file through a SCRIPT tag
                and SRC specification.
                <SCRIPT LANGUAGE="JavaScript" SRC="bb_index.js"></SCRIPT>
============================================================================= 
*/
var active;
var ar = new Array();

ar[0] = new Array();
ar[0][0] = new makeOption("Select a Sub Category ------------->","");
ar[1] = new Array(); //Aiding & Abetting

ar[1][0] = new makeOption("Select a Sub Category ------------->","");
ar[1][1] = new makeOption("All",".");

ar[2] = new Array(); //Appeals
ar[2][0] = new makeOption("Select a Sub Category ------------->","");
ar[2][1] = new makeOption("All",".");
ar[2][2] = new makeOption("Abatement","Abatement");
ar[2][3] = new makeOption("Anders Brief","Anders Brief");
ar[2][4] = new makeOption("Appellate Jurisdiction","Appellate Jurisdiction");
ar[2][5] = new makeOption("Harmless Error","Harmless Error");
ar[2][6] = new makeOption("Interlocutory","Interlocutory");
ar[2][7] = new makeOption("Petition for Rehearing","Petition for Rehearing");
ar[2][8] = new makeOption("Plain Error","Plain Error");
ar[2][9] = new makeOption("Post-Conviction","Post-Conviction");
ar[2][10] = new makeOption("Probable Cause","Probable Cause");
ar[2][11] = new makeOption("Procedure","Procedure");
ar[2][12] = new makeOption("Seizure","Seizure");
ar[2][13] = new makeOption("Standard of Review","Standard of Review");
ar[2][14] = new makeOption("Waiver","Waiver");

ar[3] = new Array(); //Arrest
ar[3][0] = new makeOption("Select a Sub Category ------------->","");
ar[3][1] = new makeOption("All",".");
ar[3][2] = new makeOption("Payton/Steagald","Payton/Steagald");
ar[3][3] = new makeOption("Probable Cause","Probable Cause");
ar[3][4] = new makeOption("Seizure","Seizure");

ar[4] = new Array(); //Attempts

ar[4][0] = new makeOption("Select a Sub Category ------------->","");
ar[4][1] = new makeOption("All",".");

ar[5] = new Array(); //Attorney-Client Relationship
ar[5][0] = new makeOption("Select a Sub Category ------------->","");
ar[5][1] = new makeOption("All",".");
ar[5][2] = new makeOption("Conflict","Conflict");

ar[6] = new Array(); //Bail
ar[6][0] = new makeOption("Select a Sub Category ------------->","");
ar[6][1] = new makeOption("All",".");
ar[6][2] = new makeOption("Pretrial Detention","Pretrial Detention");
ar[6][3] = new makeOption("Release Pending Sentencing/Appeal","Release Pending Sentencing/Appeal");
ar[6][4] = new makeOption("Revocation of Bond","Revocation of Bond");
ar[6][5] = new makeOption("Sureties","Sureties");

ar[7] = new Array(); //Bench Trials

ar[7][0] = new makeOption("Select a Sub Category ------------->","");
ar[7][1] = new makeOption("All",".");

ar[8] = new Array(); //Bill of Particulars

ar[8][0] = new makeOption("Select a Sub Category ------------->","");
ar[8][1] = new makeOption("All",".");

ar[9] = new Array(); //Capital Punishment

ar[9][0] = new makeOption("Select a Sub Category ------------->","");
ar[9][1] = new makeOption("All",".");

ar[10] = new Array(); //Closing Argument

ar[10][0] = new makeOption("Select a Sub Category ------------->","");
ar[10][1] = new makeOption("All",".");

ar[11] = new Array(); //Collateral Estoppel

ar[11][0] = new makeOption("Select a Sub Category ------------->","");
ar[11][1] = new makeOption("All",".");

ar[12] = new Array(); //Commerce Clause

ar[12][0] = new makeOption("Select a Sub Category ------------->","");
ar[12][1] = new makeOption("All",".");

ar[13] = new Array(); //Competency

ar[13][0] = new makeOption("Select a Sub Category ------------->","");
ar[13][1] = new makeOption("All",".");

ar[14] = new Array(); //Compulsory Process

ar[14][0] = new makeOption("Select a Sub Category ------------->","");
ar[14][1] = new makeOption("All",".");

ar[15] = new Array(); //Confessions
ar[15][0] = new makeOption("Select a Sub Category ------------->","");
ar[15][1] = new makeOption("All",".");
ar[15][2] = new makeOption("Corpus Delicti","Corpus Delicti");
ar[15][3] = new makeOption("Custodial Interrogation","Custodial Interrogation");
ar[15][4] = new makeOption("Fruit of Illegal Seizure","Fruit of Illegal Seizure");
ar[15][5] = new makeOption("General","General");
ar[15][6] = new makeOption("McNabb/Mallory","McNabb/Mallory");
ar[15][7] = new makeOption("Right to Counsel","Right to Counsel");
ar[15][8] = new makeOption("Voluntariness","Voluntariness");
ar[15][9] = new makeOption("Waiver","Waiver");

ar[16] = new Array(); //Confrontation, Right To

ar[16][0] = new makeOption("Select a Sub Category ------------->","");
ar[16][1] = new makeOption("All",".");

ar[17] = new Array(); //Conspiracy
ar[17][0] = new makeOption("Select a Sub Category ------------->","");
ar[17][1] = new makeOption("All",".");
ar[17][2] = new makeOption("Definition/Elements","Definition/Elements");
ar[17][3] = new makeOption("Geaney Issues","Geaney Issues");
ar[17][4] = new makeOption("Multiple v. Single","Multiple v. Single");
ar[17][5] = new makeOption("Pinkerton Liability","Pinkerton Liability");
ar[17][6] = new makeOption("Sufficiency of Evidence","Sufficiency of Evidence");
ar[17][7] = new makeOption("Withdrawal","Withdrawal");

ar[18] = new Array(); //Contempt
ar[18][0] = new makeOption("Select a Sub Category ------------->","");
ar[18][1] = new makeOption("All",".");
ar[18][2] = new makeOption("Civil","Civil");
ar[18][3] = new makeOption("Criminal","Criminal");

ar[19] = new Array(); //Continuances

ar[19][0] = new makeOption("Select a Sub Category ------------->","");
ar[19][1] = new makeOption("All",".");

ar[20] = new Array(); //Coram Nobis

ar[20][0] = new makeOption("Select a Sub Category ------------->","");
ar[20][1] = new makeOption("All",".");

ar[21] = new Array(); //Counsel, Right To

ar[21][0] = new makeOption("Select a Sub Category ------------->","");
ar[21][1] = new makeOption("All",".");

ar[22] = new Array(); //Criminal Justice Act

ar[22][0] = new makeOption("Select a Sub Category ------------->","");
ar[22][1] = new makeOption("All",".");

ar[23] = new Array(); //Cross Examination
ar[23][0] = new makeOption("Select a Sub Category ------------->","");
ar[23][1] = new makeOption("All",".");
ar[23][2] = new makeOption("Extent of","Extent of");
ar[23][3] = new makeOption("Right to","Right to");

ar[24] = new Array(); //Cruel and Unusual Punishment

ar[24][0] = new makeOption("Select a Sub Category ------------->","");
ar[24][1] = new makeOption("All",".");

ar[25] = new Array(); //Defendant's Right To Testify

ar[25][0] = new makeOption("Select a Sub Category ------------->","");
ar[25][1] = new makeOption("All",".");

ar[26] = new Array(); //Defenses
ar[26][0] = new makeOption("Select a Sub Category ------------->","");
ar[26][1] = new makeOption("All",".");
ar[26][2] = new makeOption("Alibi","Alibi");
ar[26][3] = new makeOption("Duress","Duress");
ar[26][4] = new makeOption("Entrapment","Entrapment");
ar[26][5] = new makeOption("Entrapment by Estoppel","Entrapment by Estoppel");
ar[26][6] = new makeOption("Exculpatory No","Exculpatory No");
ar[26][7] = new makeOption("First Amendment","First Amendment");
ar[26][8] = new makeOption("Good Faith","Good Faith");
ar[26][9] = new makeOption("Impossibility","Impossibility");
ar[26][10] = new makeOption("Inconsistent Defenses","Inconsistent Defenses");
ar[26][11] = new makeOption("Insanity","Insanity");
ar[26][12] = new makeOption("Necessity","Necessity");
ar[26][13] = new makeOption("Outrageous Government Misconduct","Outrageous Government Misconduct");
ar[26][14] = new makeOption("Right to Present","Right to Present");
ar[26][15] = new makeOption("Self Defense/Defense of Others","Self Defense/Defense of Others");

ar[27] = new Array(); //Detainers

ar[27][0] = new makeOption("Select a Sub Category ------------->","");
ar[27][1] = new makeOption("All",".");

ar[28] = new Array(); //Discovery
ar[28][0] = new makeOption("Select a Sub Category ------------->","");
ar[28][1] = new makeOption("All",".");
ar[28][2] = new makeOption("Rule 16","Rule 16");

ar[29] = new Array(); //Double Jeopardy
ar[29][0] = new makeOption("Select a Sub Category ------------->","");
ar[29][1] = new makeOption("All",".");
ar[29][2] = new makeOption("Same Offense","Same Offense");
ar[29][3] = new makeOption("Immunity","Immunity");
ar[29][4] = new makeOption("Implicit Acquittal","Implicit Acquittal");
ar[29][5] = new makeOption("Mistrial","Mistrial");
ar[29][6] = new makeOption("Multiple Punishments","Multiple Punishments");
ar[29][7] = new makeOption("Multiple v. Single Conspiracies","Multiple v. Single Conspiracies");
ar[29][8] = new makeOption("Restitution","Restitution");
ar[29][9] = new makeOption("Rico","Rico");
ar[29][10] = new makeOption("Waiver","Waiver");

ar[30] = new Array(); //Due Process

ar[30][0] = new makeOption("Select a Sub Category ------------->","");
ar[30][1] = new makeOption("All",".");

ar[31] = new Array(); //Electronic Surveillance

ar[31][0] = new makeOption("Select a Sub Category ------------->","");
ar[31][1] = new makeOption("All",".");

ar[32] = new Array(); //Equal Protection

ar[32][0] = new makeOption("Select a Sub Category ------------->","");
ar[32][1] = new makeOption("All",".");

ar[33] = new Array(); //Evidence
ar[33][0] = new makeOption("Select a Sub Category ------------->","");
ar[33][1] = new makeOption("All",".");
ar[33][2] = new makeOption("Opening the Door","Opening the Door");
ar[33][3] = new makeOption("Accomplice Testimony","Accomplice Testimony");
ar[33][4] = new makeOption("Admissions (Rule 801(d)(2)(B)","Admissions (Rule 801(d)(2)(B)");
ar[33][5] = new makeOption("Appeals","Appeals");
ar[33][6] = new makeOption("Authentication - Rule 901 (a)","Authentication - Rule 901 (a)");
ar[33][7] = new makeOption("Authentication - Rule 901(a); 902","Authentication - Rule 901(a); 902");
ar[33][8] = new makeOption("Bias/Prejudice","Bias/Prejudice");
ar[33][9] = new makeOption("Business Records","Business Records");
ar[33][10] = new makeOption("Character Evidence","Character Evidence");
ar[33][11] = new makeOption("Child Molestation - Rule 414","Child Molestation - Rule 414");
ar[33][12] = new makeOption("Circumstantial","Circumstantial");
ar[33][13] = new makeOption("Co-conspirators' Statements - Rule 801(d)(2)(E)","Co-conspirators' Statements - Rule 801(d)(2)(E)");
ar[33][14] = new makeOption("Credibility of Declarant - Rule 806","Credibility of Declarant - Rule 806");
ar[33][15] = new makeOption("Criminal Record","Criminal Record");
ar[33][16] = new makeOption("DNA","DNA");
ar[33][17] = new makeOption("Defendant's Testimony","Defendant's Testimony");
ar[33][18] = new makeOption("Documentary & Demonstrative","Documentary & Demonstrative");
ar[33][19] = new makeOption("Excited Utterance (Rule 803(2))","Excited Utterance (Rule 803(2))");
ar[33][20] = new makeOption("Exhibits","Exhibits");
ar[33][21] = new makeOption("Experts","Experts");
ar[33][22] = new makeOption("Extrinsic Evidence - Rule 608","Extrinsic Evidence - Rule 608");
ar[33][23] = new makeOption("Family History - Rule 803(19);804(b)(4)","Family History - Rule 803(19);804(b)(4)");
ar[33][24] = new makeOption("Flight/ Continued Absence","Flight/ Continued Absence");
ar[33][25] = new makeOption("Hearsay","Hearsay");
ar[33][26] = new makeOption("Impeachment","Impeachment");
ar[33][27] = new makeOption("Leading Questions (611(c))","Leading Questions (611(c))");
ar[33][28] = new makeOption("Lost or Destroyed","Lost or Destroyed");
ar[33][29] = new makeOption("Motive","Motive");
ar[33][30] = new makeOption("Opinion Testimony - Rule 701","Opinion Testimony - Rule 701");
ar[33][31] = new makeOption("Other Crimes/Acts (Rule 404)","Other Crimes/Acts (Rule 404)");
ar[33][32] = new makeOption("Polygraph","Polygraph");
ar[33][33] = new makeOption("Prejudicial v. Probative - Rule 403","Prejudicial v. Probative - Rule 403");
ar[33][34] = new makeOption("Prior Consistent Statement-Rule 801(d)(l)","Prior Consistent Statement-Rule 801(d)(l)");
ar[33][35] = new makeOption("Prior Inconsistent Statement","Prior Inconsistent Statement");
ar[33][36] = new makeOption("Prior Testimony - Rule 804(b)(l)","Prior Testimony - Rule 804(b)(l)");
ar[33][37] = new makeOption("Privileges","Privileges");
ar[33][38] = new makeOption("Proffer","Proffer");
ar[33][39] = new makeOption("Public Records/Reports- Rule 803(8)","Public Records/Reports- Rule 803(8)");
ar[33][40] = new makeOption("Rebuttal","Rebuttal");
ar[33][41] = new makeOption("Refreshment of Recollection","Refreshment of Recollection");
ar[33][42] = new makeOption("Relevance","Relevance");
ar[33][43] = new makeOption("Rule of Completeness - Rule 106","Rule of Completeness - Rule 106");
ar[33][44] = new makeOption("Statement Against Interest - Rule 804(b)(3)","Statement Against Interest - Rule 804(b)(3)");
ar[33][45] = new makeOption("Tapes","Tapes");
ar[33][46] = new makeOption("Vicarious Statements- Rule 801(d)(2)(D)","Vicarious Statements- Rule 801(d)(2)(D)");

ar[34] = new Array(); //Ex Post Facto

ar[34][0] = new makeOption("Select a Sub Category ------------->","");
ar[34][1] = new makeOption("All",".");

ar[35] = new Array(); //Exculpatory Evidence
ar[35][0] = new makeOption("Select a Sub Category ------------->","");
ar[35][1] = new makeOption("All",".");
ar[35][2] = new makeOption("Brady Materials","Brady Materials");
ar[35][3] = new makeOption("Giglio Materials","Giglio Materials");

ar[36] = new Array(); //Extradition

ar[36][0] = new makeOption("Select a Sub Category ------------->","");
ar[36][1] = new makeOption("All",".");

ar[37] = new Array(); //Fair Trial
ar[37][0] = new makeOption("Select a Sub Category ------------->","");
ar[37][1] = new makeOption("All",".");
ar[37][2] = new makeOption("Prison Clothes","Prison Clothes");
ar[37][3] = new makeOption("Security Measures","Security Measures");

ar[38] = new Array(); //Fifth Amendment
ar[38][0] = new makeOption("Select a Sub Category ------------->","");
ar[38][1] = new makeOption("All",".");
ar[38][2] = new makeOption("Forfeiture","Forfeiture");

ar[39] = new Array(); //Forfeiture

ar[39][0] = new makeOption("Select a Sub Category ------------->","");
ar[39][1] = new makeOption("All",".");

ar[40] = new Array(); //Gambling Offenses

ar[40][0] = new makeOption("Select a Sub Category ------------->","");
ar[40][1] = new makeOption("All",".");

ar[41] = new Array(); //Grand Jury
ar[41][0] = new makeOption("Select a Sub Category ------------->","");
ar[41][1] = new makeOption("All",".");
ar[41][2] = new makeOption("Abuse of Grand Jury","Abuse of Grand Jury");
ar[41][3] = new makeOption("Assertion of Privileges","Assertion of Privileges");
ar[41][4] = new makeOption("Composition","Composition");
ar[41][5] = new makeOption("Disclosure of Documents","Disclosure of Documents");
ar[41][6] = new makeOption("Disclosure of Transcripts","Disclosure of Transcripts");
ar[41][7] = new makeOption("Excessive Hearsay","Excessive Hearsay");
ar[41][8] = new makeOption("Secrecy","Secrecy");

ar[42] = new Array(); //Guilty Pleas
ar[42][0] = new makeOption("Select a Sub Category ------------->","");
ar[42][1] = new makeOption("All",".");
ar[42][2] = new makeOption("Enforcement of Bargain","Enforcement of Bargain");
ar[42][3] = new makeOption("Validity","Validity");
ar[42][4] = new makeOption("Withdrawal of Guilty Plea","Withdrawal of Guilty Plea");

ar[43] = new Array(); //Habeas Corpus
ar[43][0] = new makeOption("Select a Sub Category ------------->","");
ar[43][1] = new makeOption("All",".");
ar[43][2] = new makeOption("Appeal","Appeal");
ar[43][3] = new makeOption("Cause and Prejudice","Cause and Prejudice");
ar[43][4] = new makeOption("Cognizable Claims","Cognizable Claims");
ar[43][5] = new makeOption("Exhaustion","Exhaustion");
ar[43][6] = new makeOption("Procedural Default","Procedural Default");
ar[43][7] = new makeOption("Procedure","Procedure");
ar[43][8] = new makeOption("State Findings","State Findings");
ar[43][9] = new makeOption("Successive Petitions","Successive Petitions");

ar[44] = new Array(); //Identification
ar[44][0] = new makeOption("Select a Sub Category ------------->","");
ar[44][1] = new makeOption("All",".");
ar[44][2] = new makeOption("Expert Testimony","Expert Testimony");
ar[44][3] = new makeOption("Lineup","Lineup");
ar[44][4] = new makeOption("Photo Array","Photo Array");
ar[44][5] = new makeOption("Physical Comparison","Physical Comparison");
ar[44][6] = new makeOption("Show-up","Show-up");
ar[44][7] = new makeOption("Suggestivity/Reliability","Suggestivity/Reliability");

ar[45] = new Array(); //Immigration

ar[45][0] = new makeOption("Select a Sub Category ------------->","");
ar[45][1] = new makeOption("All",".");

ar[46] = new Array(); //Immunity
ar[46][0] = new makeOption("Select a Sub Category ------------->","");
ar[46][1] = new makeOption("All",".");
ar[46][2] = new makeOption("Defense Immunity","Defense Immunity");
ar[46][3] = new makeOption("General","General");

ar[47] = new Array(); //In Limine Motion

ar[47][0] = new makeOption("Select a Sub Category ------------->","");
ar[47][1] = new makeOption("All",".");

ar[48] = new Array(); //Indictment
ar[48][0] = new makeOption("Select a Sub Category ------------->","");
ar[48][1] = new makeOption("All",".");
ar[48][2] = new makeOption("Amendment","Amendment");
ar[48][3] = new makeOption("Duplicity","Duplicity");
ar[48][4] = new makeOption("Multiplicity","Multiplicity");
ar[48][5] = new makeOption("Particularity/Specificity","Particularity/Specificity");
ar[48][6] = new makeOption("Sufficiency","Sufficiency");
ar[48][7] = new makeOption("Surplusage","Surplusage");
ar[48][8] = new makeOption("Variance/Constructive Amendment","Variance/Constructive Amendment");

ar[49] = new Array(); //Ineffective Assistance of Counsel

ar[49][0] = new makeOption("Select a Sub Category ------------->","");
ar[49][1] = new makeOption("All",".");

ar[50] = new Array(); //Informants

ar[50][0] = new makeOption("Select a Sub Category ------------->","");
ar[50][1] = new makeOption("All",".");

ar[51] = new Array(); //Intent

ar[51][0] = new makeOption("Select a Sub Category ------------->","");
ar[51][1] = new makeOption("All",".");

ar[52] = new Array(); //Interpreters

ar[52][0] = new makeOption("Select a Sub Category ------------->","");
ar[52][1] = new makeOption("All",".");

ar[53] = new Array(); //Jencks Materials

ar[53][0] = new makeOption("Select a Sub Category ------------->","");
ar[53][1] = new makeOption("All",".");

ar[54] = new Array(); //Joinder
ar[54][0] = new makeOption("Select a Sub Category ------------->","");
ar[54][1] = new makeOption("All",".");
ar[54][2] = new makeOption("Counts","Counts");
ar[54][3] = new makeOption("Defendants","Defendants");

ar[55] = new Array(); //Judges
ar[55][0] = new makeOption("Select a Sub Category ------------->","");
ar[55][1] = new makeOption("All",".");
ar[55][2] = new makeOption("Misconduct","Misconduct");
ar[55][3] = new makeOption("Recusal","Recusal");

ar[56] = new Array(); //Jurisdiction

ar[56][0] = new makeOption("Select a Sub Category ------------->","");
ar[56][1] = new makeOption("All",".");

ar[57] = new Array(); //Juror Bias

ar[57][0] = new makeOption("Select a Sub Category ------------->","");
ar[57][1] = new makeOption("All",".");

ar[58] = new Array(); //Juror Misconduct

ar[58][0] = new makeOption("Select a Sub Category ------------->","");
ar[58][1] = new makeOption("All",".");

ar[59] = new Array(); //Jury Deliberations
ar[59][0] = new makeOption("Select a Sub Category ------------->","");
ar[59][1] = new makeOption("All",".");
ar[59][2] = new makeOption("Removal - Rule 23(b)","Removal - Rule 23(b)");
ar[59][3] = new makeOption("Requests From Jury","Requests From Jury");

ar[60] = new Array(); //Jury Instructions
ar[60][0] = new makeOption("Select a Sub Category ------------->","");
ar[60][1] = new makeOption("All",".");
ar[60][2] = new makeOption("Corruptly","Corruptly");
ar[60][3] = new makeOption("Abandonment","Abandonment");
ar[60][4] = new makeOption("Accomplice Testimony","Accomplice Testimony");
ar[60][5] = new makeOption("Allen Charge","Allen Charge");
ar[60][6] = new makeOption("Beyond a Reasonable Doubt","Beyond a Reasonable Doubt");
ar[60][7] = new makeOption("Cautionary","Cautionary");
ar[60][8] = new makeOption("Character Witness","Character Witness");
ar[60][9] = new makeOption("Circumstantial Evidence","Circumstantial Evidence");
ar[60][10] = new makeOption("Conditional Intent","Conditional Intent");
ar[60][11] = new makeOption("Confessions","Confessions");
ar[60][12] = new makeOption("Conscious Avoidance","Conscious Avoidance");
ar[60][13] = new makeOption("Conspiracy","Conspiracy");
ar[60][14] = new makeOption("Constructive Possession","Constructive Possession");
ar[60][15] = new makeOption("Criminal Contempt","Criminal Contempt");
ar[60][16] = new makeOption("Dangerous Weapon","Dangerous Weapon");
ar[60][17] = new makeOption("Defendant's Right Not To Testify","Defendant's Right Not To Testify");
ar[60][18] = new makeOption("Effect of Guilty Plea","Effect of Guilty Plea");
ar[60][19] = new makeOption("Elements Of The Offense","Elements Of The Offense");
ar[60][20] = new makeOption("Eyewitness Identification","Eyewitness Identification");
ar[60][21] = new makeOption("False Exculpatory Statements","False Exculpatory Statements");
ar[60][22] = new makeOption("Fleeting Possession","Fleeting Possession");
ar[60][23] = new makeOption("Flight/Continued Absence","Flight/Continued Absence");
ar[60][24] = new makeOption("Good Faith","Good Faith");
ar[60][25] = new makeOption("Hypotheticals","Hypotheticals");
ar[60][26] = new makeOption("Identification Testimony","Identification Testimony");
ar[60][27] = new makeOption("Insanity Defense","Insanity Defense");
ar[60][28] = new makeOption("Intentionally","Intentionally");
ar[60][29] = new makeOption("Jurisdictional Facts","Jurisdictional Facts");
ar[60][30] = new makeOption("Jury Nullification","Jury Nullification");
ar[60][31] = new makeOption("Knowledge of Law","Knowledge of Law");
ar[60][32] = new makeOption("Lesser Included Offense","Lesser Included Offense");
ar[60][33] = new makeOption("Malice Aforethought","Malice Aforethought");
ar[60][34] = new makeOption("Materiality","Materiality");
ar[60][35] = new makeOption("Missing Witness","Missing Witness");
ar[60][36] = new makeOption("Narcotics Conspiracy","Narcotics Conspiracy");
ar[60][37] = new makeOption("Presumption of Innocence","Presumption of Innocence");
ar[60][38] = new makeOption("Presumptions","Presumptions");
ar[60][39] = new makeOption("RICO","RICO");
ar[60][40] = new makeOption("Recently Stolen Property","Recently Stolen Property");
ar[60][41] = new makeOption("Rule 30","Rule 30");
ar[60][42] = new makeOption("Sandstrom","Sandstrom");
ar[60][43] = new makeOption("Tax Cases","Tax Cases");
ar[60][44] = new makeOption("Theory of Defense","Theory of Defense");
ar[60][45] = new makeOption("Transferred Intent","Transferred Intent");
ar[60][46] = new makeOption("Unanimity","Unanimity");
ar[60][47] = new makeOption("Violent Crimes in Aid of Racketeering","Violent Crimes in Aid of Racketeering");
ar[60][48] = new makeOption("Willfulness","Willfulness");
ar[60][49] = new makeOption("Witness","Witness");

ar[61] = new Array(); //Jury Selection
ar[61][0] = new makeOption("Select a Sub Category ------------->","");
ar[61][1] = new makeOption("All",".");
ar[61][2] = new makeOption("Challenges for Cause","Challenges for Cause");
ar[61][3] = new makeOption("Fair Cross-section","Fair Cross-section");
ar[61][4] = new makeOption("Peremptory Challenges","Peremptory Challenges");
ar[61][5] = new makeOption("Selection Procedure","Selection Procedure");
ar[61][6] = new makeOption("Voir Dire","Voir Dire");

ar[62] = new Array(); //Jury Trial
ar[62][0] = new makeOption("Select a Sub Category ------------->","");
ar[62][1] = new makeOption("All",".");
ar[62][2] = new makeOption("Conduct of Trial","Conduct of Trial");
ar[62][3] = new makeOption("Right to","Right to");
ar[62][4] = new makeOption("Sequestration","Sequestration");
ar[62][5] = new makeOption("Waiver","Waiver");

ar[63] = new Array(); //Juvenile Delinquency Act

ar[63][0] = new makeOption("Select a Sub Category ------------->","");
ar[63][1] = new makeOption("All",".");

ar[64] = new Array(); //Mail & Wire Fraud
ar[64][0] = new makeOption("Select a Sub Category ------------->","");
ar[64][1] = new makeOption("All",".");
ar[64][2] = new makeOption("Sufficiency of Evidence","Sufficiency of Evidence");

ar[65] = new Array(); //Mandamus

ar[65][0] = new makeOption("Select a Sub Category ------------->","");
ar[65][1] = new makeOption("All",".");

ar[66] = new Array(); //Miranda
ar[66][0] = new makeOption("Select a Sub Category ------------->","");
ar[66][1] = new makeOption("All",".");
ar[66][2] = new makeOption("Custodial Interrogation","Custodial Interrogation");
ar[66][3] = new makeOption("Doyle Violation","Doyle Violation");
ar[66][4] = new makeOption("Public Safety Exception","Public Safety Exception");
ar[66][5] = new makeOption("Request for Counsel","Request for Counsel");
ar[66][6] = new makeOption("Waiver","Waiver");

ar[67] = new Array(); //Mistrial

ar[67][0] = new makeOption("Select a Sub Category ------------->","");
ar[67][1] = new makeOption("All",".");

ar[68] = new Array(); //Money Laundering

ar[68][0] = new makeOption("Select a Sub Category ------------->","");
ar[68][1] = new makeOption("All",".");

ar[69] = new Array(); //Motion For Judgment Of Acquittal

ar[69][0] = new makeOption("Select a Sub Category ------------->","");
ar[69][1] = new makeOption("All",".");

ar[70] = new Array(); //Narcotics
ar[70][0] = new makeOption("Select a Sub Category ------------->","");
ar[70][1] = new makeOption("All",".");
ar[70][2] = new makeOption("CCE","CCE");
ar[70][3] = new makeOption("Conspiracy - Sufficiency of Evidence","Conspiracy - Sufficiency of Evidence");
ar[70][4] = new makeOption("Maintaining a Place for Distribution","Maintaining a Place for Distribution");
ar[70][5] = new makeOption("Mere Presence","Mere Presence");
ar[70][6] = new makeOption("Multiple Offender","Multiple Offender");
ar[70][7] = new makeOption("Possession With Intent To Distribute - Sufficiency","Possession With Intent To Distribute - Sufficiency");
ar[70][8] = new makeOption("Separate Offenses","Separate Offenses");
ar[70][9] = new makeOption("Simple Possession","Simple Possession");

ar[71] = new Array(); //New Trial Motions

ar[71][0] = new makeOption("Select a Sub Category ------------->","");
ar[71][1] = new makeOption("All",".");

ar[72] = new Array(); //Parole
ar[72][0] = new makeOption("Select a Sub Category ------------->","");
ar[72][1] = new makeOption("All",".");
ar[72][2] = new makeOption("Guidelines","Guidelines");
ar[72][3] = new makeOption("Judicial Review","Judicial Review");
ar[72][4] = new makeOption("Recission","Recission");
ar[72][5] = new makeOption("Revocation","Revocation");
ar[72][6] = new makeOption("Special Parole Terms","Special Parole Terms");

ar[73] = new Array(); //Perjury

ar[73][0] = new makeOption("Select a Sub Category ------------->","");
ar[73][1] = new makeOption("All",".");

ar[74] = new Array(); //Postal Offenses

ar[74][0] = new makeOption("Select a Sub Category ------------->","");
ar[74][1] = new makeOption("All",".");

ar[75] = new Array(); //Presentence Report

ar[75][0] = new makeOption("Select a Sub Category ------------->","");
ar[75][1] = new makeOption("All",".");

ar[76] = new Array(); //Pretrial Diversion

ar[76][0] = new makeOption("Select a Sub Category ------------->","");
ar[76][1] = new makeOption("All",".");

ar[77] = new Array(); //Probation
ar[77][0] = new makeOption("Select a Sub Category ------------->","");
ar[77][1] = new makeOption("All",".");
ar[77][2] = new makeOption("Terms and Conditions","Terms and Conditions");
ar[77][3] = new makeOption("Violations","Violations");

ar[78] = new Array(); //Procedure
ar[78][0] = new makeOption("Select a Sub Category ------------->","");
ar[78][1] = new makeOption("All",".");
ar[78][2] = new makeOption("Closure","Closure");
ar[78][3] = new makeOption("Excusal of Juror","Excusal of Juror");
ar[78][4] = new makeOption("In Camera Proceedings","In Camera Proceedings");
ar[78][5] = new makeOption("Local Rules","Local Rules");
ar[78][6] = new makeOption("Magistrate Hearings","Magistrate Hearings");

ar[79] = new Array(); //Prosecutorial Misconduct

ar[79][0] = new makeOption("Select a Sub Category ------------->","");
ar[79][1] = new makeOption("All",".");

ar[80] = new Array(); //Publicity
ar[80][0] = new makeOption("Select a Sub Category ------------->","");
ar[80][1] = new makeOption("All",".");
ar[80][2] = new makeOption("During Trial","During Trial");
ar[80][3] = new makeOption("Pretrial","Pretrial");

ar[81] = new Array(); //Retroactivity

ar[81][0] = new makeOption("Select a Sub Category ------------->","");
ar[81][1] = new makeOption("All",".");

ar[82] = new Array(); //Rico

ar[82][0] = new makeOption("Select a Sub Category ------------->","");
ar[82][1] = new makeOption("All",".");

ar[83] = new Array(); //Robbery

ar[83][0] = new makeOption("Select a Sub Category ------------->","");
ar[83][1] = new makeOption("All",".");

ar[84] = new Array(); //Search and Seizure
ar[84][0] = new makeOption("Select a Sub Category ------------->","");
ar[84][1] = new makeOption("All",".");
ar[84][2] = new makeOption("Abandonment","Abandonment");
ar[84][3] = new makeOption("Border","Border");
ar[84][4] = new makeOption("Car","Car");
ar[84][5] = new makeOption("Consent","Consent");
ar[84][6] = new makeOption("Containers","Containers");
ar[84][7] = new makeOption("Exclusionary Rule","Exclusionary Rule");
ar[84][8] = new makeOption("Exigent Circumstances","Exigent Circumstances");
ar[84][9] = new makeOption("Franks Issues","Franks Issues");
ar[84][10] = new makeOption("Good Faith","Good Faith");
ar[84][11] = new makeOption("Incident to Arrest","Incident to Arrest");
ar[84][12] = new makeOption("Independent Source","Independent Source");
ar[84][13] = new makeOption("Inevitable Discovery","Inevitable Discovery");
ar[84][14] = new makeOption("Inventory","Inventory");
ar[84][15] = new makeOption("Knock and Announce","Knock and Announce");
ar[84][16] = new makeOption("Open Fields","Open Fields");
ar[84][17] = new makeOption("Plain Feel","Plain Feel");
ar[84][18] = new makeOption("Plain View","Plain View");
ar[84][19] = new makeOption("Prison Mail","Prison Mail");
ar[84][20] = new makeOption("Private Parties","Private Parties");
ar[84][21] = new makeOption("Probable Cause","Probable Cause");
ar[84][22] = new makeOption("Regulated Activities","Regulated Activities");
ar[84][23] = new makeOption("Roadblocks","Roadblocks");
ar[84][24] = new makeOption("Security Sweep","Security Sweep");
ar[84][25] = new makeOption("Standing: Reasonable Expectation of Privacy","Standing: Reasonable Expectation of Privacy");
ar[84][26] = new makeOption("Terry Stops","Terry Stops");
ar[84][27] = new makeOption("Warrant","Warrant");
ar[84][28] = new makeOption("Warrant, Execution of","Warrant, Execution of");

ar[85] = new Array(); //Securities Fraud

ar[85][0] = new makeOption("Select a Sub Category ------------->","");
ar[85][1] = new makeOption("All",".");

ar[86] = new Array(); //Selective Prosecution

ar[86][0] = new makeOption("Select a Sub Category ------------->","");
ar[86][1] = new makeOption("All",".");

ar[87] = new Array(); //Self-Incrimination

ar[87][0] = new makeOption("Select a Sub Category ------------->","");
ar[87][1] = new makeOption("All",".");

ar[88] = new Array(); //Self-Representation

ar[88][0] = new makeOption("Select a Sub Category ------------->","");
ar[88][1] = new makeOption("All",".");

ar[89] = new Array(); //Sentencing
ar[89][0] = new makeOption("Select a Sub Category ------------->","");
ar[89][1] = new makeOption("All",".");
ar[89][2] = new makeOption("Allocution","Allocution");
ar[89][3] = new makeOption("Concurrent/Consecutive","Concurrent/Consecutive");
ar[89][4] = new makeOption("Conditions of Confinement","Conditions of Confinement");
ar[89][5] = new makeOption("Conspiracy","Conspiracy");
ar[89][6] = new makeOption("Enhancement","Enhancement");
ar[89][7] = new makeOption("Excessive Sentences","Excessive Sentences");
ar[89][8] = new makeOption("Fines","Fines");
ar[89][9] = new makeOption("Guidelines/ General","Guidelines/ General");
ar[89][10] = new makeOption("Guidelines/2J1.7","Guidelines/2J1.7");
ar[89][11] = new makeOption("Guidelines/5G1.3","Guidelines/5G1.3");
ar[89][12] = new makeOption("Guidelines/Acceptance","Guidelines/Acceptance");
ar[89][13] = new makeOption("Guidelines/Acquitted Conduct","Guidelines/Acquitted Conduct");
ar[89][14] = new makeOption("Guidelines/Adjustments","Guidelines/Adjustments");
ar[89][15] = new makeOption("Guidelines/Administrative Orders","Guidelines/Administrative Orders");
ar[89][16] = new makeOption("Guidelines/Appeal","Guidelines/Appeal");
ar[89][17] = new makeOption("Guidelines/Applicable Guideline","Guidelines/Applicable Guideline");
ar[89][18] = new makeOption("Guidelines/Arson-Explosives","Guidelines/Arson-Explosives");
ar[89][19] = new makeOption("Guidelines/Assault","Guidelines/Assault");
ar[89][20] = new makeOption("Guidelines/Available Sentences","Guidelines/Available Sentences");
ar[89][21] = new makeOption("Guidelines/Bribery-Extortion","Guidelines/Bribery-Extortion");
ar[89][22] = new makeOption("Guidelines/Burden of Proof","Guidelines/Burden of Proof");
ar[89][23] = new makeOption("Guidelines/Career Offender","Guidelines/Career Offender");
ar[89][24] = new makeOption("Guidelines/Conspiracy","Guidelines/Conspiracy");
ar[89][25] = new makeOption("Guidelines/Contempt","Guidelines/Contempt");
ar[89][26] = new makeOption("Guidelines/Counterfeiting-Infringement","Guidelines/Counterfeiting-Infringement");
ar[89][27] = new makeOption("Guidelines/Criminal History","Guidelines/Criminal History");
ar[89][28] = new makeOption("Guidelines/Criminal Livelihood","Guidelines/Criminal Livelihood");
ar[89][29] = new makeOption("Guidelines/Downward Departure","Guidelines/Downward Departure");
ar[89][30] = new makeOption("Guidelines/Drugs","Guidelines/Drugs");
ar[89][31] = new makeOption("Guidelines/Employee Benefits Plans","Guidelines/Employee Benefits Plans");
ar[89][32] = new makeOption("Guidelines/Environmental","Guidelines/Environmental");
ar[89][33] = new makeOption("Guidelines/Failure to Appear","Guidelines/Failure to Appear");
ar[89][34] = new makeOption("Guidelines/Firearms","Guidelines/Firearms");
ar[89][35] = new makeOption("Guidelines/Fraud","Guidelines/Fraud");
ar[89][36] = new makeOption("Guidelines/General","Guidelines/General");
ar[89][37] = new makeOption("Guidelines/Immigration","Guidelines/Immigration");
ar[89][38] = new makeOption("Guidelines/Immunity","Guidelines/Immunity");
ar[89][39] = new makeOption("Guidelines/Kidnapping","Guidelines/Kidnapping");
ar[89][40] = new makeOption("Guidelines/Larceny","Guidelines/Larceny");
ar[89][41] = new makeOption("Guidelines/Manipulation","Guidelines/Manipulation");
ar[89][42] = new makeOption("Guidelines/Money Laundering","Guidelines/Money Laundering");
ar[89][43] = new makeOption("Guidelines/More Than Minimal Planning","Guidelines/More Than Minimal Planning");
ar[89][44] = new makeOption("Guidelines/Multiple Counts","Guidelines/Multiple Counts");
ar[89][45] = new makeOption("Guidelines/Obstruction","Guidelines/Obstruction");
ar[89][46] = new makeOption("Guidelines/Obstruction of Justice (2J1.2)","Guidelines/Obstruction of Justice (2J1.2)");
ar[89][47] = new makeOption("Guidelines/Occupational Restriction","Guidelines/Occupational Restriction");
ar[89][48] = new makeOption("Guidelines/Official Victim","Guidelines/Official Victim");
ar[89][49] = new makeOption("Guidelines/Perjury","Guidelines/Perjury");
ar[89][50] = new makeOption("Guidelines/Plea Agreement","Guidelines/Plea Agreement");
ar[89][51] = new makeOption("Guidelines/Policy Statements","Guidelines/Policy Statements");
ar[89][52] = new makeOption("Guidelines/Pornography","Guidelines/Pornography");
ar[89][53] = new makeOption("Guidelines/Position of Trust","Guidelines/Position of Trust");
ar[89][54] = new makeOption("Guidelines/Probation Revocation","Guidelines/Probation Revocation");
ar[89][55] = new makeOption("Guidelines/Relevant Conduct","Guidelines/Relevant Conduct");
ar[89][56] = new makeOption("Guidelines/Revocation of S/R","Guidelines/Revocation of S/R");
ar[89][57] = new makeOption("Guidelines/Robbery","Guidelines/Robbery");
ar[89][58] = new makeOption("Guidelines/Role in Offense","Guidelines/Role in Offense");
ar[89][59] = new makeOption("Guidelines/Sentencing Manipulation","Guidelines/Sentencing Manipulation");
ar[89][60] = new makeOption("Guidelines/Special Skill","Guidelines/Special Skill");
ar[89][61] = new makeOption("Guidelines/Substantial Assistance","Guidelines/Substantial Assistance");
ar[89][62] = new makeOption("Guidelines/Taxes","Guidelines/Taxes");
ar[89][63] = new makeOption("Guidelines/Threats","Guidelines/Threats");
ar[89][64] = new makeOption("Guidelines/Upward Departure","Guidelines/Upward Departure");
ar[89][65] = new makeOption("Guidelines/Vulnerable Victim","Guidelines/Vulnerable Victim");
ar[89][66] = new makeOption("Illegal Sentences","Illegal Sentences");
ar[89][67] = new makeOption("Information Considered","Information Considered");
ar[89][68] = new makeOption("Jury Directive","Jury Directive");
ar[89][69] = new makeOption("Mandatory Minimum","Mandatory Minimum");
ar[89][70] = new makeOption("Plea Agreement","Plea Agreement");
ar[89][71] = new makeOption("Presentence Report","Presentence Report");
ar[89][72] = new makeOption("Procedure","Procedure");
ar[89][73] = new makeOption("Proportionality","Proportionality");
ar[89][74] = new makeOption("Resentencing","Resentencing");
ar[89][75] = new makeOption("Restitution","Restitution");
ar[89][76] = new makeOption("Rule 35","Rule 35");
ar[89][77] = new makeOption("Rule 36","Rule 36");
ar[89][78] = new makeOption("Safety Valve","Safety Valve");

ar[90] = new Array(); //Severance
ar[90][0] = new makeOption("Select a Sub Category ------------->","");
ar[90][1] = new makeOption("All",".");
ar[90][2] = new makeOption("Counts","Counts");
ar[90][3] = new makeOption("Defendants","Defendants");

ar[91] = new Array(); //Speedy Trial

ar[91][0] = new makeOption("Select a Sub Category ------------->","");
ar[91][1] = new makeOption("All",".");

ar[92] = new Array(); //Statute of Limitations

ar[92][0] = new makeOption("Select a Sub Category ------------->","");
ar[92][1] = new makeOption("All",".");

ar[93] = new Array(); //Statutory Construction
ar[93][0] = new makeOption("Select a Sub Category ------------->","");
ar[93][1] = new makeOption("All",".");
ar[93][2] = new makeOption("Adulterated Drugs","Adulterated Drugs");
ar[93][3] = new makeOption("All Writs Act","All Writs Act");
ar[93][4] = new makeOption("Anti-Kickback Act (41 U.S.C. 51-58)","Anti-Kickback Act (41 U.S.C. 51-58)");
ar[93][5] = new makeOption("Antiterrorism & Effective Death Penalty Act (AEDPA)","Antiterrorism & Effective Death Penalty Act (AEDPA)");
ar[93][6] = new makeOption("Assault on Federal Officer","Assault on Federal Officer");
ar[93][7] = new makeOption("Attempted Murder","Attempted Murder");
ar[93][8] = new makeOption("Bank Fraud (1344)","Bank Fraud (1344)");
ar[93][9] = new makeOption("Bank Larceny 18 U.S.C. Section 2113(a)","Bank Larceny 18 U.S.C. Section 2113(a)");
ar[93][10] = new makeOption("Bribery (201(b))","Bribery (201(b))");
ar[93][11] = new makeOption("Bribery (201)","Bribery (201)");
ar[93][12] = new makeOption("Carjacking (2119)","Carjacking (2119)");
ar[93][13] = new makeOption("Check Forgery","Check Forgery");
ar[93][14] = new makeOption("Child Pornography(2251; 2252)","Child Pornography(2251; 2252)");
ar[93][15] = new makeOption("Child Support Recovery Act (228)","Child Support Recovery Act (228)");
ar[93][16] = new makeOption("Chop Shop (2322)","Chop Shop (2322)");
ar[93][17] = new makeOption("Civil Rights (241;242)","Civil Rights (241;242)");
ar[93][18] = new makeOption("Classified Information Procedure Act (18 U.S.C., app.3)","Classified Information Procedure Act (18 U.S.C., app.3)");
ar[93][19] = new makeOption("Clean Water Act","Clean Water Act");
ar[93][20] = new makeOption("Comprehensive Environmental Response Act","Comprehensive Environmental Response Act");
ar[93][21] = new makeOption("Continuing Financial Crimes Enterprise (CFCE)","Continuing Financial Crimes Enterprise (CFCE)");
ar[93][22] = new makeOption("Copyright Offenses","Copyright Offenses");
ar[93][23] = new makeOption("Corrupt Payments (666)","Corrupt Payments (666)");
ar[93][24] = new makeOption("Currency Transactions","Currency Transactions");
ar[93][25] = new makeOption("Destruction of Government Property (1361)","Destruction of Government Property (1361)");
ar[93][26] = new makeOption("Disclosure of Wiretap (2232)","Disclosure of Wiretap (2232)");
ar[93][27] = new makeOption("Embezzlement of Federal Funds (666)","Embezzlement of Federal Funds (666)");
ar[93][28] = new makeOption("Embezzlement of Union Funds (29 U.S.C. 501(c)","Embezzlement of Union Funds (29 U.S.C. 501(c)");
ar[93][29] = new makeOption("Employee Benefit Plans (664; 1954)","Employee Benefit Plans (664; 1954)");
ar[93][30] = new makeOption("Extortionate Collection of Debt (894)","Extortionate Collection of Debt (894)");
ar[93][31] = new makeOption("Extortionate Extensions of Credit (892)","Extortionate Extensions of Credit (892)");
ar[93][32] = new makeOption("False Identifications (1028)","False Identifications (1028)");
ar[93][33] = new makeOption("False Personation (912)","False Personation (912)");
ar[93][34] = new makeOption("False Statement to Bank (1014)","False Statement to Bank (1014)");
ar[93][35] = new makeOption("False Statement/Employment compensation (1920)","False Statement/Employment compensation (1920)");
ar[93][36] = new makeOption("False Statements (1001)","False Statements (1001)");
ar[93][37] = new makeOption("Felony by Fire/Explosives","Felony by Fire/Explosives");
ar[93][38] = new makeOption("Felony by Fire/Explosives (844)","Felony by Fire/Explosives (844)");
ar[93][39] = new makeOption("Freedom of Access to Clinic Entrances Act - (248)","Freedom of Access to Clinic Entrances Act - (248)");
ar[93][40] = new makeOption("Gambling Ship Act (1082)","Gambling Ship Act (1082)");
ar[93][41] = new makeOption("Hobbs Act (1951)","Hobbs Act (1951)");
ar[93][42] = new makeOption("Hostage Taking Act (1203)","Hostage Taking Act (1203)");
ar[93][43] = new makeOption("ITSP (2314)","ITSP (2314)");
ar[93][44] = new makeOption("Immigration Laws","Immigration Laws");
ar[93][45] = new makeOption("Implied Repeal","Implied Repeal");
ar[93][46] = new makeOption("International Parental Kidnapping Crime Act (1204)","International Parental Kidnapping Crime Act (1204)");
ar[93][47] = new makeOption("Interstate Transportation For Sex (2422; 2423)","Interstate Transportation For Sex (2422; 2423)");
ar[93][48] = new makeOption("Mail Order Drug Paraphernalia Act","Mail Order Drug Paraphernalia Act");
ar[93][49] = new makeOption("Misapplication of Bank Funds (657)","Misapplication of Bank Funds (657)");
ar[93][50] = new makeOption("Murder for Hire (1958)","Murder for Hire (1958)");
ar[93][51] = new makeOption("Obstruction of Justice (1503; 1510; 1512; 1513)","Obstruction of Justice (1503; 1510; 1512; 1513)");
ar[93][52] = new makeOption("Passport Violations (1542; 1546)","Passport Violations (1542; 1546)");
ar[93][53] = new makeOption("Payments From Union Employers (29 U.S.C.186)","Payments From Union Employers (29 U.S.C.186)");
ar[93][54] = new makeOption("Possession of Forged Securities (513)","Possession of Forged Securities (513)");
ar[93][55] = new makeOption("Racketeering (1959)","Racketeering (1959)");
ar[93][56] = new makeOption("Resource Conservation and Recovery Act","Resource Conservation and Recovery Act");
ar[93][57] = new makeOption("Rule of Lenity","Rule of Lenity");
ar[93][58] = new makeOption("Rules of Construction","Rules of Construction");
ar[93][59] = new makeOption("Seditious Conspiracy (2384)","Seditious Conspiracy (2384)");
ar[93][60] = new makeOption("Sexual Contact/Abuse (2241; 2244)","Sexual Contact/Abuse (2241; 2244)");
ar[93][61] = new makeOption("Stolen Property (2315)","Stolen Property (2315)");
ar[93][62] = new makeOption("Stolen Tribal Funds","Stolen Tribal Funds");
ar[93][63] = new makeOption("Theft from Interstate Shipment","Theft from Interstate Shipment");
ar[93][64] = new makeOption("Theft of Government Property (641)","Theft of Government Property (641)");
ar[93][65] = new makeOption("Threatening Communications","Threatening Communications");
ar[93][66] = new makeOption("Threats Against President","Threats Against President");
ar[93][67] = new makeOption("Travel Act","Travel Act");
ar[93][68] = new makeOption("Travel Fraud","Travel Fraud");
ar[93][69] = new makeOption("Unlawful Money Transmitting Business (1960(a))","Unlawful Money Transmitting Business (1960(a))");
ar[93][70] = new makeOption("Violence Against Women Act (2261; 2262)","Violence Against Women Act (2261; 2262)");
ar[93][71] = new makeOption("Void for Vagueness","Void for Vagueness");

ar[94] = new Array(); //Supervised Release
ar[94][0] = new makeOption("Select a Sub Category ------------->","");
ar[94][1] = new makeOption("All",".");
ar[94][2] = new makeOption("Conditions","Conditions");
ar[94][3] = new makeOption("General","General");
ar[94][4] = new makeOption("Violation","Violation");

ar[95] = new Array(); //Taxes

ar[95][0] = new makeOption("Select a Sub Category ------------->","");
ar[95][1] = new makeOption("All",".");

ar[96] = new Array(); //Trial
ar[96][0] = new makeOption("Select a Sub Category ------------->","");
ar[96][1] = new makeOption("All",".");
ar[96][2] = new makeOption("In Absentia","In Absentia");
ar[96][3] = new makeOption("Presence of Defendant","Presence of Defendant");
ar[96][4] = new makeOption("Public","Public");

ar[97] = new Array(); //Venue

ar[97][0] = new makeOption("Select a Sub Category ------------->","");
ar[97][1] = new makeOption("All",".");

ar[98] = new Array(); //Verdict
ar[98][0] = new makeOption("Select a Sub Category ------------->","");
ar[98][1] = new makeOption("All",".");
ar[98][2] = new makeOption("Inconsistent Verdicts","Inconsistent Verdicts");

ar[99] = new Array(); //Vindictive Prosecution

ar[99][0] = new makeOption("Select a Sub Category ------------->","");
ar[99][1] = new makeOption("All",".");

ar[100] = new Array(); //Weapons Offenses
ar[100][0] = new makeOption("Select a Sub Category ------------->","");
ar[100][1] = new makeOption("All",".");
ar[100][2] = new makeOption("924(c)","924(c)");
ar[100][3] = new makeOption("Dealing","Dealing");
ar[100][4] = new makeOption("False Statements","False Statements");
ar[100][5] = new makeOption("Felon-in-Possession/ACCA","Felon-in-Possession/ACCA");
ar[100][6] = new makeOption("General","General");
ar[100][7] = new makeOption("National Firearms Act","National Firearms Act");
ar[100][8] = new makeOption("Possession of Machine Gun","Possession of Machine Gun");

ar[101] = new Array(); //Witnesses
ar[101][0] = new makeOption("Select a Sub Category ------------->","");
ar[101][1] = new makeOption("All",".");
ar[101][2] = new makeOption("Fifth amendment","Fifth amendment");
ar[101][3] = new makeOption("Vouching","Vouching");


function makeOption(text, url) {
   this.text = text;
   this.url = url;
 }

function relate(form) {
   var options = form.subIndex.options;
   //for (var i = 1; i < options.length; i++) {
     for( var i = options.length-1; i>0; i--){
        options[i] = null;
   }
   var curAr = ar[form.mainIndex.selectedIndex];
   for (var j = 0; j < curAr.length; j++) {
     options[j] = new Option(curAr[j].text, curAr[j].url);
   }
   options[0].selected = true;
	 
 }

function load(form, name) {
   var url = form[name].options[form[name].selectedIndex].value;
   if (url != "") location.href = url;
   return false;
 }

function submitSearch(){
    //document.menu.reset();
    //newWindow = window.open ("", "myWindow",",scrollbars=yes,height=500,width=700,left=100,top=100");
    //newWindow = window.open ("", "myWindow");
} //End SubmitSearch function

function newSearch(page){
    window.location.href = "http://www.fpdct.org/secure/briefbank/bb_search.html";
}
function confirmSummary()
{
    var ans = confirm("Do you wish to retain the 'Summary' information?");
    if(ans){ 
        document.so_admin.retainSummary.value = "true";
    }else { 
        document.so_admin.retainSummary.value = "false";
    }


}