function listStates(whichList) {
	var stateNameFull = new Array("Alaska", "Alabama", "Arkansas", "Arizona", "California", "Colorado", "Connecticut", "District of Columbia", "Delaware", "Florida", "Georgia", "Hawaii", "Iowa", "Idaho", "Illinois", "Indiana", "Kansas", "Kentucky", "Louisiana", "Massachusetts", "Maryland", "Michigan", "Minnesota", "Missouri", "Mississippi", "Montana", "North Carolina", "North Dakota", "Nebraska", "New Hampshire", "New Jersey", "New Mexico", "Nevada", "New York", "Ohio", "Oklahoma", "Oregon", "Pennsylvania", "Puerto Rico", "Rhode Island", "South Carolina", "South Dakota", "Tennessee", "Texas", "Utah", "Virginia", "Virgin Islands", "Vermont", "Washington", "Wisconsin", "West Virginia", "Wyoming");
	var stateNameAbridged = new Array("AK", "AL", "AR", "AZ", "CA", "CO", "CT", "DC", "DE", "FL", "GA", "HI", "IA", "ID", "IL", "IN", "KS", "KY", "LA", "MA", "MD", "MI", "MN", "MO", "MS", "MT", "NC", "ND", "NE", "NH", "NJ", "NM", "NV", "NY", "OH", "OK", "OR", "PA", "PR", "RI", "SC", "SD", "TN", "TX", "UT", "VA", "VI", "VT", "WA", "WI", "WV", "WY");

	document.write('<select name="state" id="' + whichList + '" size="6" multiple class="states">');

	for(i = 0; i < stateNameFull.length; i++) {
		document.write('<option value="' + stateNameAbridged[i] + '">' + stateNameFull[i] + '</option>');
	}

	document.write('</select>');
}

function listSpecialties() {
	var initialize = "·····························································";

	var specsText = new Array();
	var specsValue = new Array();

	specsText[0] = "Administrative Agency Law Federal";
	specsValue[0] = "A20";
	specsText[1] = "Administrative Agency Law State";
	specsValue[1] = "A25";
	specsText[2] = "Admiralty and Maritime Law";
	specsValue[2] = "A30";
	specsText[3] = "Agricultural Policy";
	specsValue[3] = "A35";
	specsText[4] = "Agricultural Research";
	specsValue[4] = "A40";
	specsText[5] = "Alternative Dispute Resolution";
	specsValue[5] = "A45";
	specsText[6] = "Antitrust and Trade Regulation Law";
	specsValue[6] = "A50";
	specsText[7] = "Banking and Finance";
	specsValue[7] = "B20";
	specsText[8] = "Bankruptcy";
	specsValue[8] = "B25";
	specsText[9] = "Biotechnology";
	specsValue[9] = "B30";
	specsText[10] = "Business and Commercial Transactions Law";
	specsValue[10] = "B35";
	specsText[11] = "Business Planning";
	specsValue[11] = "B40";
	specsText[12] = "Civil Rights Law";
	specsValue[12] = "C20";
	specsText[13] = "Commodity Trading";
	specsValue[13] = "C25";
	specsText[14] = "Communications and Media Law";
	specsValue[14] = "C30";
	specsText[15] = "Consumer Protection Law";
	specsValue[15] = "C35";
	specsText[16] = "Contract Law Public";
	specsValue[16] = "C40";
	specsText[17] = "Contract Law Private";
	specsValue[17] = "C45";
	specsText[18] = "Cooperative Law";
	specsValue[18] = "C50";
	specsText[19] = "Corporation Law";
	specsValue[19] = "C55";
	specsText[20] = "Criminal Law";
	specsValue[20] = "C60";
	specsText[21] = "Debtor-Creditor Law";
	specsValue[21] = "D20";
	specsText[22] = "Discrimination";
	specsValue[22] = "D25";
	specsText[23] = "Education Law";
	specsValue[23] = "E20";
	specsText[24] = "Elder Law";
	specsValue[24] = "E25";
	specsText[25] = "Energy Law";
	specsValue[25] = "E30";
	specsText[26] = "Environmental Law";
	specsValue[26] = "E35";
	specsText[27] = "Environmental Policy";
	specsValue[27] = "E40";
	specsText[28] = "Estate and Business Succession Planning";
	specsValue[28] = "E45";
	specsText[29] = "Ethics and Professional Responsibility";
	specsValue[29] = "E50";
	specsText[30] = "Family Law";
	specsValue[30] = "F20";
	specsText[31] = "Food Safety Law";
	specsValue[31] = "F25";
	specsText[32] = "Farm Finance";
	specsValue[32] = "F30";
	specsText[33] = "Farm Management";
	specsValue[33] = "F35";
	specsText[34] = "Farm Payment Programs";
	specsValue[34] = "F40";
	specsText[35] = "Farm Production - Crop";
	specsValue[35] = "F45";
	specsText[36] = "Farm Production - Livestock";
	specsValue[36] = "F50";
	specsText[37] = "Farm Production - Fruits and Vegetables";
	specsValue[37] = "F55";
	specsText[38] = "Farm Production - Specialty Crops";
	specsValue[38] = "F60";
	specsText[39] = "Farm Production - Ornamental Horticulture";
	specsValue[39] = "F65";
	specsText[40] = "Farm Production - Dairy";
	specsValue[40] = "F70";
	specsText[41] = "Forestry";
	specsValue[41] = "F75";
	specsText[42] = "Health Law";
	specsValue[42] = "H20";
	specsText[43] = "Immigration and Naturalization Law";
	specsValue[43] = "I20";
	specsText[44] = "Insurance Law";
	specsValue[44] = "I25";
	specsText[45] = "Intellectual Property";
	specsValue[45] = "I30";
	specsText[46] = "International Law";
	specsValue[46] = "I35";
	specsText[47] = "International Trade";
	specsValue[47] = "I40";
	specsText[48] = "Labor and Employment Law";
	specsValue[48] = "L20";
	specsText[49] = "Land Use Planning Law";
	specsValue[49] = "L25";
	specsText[50] = "Legislative Affairs Federal";
	specsValue[50] = "L30";
	specsText[51] = "Legislative Affairs State";
	specsValue[51] = "L35";
	specsText[52] = "Litigation Federal";
	specsValue[52] = "L40";
	specsText[53] = "Litigation State";
	specsValue[53] = "L45";
	specsText[54] = "Marketing of Agriculture";
	specsValue[54] = "M20";
	specsText[55] = "Military Law";
	specsValue[55] = "M25";
	specsText[56] = "Native Peoples Law";
	specsValue[56] = "N20";
	specsText[57] = "Natural Resource Law";
	specsValue[57] = "N25";
	specsText[58] = "Organic Agriculture";
	specsValue[58] = "O20";
	specsText[59] = "Patents and Trademark Law";
	specsValue[59] = "P20";
	specsText[60] = "Personal Injury Defendants";
	specsValue[60] = "P25";
	specsText[61] = "Personal Injury Plaintiffs";
	specsValue[61] = "P30";
	specsText[62] = "Probate and Estate Administration";
	specsValue[62] = "P35";
	specsText[63] = "Product Liability Law";
	specsValue[63] = "P40";
	specsText[64] = "Public Policy";
	specsValue[64] = "P45";
	specsText[65] = "Real Estate";
	specsValue[65] = "R20";
	specsText[66] = "Rural Development";
	specsValue[66] = "R25";
	specsText[67] = "Sales and Marketing";
	specsValue[67] = "S20";
	specsText[68] = "Science and Technology Law";
	specsValue[68] = "S25";
	specsText[69] = "Securities Law";
	specsValue[69] = "S30";
	specsText[70] = "Social Security Disability";
	specsValue[70] = "S35";
	specsText[71] = "Sustainable Agriculture";
	specsValue[71] = "S40";
	specsText[72] = "Tort Law";
	specsValue[72] = "T20";
	specsText[73] = "Taxation Federal";
	specsValue[73] = "T25";
	specsText[74] = "Taxation State";
	specsValue[74] = "T30";
	specsText[75] = "Transportation Law";
	specsValue[75] = "T35";
	specsText[76] = "Trust Law";
	specsValue[76] = "T40";
	specsText[77] = "Water Law";
	specsValue[77] = "W20";
	specsText[78] = "Worker\'s Compensation";
	specsValue[78] = "W25";

	document.write('<select name="checkbox" size="1" class="states">');

	document.write('<option value="null">' + initialize + '</option>');
	for(i = 0; i < specsText.length; i++) {
		document.write('<option value="' + specsValue[i] + '">' + specsText[i] + '</option>');
	}

	document.write('</select>');
}
