
		// ################## License Minnesota  home: browse topics functions
		// ################## code by michael tangen // office of enterprise technology - http://www.oet.state.mn.us


		function gotoLicense(value)
		{
			window.location=value;
		}
		function grabSelectionResults(source, targetDiv, targetSelect) 
		{			
			// obtain the value from the select field
			sourceValue = document.getElementById(source).value;
			var targetValue = null;
			var targetLevel = null;  // variable for what target level to send select field document write to.
			var targetLicenseLevel = null;
			
			//########### insert queries to grab results from the database based upon the selection

			// this is just a dummy example of the results for the purpose of demonstration:

			switch(sourceValue) 
			{
				

		case "1":
				
				targetLicenseValue = '<select name="browseSelect2" id="browseSelect2" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect2" id="browseSelect2" onchange="grabSelectionResults(this.id, \'browseGroup3\', \'browseSelect3\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetValue += '<option value="1-1">Adult Care</option>';
			
				targetValue += '<option value="1-2">Agriculture</option>';
			
				targetValue += '<option value="1-3">Alcoholic Beverages</option>';
			
				targetValue += '<option value="1-4">Animals</option>';
			
				targetValue += '<option value="1-5">Aviation</option>';
			
				targetValue += '<option value="1-6">Buildings and Construction</option>';
			
				targetValue += '<option value="1-7">Child Care</option>';
			
				targetValue += '<option value="1-8">Corporations and Organizations</option>';
			
				targetValue += '<option value="1-9">Employment</option>';
			
				targetValue += '<option value="1-10">Energy</option>';
			
				targetValue += '<option value="1-11">Finance</option>';
			
				targetValue += '<option value="1-12">Funeral Establishments</option>';
			
				targetValue += '<option value="1-13">Health Care</option>';
			
				targetValue += '<option value="1-14">Hospitality Industry</option>';
			
				targetValue += '<option value="1-15">Mining</option>';
			
				targetValue += '<option value="1-16">Technology</option>';
			
				targetValue += '<option value="1-17">Tobacco</option>';
			
		targetValue += '</select>';
		targetLevel = 2;
		break;

				

		case "1-1":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2622&CT_URI=tcm:27-117-32">Adult Day Services Center License (Rule 223)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2624&CT_URI=tcm:27-117-32">Adult Foster Care License (DHS Rule 203)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4061&CT_URI=tcm:27-117-32">Alcohol and Drug Counselor (ADC) -Temporary Permits</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="1-1-3">Adult Day Centers</option>';
			
				targetValue += '<option value="1-1-4">Board and Lodging</option>';
			
				targetValue += '<option value="1-1-5">Developmental Disabilities Services</option>';
			
				targetValue += '<option value="1-1-6">Disabilities</option>';
			
				targetValue += '<option value="1-1-7">Group Care</option>';
			
				targetValue += '<option value="1-1-8">Group Homes</option>';
			
				targetValue += '<option value="1-1-9">Living Assistance</option>';
			
				targetValue += '<option value="1-1-10">Nonresidential Services</option>';
			
				targetValue += '<option value="1-1-11">Residential Services</option>';
			
				targetValue += '<option value="1-1-12">Semi-Independent Living</option>';
			
				targetValue += '<option value="1-1-13">Sex Offender Treatment</option>';
			
				targetValue += '<option value="1-1-14">Social Work</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "1-1-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-1-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-1-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2622&CT_URI=tcm:27-117-32">Adult Day Services Center License (Rule 223)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2854&CT_URI=tcm:27-117-32">Family Adult Day  Services</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3203&CT_URI=tcm:27-117-32">Residential Treatment Programs for Mentally Ill Adults (Rule 36)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-1-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2689&CT_URI=tcm:27-117-32">Board and Lodging Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2693&CT_URI=tcm:27-117-32">Boarding Care Home</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3084&CT_URI=tcm:27-117-32">Nursing Homes</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-1-4-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-1-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2793&CT_URI=tcm:27-117-32">Crisis Respite Services for Persons with Developmental Disabilities</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3204&CT_URI=tcm:27-117-32">Residential-Based Habilitation Services for Persons with Developmental Disabilities</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-1-5-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-1-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-36125&CT_URI=tcm:27-117-32">Application and Disability Permit - Hunt from a Standing Motor Vehicle</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-36133&CT_URI=tcm:27-117-32">Application and Disability Permit -Take Big Game, Small Game, and/or Rough Fish with a Crossbow</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-1-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2749&CT_URI=tcm:27-117-32">Children\'s Residential Facilities</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-1-8":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-1-9":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2939&CT_URI=tcm:27-117-32">Independent Living Assistance for Youth License (245A.22)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-1-9-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-1-10":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-1-11":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2749&CT_URI=tcm:27-117-32">Children\'s Residential Facilities</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3227&CT_URI=tcm:27-117-32">Semi-Independent Living Services (SILS) for Persons with Developmental Disabilities</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-1-11-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-1-11-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-1-12":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-1-13":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-1-14":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3243&CT_URI=tcm:27-117-32">Social Work Professional Firm Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3244&CT_URI=tcm:27-117-32">Social Worker License (Various Classes)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3036&CT_URI=tcm:27-117-32">Minnesota Grown Logo Labeling License</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="1-2-1">Agricultural Products</option>';
			
				targetValue += '<option value="1-2-2">Apiaries</option>';
			
				targetValue += '<option value="1-2-3">Aquaculture</option>';
			
				targetValue += '<option value="1-2-4">Aquatic Plants</option>';
			
				targetValue += '<option value="1-2-5">Commercial Feed</option>';
			
				targetValue += '<option value="1-2-6">Composting</option>';
			
				targetValue += '<option value="1-2-7">Dairy</option>';
			
				targetValue += '<option value="1-2-8">Feed</option>';
			
				targetValue += '<option value="1-2-9">Fertilizers</option>';
			
				targetValue += '<option value="1-2-10">Food</option>';
			
				targetValue += '<option value="1-2-11">Forest Products</option>';
			
				targetValue += '<option value="1-2-12">Genetically Engineered Organisms</option>';
			
				targetValue += '<option value="1-2-13">Ginseng</option>';
			
				targetValue += '<option value="1-2-14">Grain</option>';
			
				targetValue += '<option value="1-2-15">Herbs</option>';
			
				targetValue += '<option value="1-2-16">Liming Material</option>';
			
				targetValue += '<option value="1-2-17">Meat Packing</option>';
			
				targetValue += '<option value="1-2-18">Nurseries</option>';
			
				targetValue += '<option value="1-2-19">Pesticides</option>';
			
				targetValue += '<option value="1-2-20">Pet Food and Feed</option>';
			
				targetValue += '<option value="1-2-21">Rendering</option>';
			
				targetValue += '<option value="1-2-22">Screenings</option>';
			
				targetValue += '<option value="1-2-23">Seeds</option>';
			
				targetValue += '<option value="1-2-24">Soil Science</option>';
			
				targetValue += '<option value="1-2-25">Wildflowers</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "1-2-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3351&CT_URI=tcm:27-117-32">Wild Rice Dealer License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2647&CT_URI=tcm:27-117-32">Apiary Certificate of Inspection</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-2-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-2-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2660&CT_URI=tcm:27-117-32">Aquaculture License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3068&CT_URI=tcm:27-117-32">Mussel Collecting Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2654&CT_URI=tcm:27-117-32">Application for a Permit to Control: Aquatic Plants, Algae, Swimmer\'s Itch, and Leeches</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3121&CT_URI=tcm:27-117-32">Permit to Transplant and/or Collect Aquatic Vegetation</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13703&CT_URI=tcm:27-117-32">Commercial Mechanical Control Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-30960&CT_URI=tcm:27-117-32">Application / Permit to Use Radio/Cellular Telephone Equipment to Assist in Taking Unprotected Animals</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-36125&CT_URI=tcm:27-117-32">Application and Disability Permit - Hunt from a Standing Motor Vehicle</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-36133&CT_URI=tcm:27-117-32">Application and Disability Permit -Take Big Game, Small Game, and/or Rough Fish with a Crossbow</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-36138&CT_URI=tcm:27-117-32">Application and Special Permit to Train Dogs Afield</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2766&CT_URI=tcm:27-117-32">Commercial Feed License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4011&CT_URI=tcm:27-117-32">Commercial Feed License: Pet Food Manufacturing, Distributing and/or Guarantor (Commercial Feed License)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2796&CT_URI=tcm:27-117-32">Cultured Dairy Food/Farmstead Cheese Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2799&CT_URI=tcm:27-117-32">Dairy Plant License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2800&CT_URI=tcm:27-117-32">Dairy Transfer Station</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3031&CT_URI=tcm:27-117-32">Milk and Cream Grading and Tester License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-7-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-2-8":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3565&CT_URI=tcm:27-117-32">Minnesota Seed Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4011&CT_URI=tcm:27-117-32">Commercial Feed License: Pet Food Manufacturing, Distributing and/or Guarantor (Commercial Feed License)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-9":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2712&CT_URI=tcm:27-117-32">Bulk Pesticide/Fertilizer Storage Facility or Substantial Alteration Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2864&CT_URI=tcm:27-117-32">Fertilizer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3247&CT_URI=tcm:27-117-32">Soil and Plant Amendment Product Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3259&CT_URI=tcm:27-117-32">Specialty Fertilizer Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-34826&CT_URI=tcm:27-117-32">Chemigation Permit and Chemigation Substantial Alteration Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-9-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-2-10":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2728&CT_URI=tcm:27-117-32">Caterer\'s Permit With Alcohol</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2796&CT_URI=tcm:27-117-32">Cultured Dairy Food/Farmstead Cheese Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2799&CT_URI=tcm:27-117-32">Dairy Plant License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2800&CT_URI=tcm:27-117-32">Dairy Transfer Station</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2840&CT_URI=tcm:27-117-32">Environmental Health Specialist/Sanitarian Registration License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2857&CT_URI=tcm:27-117-32">Feed Foodwaste to Animals License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2878&CT_URI=tcm:27-117-32">Fish Packer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2881&CT_URI=tcm:27-117-32">Fish Vendor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2887&CT_URI=tcm:27-117-32">Food Manager Certification</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2888&CT_URI=tcm:27-117-32">Food, Beverage and Lodging License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2951&CT_URI=tcm:27-117-32">Fish Buyer Retailer -Lake Superior</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2952&CT_URI=tcm:27-117-32">International Fish Buyer -Wholesale</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3023&CT_URI=tcm:27-117-32">Meat Custom Processor Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3031&CT_URI=tcm:27-117-32">Milk and Cream Grading and Tester License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3036&CT_URI=tcm:27-117-32">Minnesota Grown Logo Labeling License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3042&CT_URI=tcm:27-117-32">Wholesale Produce Dealer\'s License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3072&CT_URI=tcm:27-117-32">Non-Resident Frozen Food</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3207&CT_URI=tcm:27-117-32">Retail Food Handler Licenses</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3346&CT_URI=tcm:27-117-32">Wholesale Food Handler Licenses</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3347&CT_URI=tcm:27-117-32">Wholesale Food Processor or Manufacturer Licenses</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3351&CT_URI=tcm:27-117-32">Wild Rice Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9672&CT_URI=tcm:27-117-32">International Fish Buyer -Retail</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9919&CT_URI=tcm:27-117-32">Hunter Harvested Venison Donation Program</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9924&CT_URI=tcm:27-117-32">Certificate for Export/Certificate of Free Sale</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9931&CT_URI=tcm:27-117-32">Certificate of Free Sale for Animal Feed</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-11":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3112&CT_URI=tcm:27-117-32">Permit to Cut Timber</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3255&CT_URI=tcm:27-117-32">Special Product and Fuelwood Permits </option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4073&CT_URI=tcm:27-117-32">Open Burning Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9972&CT_URI=tcm:27-117-32">Firewood Producer Certification</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-12442&CT_URI=tcm:27-117-32">Certified Tree Inspector </option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-12":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2629&CT_URI=tcm:27-117-32">Agricultural Based Genetically Engineered Organism Release Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3070&CT_URI=tcm:27-117-32">Non-Agricultural Based Genetically Engineered Organism Release Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-13":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2980&CT_URI=tcm:27-117-32">License to Buy or Sell Wild Ginseng</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-14":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2907&CT_URI=tcm:27-117-32">Grain Bank License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2909&CT_URI=tcm:27-117-32">Grain Buyer\'s License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2910&CT_URI=tcm:27-117-32">Grain Buying and Storing License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9933&CT_URI=tcm:27-117-32">Processed Product Certification (Phytosanitary Certification)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-15":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-16":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2630&CT_URI=tcm:27-117-32">Agricultural Liming Material License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-17":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2997&CT_URI=tcm:27-117-32">Livestock Meat Packing Company Agent License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2998&CT_URI=tcm:27-117-32">Livestock Meat Packing Company License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-18":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3081&CT_URI=tcm:27-117-32">Nursery Stock Grower Certificate</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-19":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2768&CT_URI=tcm:27-117-32">Commercial Pesticide Applicator License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3073&CT_URI=tcm:27-117-32">Noncommercial Pesticide Applicator License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3122&CT_URI=tcm:27-117-32">Pesticide Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3123&CT_URI=tcm:27-117-32">Pesticides Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3275&CT_URI=tcm:27-117-32">Structural Pest Control Applicator (SPCA)/Company License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3578&CT_URI=tcm:27-117-32">Private Pesticide Applicator Certificate</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-20":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2766&CT_URI=tcm:27-117-32">Commercial Feed License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3125&CT_URI=tcm:27-117-32">Pet Food Processing Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4011&CT_URI=tcm:27-117-32">Commercial Feed License: Pet Food Manufacturing, Distributing and/or Guarantor (Commercial Feed License)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-20-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-2-20-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-2-21":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3190&CT_URI=tcm:27-117-32">Rendering Plant Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-22":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3220&CT_URI=tcm:27-117-32">Screenings Purchase Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-23":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2704&CT_URI=tcm:27-117-32">Brand Name for Seed Variety Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-24":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3159&CT_URI=tcm:27-117-32">Professional Soil Scientist</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3246&CT_URI=tcm:27-117-32">Soil Scientist-In-Training</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3305&CT_URI=tcm:27-117-32">Type IV Waste Disposal Operator or Inspector Certificate</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-2-25":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-3":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2687&CT_URI=tcm:27-117-32">Bed and Breakfast Registration (to serve wine)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2688&CT_URI=tcm:27-117-32">Beer Keg Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2702&CT_URI=tcm:27-117-32">Brand Label Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2705&CT_URI=tcm:27-117-32">Brew Pub Brand Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2707&CT_URI=tcm:27-117-32">Brokers License to Represent a Distillery, Winery or Importer</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2728&CT_URI=tcm:27-117-32">Caterer\'s Permit With Alcohol</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2731&CT_URI=tcm:27-117-32">Certification of an On Sale Liquor License, 3.2% Liquor License or Sunday Liquor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2753&CT_URI=tcm:27-117-32">Club On Sale Retail Liquor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2772&CT_URI=tcm:27-117-32">Common Carrier (Plane/Boat/Train) License to Sell Intoxicating or 3.2% Malt Liquor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2788&CT_URI=tcm:27-117-32">County On Sale Intoxicating Liquor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2856&CT_URI=tcm:27-117-32">Farm Winery License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3001&CT_URI=tcm:27-117-32">Malt Beverage Importer\'s License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3014&CT_URI=tcm:27-117-32">Manufacturer\'s (Brewer/Malt Liquor/Intoxicating Liquor) Warehouse Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3015&CT_URI=tcm:27-117-32">Wholesaler / Manufacturer Intoxicating Liquor / Malt Beverages Branch License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3016&CT_URI=tcm:27-117-32">Wholesaler\'s / Manufacturer\'s Intoxicating Liquor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3030&CT_URI=tcm:27-117-32">Micro Brewery License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3094&CT_URI=tcm:27-117-32">Off Sale Intoxicating Liquor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3099&CT_URI=tcm:27-117-32">Optional 2 A.M. Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3120&CT_URI=tcm:27-117-32">Permit to Purchase and/or Possess Ethyl Alcohol and/or Distilled Spirits</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3192&CT_URI=tcm:27-117-32">Broker\'s Salesperson\'s Identification Card</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3208&CT_URI=tcm:27-117-32">Retailers Identification (Buyer\'s) Card for Liquor or Wine</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3293&CT_URI=tcm:27-117-32">On Sale Liquor License Permit, Temporary - 1 Day to 4 Day </option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3294&CT_URI=tcm:27-117-32">Consumption and Display, Temporary One Day Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3298&CT_URI=tcm:27-117-32">Tour Boat Intoxicating Liquor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3352&CT_URI=tcm:27-117-32">Wine and/or Distilled Spirits Importer\'s License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-35369&CT_URI=tcm:27-117-32">Brew Pub Off Sale Intoxicating Liquor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-35386&CT_URI=tcm:27-117-32">County/City On Sale Wine License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-35395&CT_URI=tcm:27-117-32">Importer\'s Representative\'s Identification Card</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-35399&CT_URI=tcm:27-117-32">Small Brewer Off Sale Intoxicating Liquor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-35406&CT_URI=tcm:27-117-32">Wholesaler\'s / Manufacturer Salesperson\'s Identification Card</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="1-3-1">Beer</option>';
			
				targetValue += '<option value="1-3-2">Liquor</option>';
			
				targetValue += '<option value="1-3-3">Wine</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "1-3-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2688&CT_URI=tcm:27-117-32">Beer Keg Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2705&CT_URI=tcm:27-117-32">Brew Pub Brand Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3001&CT_URI=tcm:27-117-32">Malt Beverage Importer\'s License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3030&CT_URI=tcm:27-117-32">Micro Brewery License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-35369&CT_URI=tcm:27-117-32">Brew Pub Off Sale Intoxicating Liquor License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-3-1-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-3-1-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-3-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2688&CT_URI=tcm:27-117-32">Beer Keg Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2702&CT_URI=tcm:27-117-32">Brand Label Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2705&CT_URI=tcm:27-117-32">Brew Pub Brand Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2707&CT_URI=tcm:27-117-32">Brokers License to Represent a Distillery, Winery or Importer</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2728&CT_URI=tcm:27-117-32">Caterer\'s Permit With Alcohol</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2731&CT_URI=tcm:27-117-32">Certification of an On Sale Liquor License, 3.2% Liquor License or Sunday Liquor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2753&CT_URI=tcm:27-117-32">Club On Sale Retail Liquor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2772&CT_URI=tcm:27-117-32">Common Carrier (Plane/Boat/Train) License to Sell Intoxicating or 3.2% Malt Liquor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2780&CT_URI=tcm:27-117-32">Consumption and Display (Set up) Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2788&CT_URI=tcm:27-117-32">County On Sale Intoxicating Liquor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2856&CT_URI=tcm:27-117-32">Farm Winery License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3001&CT_URI=tcm:27-117-32">Malt Beverage Importer\'s License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3015&CT_URI=tcm:27-117-32">Wholesaler / Manufacturer Intoxicating Liquor / Malt Beverages Branch License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3016&CT_URI=tcm:27-117-32">Wholesaler\'s / Manufacturer\'s Intoxicating Liquor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3030&CT_URI=tcm:27-117-32">Micro Brewery License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3094&CT_URI=tcm:27-117-32">Off Sale Intoxicating Liquor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3192&CT_URI=tcm:27-117-32">Broker\'s Salesperson\'s Identification Card</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3208&CT_URI=tcm:27-117-32">Retailers Identification (Buyer\'s) Card for Liquor or Wine</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3293&CT_URI=tcm:27-117-32">On Sale Liquor License Permit, Temporary - 1 Day to 4 Day </option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3294&CT_URI=tcm:27-117-32">Consumption and Display, Temporary One Day Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3298&CT_URI=tcm:27-117-32">Tour Boat Intoxicating Liquor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3352&CT_URI=tcm:27-117-32">Wine and/or Distilled Spirits Importer\'s License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-35369&CT_URI=tcm:27-117-32">Brew Pub Off Sale Intoxicating Liquor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-35386&CT_URI=tcm:27-117-32">County/City On Sale Wine License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-35395&CT_URI=tcm:27-117-32">Importer\'s Representative\'s Identification Card</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-35399&CT_URI=tcm:27-117-32">Small Brewer Off Sale Intoxicating Liquor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-35406&CT_URI=tcm:27-117-32">Wholesaler\'s / Manufacturer Salesperson\'s Identification Card</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-3-2-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-3-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2856&CT_URI=tcm:27-117-32">Farm Winery License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3352&CT_URI=tcm:27-117-32">Wine and/or Distilled Spirits Importer\'s License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-4":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2641&CT_URI=tcm:27-117-32">Animal Chiropractic Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2643&CT_URI=tcm:27-117-32">Animal Exhibition Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2722&CT_URI=tcm:27-117-32">Captive Cervidae Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2857&CT_URI=tcm:27-117-32">Feed Foodwaste to Animals License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2982&CT_URI=tcm:27-117-32">License to Procure Impounded Animals for Investigation or Instruction</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3113&CT_URI=tcm:27-117-32">Permit to Exhibit Captive Wildlife</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3190&CT_URI=tcm:27-117-32">Rendering Plant Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3284&CT_URI=tcm:27-117-32">Taxidermist License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3296&CT_URI=tcm:27-117-32">Testing Agent Authorization</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3992&CT_URI=tcm:27-117-32">Bin Composting Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3994&CT_URI=tcm:27-117-32">Ecodrum or Dutch Composting Permit </option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4063&CT_URI=tcm:27-117-32">Dangerous Dog Registration</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="1-4-1">Apiaries</option>';
			
				targetValue += '<option value="1-4-2">Bears</option>';
			
				targetValue += '<option value="1-4-3">Birds</option>';
			
				targetValue += '<option value="1-4-4">Cats, Dogs</option>';
			
				targetValue += '<option value="1-4-5">Cervidae</option>';
			
				targetValue += '<option value="1-4-6">Equines</option>';
			
				targetValue += '<option value="1-4-7">Feed</option>';
			
				targetValue += '<option value="1-4-8">Fish</option>';
			
				targetValue += '<option value="1-4-9">Frogs</option>';
			
				targetValue += '<option value="1-4-10">Fur</option>';
			
				targetValue += '<option value="1-4-11">Game Farm</option>';
			
				targetValue += '<option value="1-4-12">Kennels</option>';
			
				targetValue += '<option value="1-4-13">Livestock</option>';
			
				targetValue += '<option value="1-4-14">Mussels</option>';
			
				targetValue += '<option value="1-4-15">Pet Food and Feed</option>';
			
				targetValue += '<option value="1-4-16">Poultry</option>';
			
				targetValue += '<option value="1-4-17">Rendering</option>';
			
				targetValue += '<option value="1-4-18">Research Animals</option>';
			
				targetValue += '<option value="1-4-19">Threatened/Endangered Species</option>';
			
				targetValue += '<option value="1-4-20">Turtles and Tortoises</option>';
			
				targetValue += '<option value="1-4-21">Wildlife</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "1-4-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2647&CT_URI=tcm:27-117-32">Apiary Certificate of Inspection</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-4-1-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-4-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2981&CT_URI=tcm:27-117-32">Bear Hunting Outfitter License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-4-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-4-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2958&CT_URI=tcm:27-117-32">Kennel License (Dogs and Cats)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2979&CT_URI=tcm:27-117-32">License for Animal Dealer to Sell Impounded Cats or Dogs to Research Institutions</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4063&CT_URI=tcm:27-117-32">Dangerous Dog Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-4-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2650&CT_URI=tcm:27-117-32">Application and Special Permit - Muzzleloader with a Non-Magnifying Scope During the Muzzleloader Deer Season </option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2722&CT_URI=tcm:27-117-32">Captive Cervidae Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-4-5-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-4-5-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-4-5-3":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-4-5-4":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-4-5-5":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-4-5-6":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-4-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2843&CT_URI=tcm:27-117-32">Equine Teeth Floating</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-4-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3565&CT_URI=tcm:27-117-32">Minnesota Seed Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4011&CT_URI=tcm:27-117-32">Commercial Feed License: Pet Food Manufacturing, Distributing and/or Guarantor (Commercial Feed License)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-4-8":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2878&CT_URI=tcm:27-117-32">Fish Packer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2879&CT_URI=tcm:27-117-32">Fish Processing Operation Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2880&CT_URI=tcm:27-117-32">Fish Smoking Operation Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2881&CT_URI=tcm:27-117-32">Fish Vendor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2951&CT_URI=tcm:27-117-32">Fish Buyer Retailer -Lake Superior</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2952&CT_URI=tcm:27-117-32">International Fish Buyer -Wholesale</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2992&CT_URI=tcm:27-117-32">Live Fish Transportation Importation and Stocking Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3209&CT_URI=tcm:27-117-32">Rough Fish Removal Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9672&CT_URI=tcm:27-117-32">International Fish Buyer -Retail</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-4-9":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3077&CT_URI=tcm:27-117-32">Nonresident License to Purchase, Possess and Transport Frogs</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3193&CT_URI=tcm:27-117-32">Resident Frog Dealer (Take, Possess, Transport, Sell)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3194&CT_URI=tcm:27-117-32">Resident License to Purchase, Possess and Transport Frogs</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-4-10":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2897&CT_URI=tcm:27-117-32">Fur Farm Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2898&CT_URI=tcm:27-117-32">Fur Tanning and Dressing License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2902&CT_URI=tcm:27-117-32">Game and Fur Farm License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3176&CT_URI=tcm:27-117-32">Raw Fur Dealer</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9673&CT_URI=tcm:27-117-32">Fur Buyer -Supplemental License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9675&CT_URI=tcm:27-117-32">Fur Buyer (Raw) Corporation -Nonresident</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9676&CT_URI=tcm:27-117-32">Fur Buyer (Raw) -Nonresident</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-30962&CT_URI=tcm:27-117-32">Falconry Permits</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-4-11":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2902&CT_URI=tcm:27-117-32">Game and Fur Farm License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3568&CT_URI=tcm:27-117-32">Muskrat Farm License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-4-12":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2958&CT_URI=tcm:27-117-32">Kennel License (Dogs and Cats)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-4-13":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2857&CT_URI=tcm:27-117-32">Feed Foodwaste to Animals License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2993&CT_URI=tcm:27-117-32">Livestock Auction Markets and Consignment Sales Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2994&CT_URI=tcm:27-117-32">Livestock Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2995&CT_URI=tcm:27-117-32">Livestock Dealer\'s Agent License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2996&CT_URI=tcm:27-117-32">Livestock Market Agency License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2997&CT_URI=tcm:27-117-32">Livestock Meat Packing Company Agent License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2998&CT_URI=tcm:27-117-32">Livestock Meat Packing Company License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-4-14":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3068&CT_URI=tcm:27-117-32">Mussel Collecting Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-4-15":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2766&CT_URI=tcm:27-117-32">Commercial Feed License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3125&CT_URI=tcm:27-117-32">Pet Food Processing Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4011&CT_URI=tcm:27-117-32">Commercial Feed License: Pet Food Manufacturing, Distributing and/or Guarantor (Commercial Feed License)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-4-15-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-4-15-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-4-16":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2857&CT_URI=tcm:27-117-32">Feed Foodwaste to Animals License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2937&CT_URI=tcm:27-117-32">Import Poultry Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3144&CT_URI=tcm:27-117-32">Poultry Hatchery Permits</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3995&CT_URI=tcm:27-117-32">Poultry Dealer Permits</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-4-17":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3190&CT_URI=tcm:27-117-32">Rendering Plant Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-4-18":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-4-19":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-4-19-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-4-20":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3302&CT_URI=tcm:27-117-32">Turtle and Tortoise License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9671&CT_URI=tcm:27-117-32">Turtle -Recreational License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-4-20-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-4-21":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2643&CT_URI=tcm:27-117-32">Animal Exhibition Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3597&CT_URI=tcm:27-117-32">Wildlife Rehabilitations Permits</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-30962&CT_URI=tcm:27-117-32">Falconry Permits</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-5":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2759&CT_URI=tcm:27-117-32">Commercial Aviation Operators License</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="1-5-1">Aircraft</option>';
			
				targetValue += '<option value="1-5-2">Airports</option>';
			
				targetValue += '<option value="1-5-3">Flying Clubs</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "1-5-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2633&CT_URI=tcm:27-117-32">Aircraft Dealer\'s License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2634&CT_URI=tcm:27-117-32">Aircraft Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2636&CT_URI=tcm:27-117-32">Airport License: Personal-Use Airport</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2759&CT_URI=tcm:27-117-32">Commercial Aviation Operators License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2772&CT_URI=tcm:27-117-32">Common Carrier (Plane/Boat/Train) License to Sell Intoxicating or 3.2% Malt Liquor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2884&CT_URI=tcm:27-117-32">Flying Club Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-5-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2637&CT_URI=tcm:27-117-32">Airport License: Private Airport</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2638&CT_URI=tcm:27-117-32">Airport License: Public Airport</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-5-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3906&CT_URI=tcm:27-117-32">Independent Contractor Exemption Certificate (ICEC)</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="1-6-1">Advertising Signs</option>';
			
				targetValue += '<option value="1-6-2">Asphalt</option>';
			
				targetValue += '<option value="1-6-3">Billboards</option>';
			
				targetValue += '<option value="1-6-4">Boilers</option>';
			
				targetValue += '<option value="1-6-5">Building Code Enforcement</option>';
			
				targetValue += '<option value="1-6-6">Cooling, Fuel Burning, Refrigeration Equipment</option>';
			
				targetValue += '<option value="1-6-7">Dam Safety</option>';
			
				targetValue += '<option value="1-6-8">Drainage</option>';
			
				targetValue += '<option value="1-6-9">Elevators</option>';
			
				targetValue += '<option value="1-6-10">Explosives</option>';
			
				targetValue += '<option value="1-6-11">Gas Piping</option>';
			
				targetValue += '<option value="1-6-12">High Pressure Piping</option>';
			
				targetValue += '<option value="1-6-13">High Voltage Transmission Lines</option>';
			
				targetValue += '<option value="1-6-14">Manufactured Homes</option>';
			
				targetValue += '<option value="1-6-15">Mechanical Bonds</option>';
			
				targetValue += '<option value="1-6-16">Pipelines</option>';
			
				targetValue += '<option value="1-6-17">Pressure Vessels</option>';
			
				targetValue += '<option value="1-6-18">Sand and Gravel</option>';
			
				targetValue += '<option value="1-6-19">Schools</option>';
			
				targetValue += '<option value="1-6-20">Sprinkler Systems</option>';
			
				targetValue += '<option value="1-6-21">Storage Tanks</option>';
			
				targetValue += '<option value="1-6-22">Subdivided Lands</option>';
			
				targetValue += '<option value="1-6-23">Tunnels</option>';
			
				targetValue += '<option value="1-6-24">Warehouses</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "1-6-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2627&CT_URI=tcm:27-117-32">Advertising Device Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2929&CT_URI=tcm:27-117-32">Hot Mix Asphalt Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3318&CT_URI=tcm:27-117-32">Utility Permit on Trunk Highway Right of Way</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2697&CT_URI=tcm:27-117-32">Boilers and Pressure Vessel Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-4-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-6-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2734&CT_URI=tcm:27-117-32">Certified Building Official, Certified Building Official Limited, Accessibility Specialist</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3560&CT_URI=tcm:27-117-32">Mechanical Contractor Bond</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2802&CT_URI=tcm:27-117-32">Dam Safety Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-8":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2815&CT_URI=tcm:27-117-32">Drainage Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-9":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-10":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2850&CT_URI=tcm:27-117-32">Explosives License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2851&CT_URI=tcm:27-117-32">Explosives Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3103&CT_URI=tcm:27-117-32">Ownership or Possession of an Explosive Device or Incendiary Device Application</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-11":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-12":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2922&CT_URI=tcm:27-117-32">High Pressure Pipefitter (HPP) Contractor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4069&CT_URI=tcm:27-117-32">Unlicensed High Pressure Pipefitter (HPP) Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-35140&CT_URI=tcm:27-117-32">High Pressure Pipefitter (HPP) Journeyman </option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-13":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-14":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3005&CT_URI=tcm:27-117-32">Manufactured Home Limited Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3006&CT_URI=tcm:27-117-32">Manufactured Home Dealer -Sub-agency License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3007&CT_URI=tcm:27-117-32">Manufactured Home Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3009&CT_URI=tcm:27-117-32">Manufactured Home Installer</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3010&CT_URI=tcm:27-117-32">Manufactured Home Manufacturer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3011&CT_URI=tcm:27-117-32">Manufactured Home Park (MHP) License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-14-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-6-15":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-16":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3137&CT_URI=tcm:27-117-32">Pipeline Routing Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-17":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-18":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-19":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2760&CT_URI=tcm:27-117-32">Commercial Driver Training School License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2816&CT_URI=tcm:27-117-32">Driver Education Program</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3153&CT_URI=tcm:27-117-32">Private Career School License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3155&CT_URI=tcm:27-117-32">Private Institution Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-20":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-21":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2609&CT_URI=tcm:27-117-32">Aboveground Storage Tank (AST) Permits (>1 Million Gallons Total)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3308&CT_URI=tcm:27-117-32">Underground Storage Tank (UST) Contractor/Supervisor Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3309&CT_URI=tcm:27-117-32">Underground Storage Tank (UST) Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3310&CT_URI=tcm:27-117-32">Underground Storage of Gas or Liquids Using Natural Geologic Formations Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-21-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-6-21-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-6-21-3":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-6-22":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-23":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2778&CT_URI=tcm:27-117-32">Construction of Tunnels Under Highways Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-6-24":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3274&CT_URI=tcm:27-117-32">General Merchandise Storage License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-7":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2747&CT_URI=tcm:27-117-32">Child Foster Care License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-10686&CT_URI=tcm:27-117-32">Child Care Center License (Rule 3)</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="1-7-3">Adoption</option>';
			
				targetValue += '<option value="1-7-4">Child Care Centers</option>';
			
				targetValue += '<option value="1-7-5">Child Placement</option>';
			
				targetValue += '<option value="1-7-6">Disabilities</option>';
			
				targetValue += '<option value="1-7-7">Foster Care</option>';
			
				targetValue += '<option value="1-7-8">Living Assistance</option>';
			
				targetValue += '<option value="1-7-9">Nonresidential Services</option>';
			
				targetValue += '<option value="1-7-10">Preschools</option>';
			
				targetValue += '<option value="1-7-11">Residential Services</option>';
			
				targetValue += '<option value="1-7-12">Social Work</option>';
			
				targetValue += '<option value="1-7-13">Youth Camps</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "1-7-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-7-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-7-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2744&CT_URI=tcm:27-117-32">Chemical Dependency Treatment (Non-Detox) Programs (Rule 31)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3150&CT_URI=tcm:27-117-32">Private Child Caring or Placing Agency License (Rule 4)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3736&CT_URI=tcm:27-117-32">Residential Building Contractor/Remodeler</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-7-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2855&CT_URI=tcm:27-117-32">Family Child Care and Group Family Child Care License (DHS Rule 2)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-10686&CT_URI=tcm:27-117-32">Child Care Center License (Rule 3)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-7-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-7-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-36125&CT_URI=tcm:27-117-32">Application and Disability Permit - Hunt from a Standing Motor Vehicle</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-36133&CT_URI=tcm:27-117-32">Application and Disability Permit -Take Big Game, Small Game, and/or Rough Fish with a Crossbow</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-7-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2624&CT_URI=tcm:27-117-32">Adult Foster Care License (DHS Rule 203)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-7-7-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-7-8":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2939&CT_URI=tcm:27-117-32">Independent Living Assistance for Youth License (245A.22)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-7-8-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-7-9":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-7-10":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-7-11":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2749&CT_URI=tcm:27-117-32">Children\'s Residential Facilities</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3227&CT_URI=tcm:27-117-32">Semi-Independent Living Services (SILS) for Persons with Developmental Disabilities</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-7-11-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-7-11-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-7-12":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3243&CT_URI=tcm:27-117-32">Social Work Professional Firm Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3244&CT_URI=tcm:27-117-32">Social Worker License (Various Classes)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-7-13":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3356&CT_URI=tcm:27-117-32">Youth Camp License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-8":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2783&CT_URI=tcm:27-117-32">Corporate Take-Over Offers Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3555&CT_URI=tcm:27-117-32">Letter of Recognition of a Collective Bargaining Agreement Related to Workers\' Compensation</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="1-8-2">Charitable Organizations</option>';
			
				targetValue += '<option value="1-8-3">Clubs</option>';
			
				targetValue += '<option value="1-8-4">Corporate Take-Overs</option>';
			
				targetValue += '<option value="1-8-5">Franchises</option>';
			
				targetValue += '<option value="1-8-6">Fundraising</option>';
			
				targetValue += '<option value="1-8-7">International Student Exchange</option>';
			
				targetValue += '<option value="1-8-8">Inventions</option>';
			
				targetValue += '<option value="1-8-9">Sales and Use Tax</option>';
			
				targetValue += '<option value="1-8-10">Utilization Review Organizations</option>';
			
				targetValue += '<option value="1-8-11">Viatical Settlements</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "1-8-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-8-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2741&CT_URI=tcm:27-117-32">Charitable Solicitation Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2742&CT_URI=tcm:27-117-32">Charitable Trusts</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3157&CT_URI=tcm:27-117-32">Professional Fundraiser Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-8-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2919&CT_URI=tcm:27-117-32">Health, Social Referral, Buying Clubs Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-8-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2783&CT_URI=tcm:27-117-32">Corporate Take-Over Offers Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-8-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2891&CT_URI=tcm:27-117-32">Franchise Offer or Sale Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-8-5-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-8-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2888&CT_URI=tcm:27-117-32">Food, Beverage and Lodging License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-8-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2953&CT_URI=tcm:27-117-32">International Student Exchange Organizations (ISEO)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-8-7-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-8-8":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2956&CT_URI=tcm:27-117-32">Invention Development Service Disclosure</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-8-9":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3214&CT_URI=tcm:27-117-32">Sales and Use Tax Exempt Status</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3282&CT_URI=tcm:27-117-32">Tax Identification (ID) Number</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-8-10":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3321&CT_URI=tcm:27-117-32">Utilization Review Organization Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-8-11":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3327&CT_URI=tcm:27-117-32">Viatical Settlement Broker</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3328&CT_URI=tcm:27-117-32">Viatical Settlement Provider</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3968&CT_URI=tcm:27-117-32">Viatical Settlement Investment Agent</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-9":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2833&CT_URI=tcm:27-117-32">Employee Leasing Company Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2834&CT_URI=tcm:27-117-32">Employee Leasing Company Registration Exemption</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3280&CT_URI=tcm:27-117-32">Supported Employment Services (SES) for Persons with Developmental Disabilities</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="1-9-1">Competitive Employment Services</option>';
			
				targetValue += '<option value="1-9-2">Employee Leasing Companies</option>';
			
				targetValue += '<option value="1-9-3">Employee Training</option>';
			
				targetValue += '<option value="1-9-4">Employment Agencies</option>';
			
				targetValue += '<option value="1-9-5">Vocational Rehabilitation</option>';
			
				targetValue += '<option value="1-9-6">Workers Compensation</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "1-9-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-9-1-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-9-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2833&CT_URI=tcm:27-117-32">Employee Leasing Company Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2834&CT_URI=tcm:27-117-32">Employee Leasing Company Registration Exemption</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-9-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-9-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2833&CT_URI=tcm:27-117-32">Employee Leasing Company Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2834&CT_URI=tcm:27-117-32">Employee Leasing Company Registration Exemption</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2835&CT_URI=tcm:27-117-32">Employment Agency License for Operation</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-9-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-9-5-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-9-5-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-9-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-10":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3210&CT_URI=tcm:27-117-32">Route Permit for High Voltage Transmission Lines</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3232&CT_URI=tcm:27-117-32">Site Permit for Large Wind Energy Conversion Systems</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="1-10-1">Electric Power Plants</option>';
			
				targetValue += '<option value="1-10-2">Energy Facilities</option>';
			
				targetValue += '<option value="1-10-3">Fuels</option>';
			
				targetValue += '<option value="1-10-4">Gas Piping</option>';
			
				targetValue += '<option value="1-10-5">Heating, Air Conditioning, Ventilation Equipment</option>';
			
				targetValue += '<option value="1-10-6">High Voltage Transmission Lines</option>';
			
				targetValue += '<option value="1-10-7">Utilities</option>';
			
				targetValue += '<option value="1-10-8">Utility Crossings</option>';
			
				targetValue += '<option value="1-10-9">Wind Energy</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "1-10-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3229&CT_URI=tcm:27-117-32">Site Permit for Large Electric Generating Power Plant</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-10-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2730&CT_URI=tcm:27-117-32">Certificate of Need</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-10-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2894&CT_URI=tcm:27-117-32">Fuels Distributors License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3182&CT_URI=tcm:27-117-32">Refuse Derived Fuel Processing Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3254&CT_URI=tcm:27-117-32">Special Fuel License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-10-3-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-10-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-10-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-10-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-10-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2815&CT_URI=tcm:27-117-32">Drainage Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3317&CT_URI=tcm:27-117-32">Utilities Installation or Miscellaneous Work On Trunk Highway Right Of Way</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-10-8":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-10-9":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-11":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3061&CT_URI=tcm:27-117-32">Motor Vehicle Finance Company</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="1-11-1">ATMs</option>';
			
				targetValue += '<option value="1-11-2">Banking</option>';
			
				targetValue += '<option value="1-11-3">Certified Public Accountant Firms</option>';
			
				targetValue += '<option value="1-11-4">Currency Exchange</option>';
			
				targetValue += '<option value="1-11-5">Debt Collection</option>';
			
				targetValue += '<option value="1-11-6">Debt Management</option>';
			
				targetValue += '<option value="1-11-7">Financial Institutions</option>';
			
				targetValue += '<option value="1-11-8">Fundraising</option>';
			
				targetValue += '<option value="1-11-9">Insurance</option>';
			
				targetValue += '<option value="1-11-10">Loans and Lenders</option>';
			
				targetValue += '<option value="1-11-11">Money Transmitting</option>';
			
				targetValue += '<option value="1-11-12">Mortgage</option>';
			
				targetValue += '<option value="1-11-13">Safe Deposit Companies</option>';
			
				targetValue += '<option value="1-11-14">Sales and Use Tax</option>';
			
				targetValue += '<option value="1-11-15">Securities</option>';
			
				targetValue += '<option value="1-11-16">Surety Bond</option>';
			
				targetValue += '<option value="1-11-17">Taxes</option>';
			
				targetValue += '<option value="1-11-18">Trust Companies</option>';
			
				targetValue += '<option value="1-11-19">Utilization Review Organizations</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "1-11-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4011&CT_URI=tcm:27-117-32">Commercial Feed License: Pet Food Manufacturing, Distributing and/or Guarantor (Commercial Feed License)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-6061&CT_URI=tcm:27-117-32">Debt Settlement Services Provider Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-11-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2721&CT_URI=tcm:27-117-32">Capital Stock Savings Bank</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2809&CT_URI=tcm:27-117-32">Detached Facility</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2829&CT_URI=tcm:27-117-32">Electronic Funds Transmission (EFT) Facility Authorization</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2954&CT_URI=tcm:27-117-32">Interstate Bank Mergers and Branching</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2955&CT_URI=tcm:27-117-32">Interstate Trust-Trust Office or Representative Trust Office</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3032&CT_URI=tcm:27-117-32">Minnesota Bank or Trust Company Mergers</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3166&CT_URI=tcm:27-117-32">Purchase and Assumption Application</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3266&CT_URI=tcm:27-117-32">State Bank Charter or Trust Company Charter or Industrial Loan & Thrift Company With Deposit-Taking Powers</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3267&CT_URI=tcm:27-117-32">State Bank Trust Authority</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3580&CT_URI=tcm:27-117-32">Safe Deposit Company License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-32801&CT_URI=tcm:27-117-32">Credit Union Certificate of Organization</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-11-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2714&CT_URI=tcm:27-117-32">Certified Public Accountant (CPA) Corporation</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2715&CT_URI=tcm:27-117-32">Certified Public Accountant (CPA) Firm Not In Minnesota</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2716&CT_URI=tcm:27-117-32">Certified Public Accountant (CPA) Limited Liability Company</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2717&CT_URI=tcm:27-117-32">Certified Public Accountant (CPA) Limited Liability Partnership</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2718&CT_URI=tcm:27-117-32">Certified Public Accountant (CPA) Partnership</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3248&CT_URI=tcm:27-117-32">Certified Public Accountant (CPA) - Sole Proprietor Firm</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-11-3-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-11-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-11-4-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-11-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2755&CT_URI=tcm:27-117-32">Collection Agency Certificate of Exemption</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2756&CT_URI=tcm:27-117-32">Collection Agency and Debt Collector</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2790&CT_URI=tcm:27-117-32">Credit Services Organization Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-11-5-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-11-5-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-11-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3543&CT_URI=tcm:27-117-32">Debt Management Services Provider Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-11-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2721&CT_URI=tcm:27-117-32">Capital Stock Savings Bank</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2809&CT_URI=tcm:27-117-32">Detached Facility</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2943&CT_URI=tcm:27-117-32">Industrial Loan and Thrift Company</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3061&CT_URI=tcm:27-117-32">Motor Vehicle Finance Company</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3189&CT_URI=tcm:27-117-32">Regulated Lender License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3266&CT_URI=tcm:27-117-32">State Bank Charter or Trust Company Charter or Industrial Loan & Thrift Company With Deposit-Taking Powers</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3267&CT_URI=tcm:27-117-32">State Bank Trust Authority</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3551&CT_URI=tcm:27-117-32">Insurance Premium Finance Company</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3580&CT_URI=tcm:27-117-32">Safe Deposit Company License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-11-7-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-11-7-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-11-8":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2888&CT_URI=tcm:27-117-32">Food, Beverage and Lodging License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-11-9":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2725&CT_URI=tcm:27-117-32">Catastrophe Adjuster Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2794&CT_URI=tcm:27-117-32">Crop Hail Adjuster</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2945&CT_URI=tcm:27-117-32">Insurance Adjusters</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2946&CT_URI=tcm:27-117-32">Insurance Agency</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2947&CT_URI=tcm:27-117-32">Insurance Agent</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2949&CT_URI=tcm:27-117-32">Insurance Agent (Line item for Bailbondsmen)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2950&CT_URI=tcm:27-117-32">Insurance Certificate of Authority</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3146&CT_URI=tcm:27-117-32">Pre-license and Continuing Education Course Approval</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3297&CT_URI=tcm:27-117-32">Third Party Administrator License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3321&CT_URI=tcm:27-117-32">Utilization Review Organization Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3327&CT_URI=tcm:27-117-32">Viatical Settlement Broker</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3328&CT_URI=tcm:27-117-32">Viatical Settlement Provider</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3545&CT_URI=tcm:27-117-32">Education Sponsor/Provider Coordinator Approval</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3551&CT_URI=tcm:27-117-32">Insurance Premium Finance Company</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9314&CT_URI=tcm:27-117-32">Portable Electronics Insurance Vendor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-33687&CT_URI=tcm:27-117-32">Managing General Agent</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-33719&CT_URI=tcm:27-117-32">Purchasing Groups</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-11-9-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-11-10":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2779&CT_URI=tcm:27-117-32">Consumer Small Loan Lender (Payday Lender)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2943&CT_URI=tcm:27-117-32">Industrial Loan and Thrift Company</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3061&CT_URI=tcm:27-117-32">Motor Vehicle Finance Company</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3189&CT_URI=tcm:27-117-32">Regulated Lender License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-32801&CT_URI=tcm:27-117-32">Credit Union Certificate of Organization</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-11-10-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-11-11":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3054&CT_URI=tcm:27-117-32">Money Transmitter</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-11-12":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3198&CT_URI=tcm:27-117-32">Residential Mortgage Education Course Approval</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3199&CT_URI=tcm:27-117-32">Real Estate Sponsor/Coordinator Approval</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3201&CT_URI=tcm:27-117-32">Residential Mortgage Originator or Servicer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-6062&CT_URI=tcm:27-117-32">Resident Closing Agent</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-11-12-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-11-13":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3580&CT_URI=tcm:27-117-32">Safe Deposit Company License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-11-14":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3214&CT_URI=tcm:27-117-32">Sales and Use Tax Exempt Status</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3282&CT_URI=tcm:27-117-32">Tax Identification (ID) Number</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-11-15":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3224&CT_URI=tcm:27-117-32">Securities Agent, Securities Broker-Dealer</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3226&CT_URI=tcm:27-117-32">Securities for Sale Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-33686&CT_URI=tcm:27-117-32">Investment Adviser</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-11-16":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-11-17":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2752&CT_URI=tcm:27-117-32">Cigarette and Tobacco Distributor and Subjobber Licenses</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3214&CT_URI=tcm:27-117-32">Sales and Use Tax Exempt Status</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3282&CT_URI=tcm:27-117-32">Tax Identification (ID) Number</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3311&CT_URI=tcm:27-117-32">Unfair Cigarette Sales Act Fee</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-11-18":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2809&CT_URI=tcm:27-117-32">Detached Facility</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3032&CT_URI=tcm:27-117-32">Minnesota Bank or Trust Company Mergers</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3166&CT_URI=tcm:27-117-32">Purchase and Assumption Application</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3266&CT_URI=tcm:27-117-32">State Bank Charter or Trust Company Charter or Industrial Loan & Thrift Company With Deposit-Taking Powers</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3267&CT_URI=tcm:27-117-32">State Bank Trust Authority</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3301&CT_URI=tcm:27-117-32">Trust Service Office Authority</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-11-19":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3321&CT_URI=tcm:27-117-32">Utilization Review Organization Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-12":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2792&CT_URI=tcm:27-117-32">Crematory License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2895&CT_URI=tcm:27-117-32">Funeral Establishment License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3056&CT_URI=tcm:27-117-32">Mortuary Science (Mortician) License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "1-12-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2774&CT_URI=tcm:27-117-32">Community Integrated Service Network (CISN) License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2925&CT_URI=tcm:27-117-32">Home Care and Hospice</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2926&CT_URI=tcm:27-117-32">Home Management Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2927&CT_URI=tcm:27-117-32">Hospitals</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2932&CT_URI=tcm:27-117-32">Housing with Services Establishment Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3164&CT_URI=tcm:27-117-32">Public Health Nurse Registration Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3185&CT_URI=tcm:27-117-32">Registered Nurse (RN)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3300&CT_URI=tcm:27-117-32">Traditional Midwife License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3988&CT_URI=tcm:27-117-32">Spoken Language Health Care Interpreter Roster</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="1-13-1">Alternative Health Care</option>';
			
				targetValue += '<option value="1-13-2">Ambulance Service</option>';
			
				targetValue += '<option value="1-13-3">Chemical Health Treatment</option>';
			
				targetValue += '<option value="1-13-4">Developmental Disabilities Services</option>';
			
				targetValue += '<option value="1-13-5">Disabilities</option>';
			
				targetValue += '<option value="1-13-6">Driver Medical Waivers</option>';
			
				targetValue += '<option value="1-13-7">Drugs</option>';
			
				targetValue += '<option value="1-13-8">Emergency Medical Services (EMS)</option>';
			
				targetValue += '<option value="1-13-9">Health Care Facilities</option>';
			
				targetValue += '<option value="1-13-10">Health Care Providers</option>';
			
				targetValue += '<option value="1-13-11">Health Evaluation</option>';
			
				targetValue += '<option value="1-13-12">Health Maintenance Organizations (HMOs)</option>';
			
				targetValue += '<option value="1-13-13">Home Health Care</option>';
			
				targetValue += '<option value="1-13-14">Home Management Services</option>';
			
				targetValue += '<option value="1-13-15">Hospices</option>';
			
				targetValue += '<option value="1-13-16">Hospitals</option>';
			
				targetValue += '<option value="1-13-17">Medical Gas Distribution</option>';
			
				targetValue += '<option value="1-13-18">Medical Response Units</option>';
			
				targetValue += '<option value="1-13-19">Nursing Homes</option>';
			
				targetValue += '<option value="1-13-20">Outpatient Mental Health Care</option>';
			
				targetValue += '<option value="1-13-21">Pharmaceuticals</option>';
			
				targetValue += '<option value="1-13-22">Pharmacies</option>';
			
				targetValue += '<option value="1-13-23">Residential Services</option>';
			
				targetValue += '<option value="1-13-24">Sex Offender Treatment</option>';
			
				targetValue += '<option value="1-13-25">Social Work</option>';
			
				targetValue += '<option value="1-13-26">Telemedicine</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "1-13-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3313&CT_URI=tcm:27-117-32">Unlicensed Complementary and Alternative Health Care Practitioners</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-1-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-13-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2602&CT_URI=tcm:27-117-32">Minnesota Ambulance Service License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2793&CT_URI=tcm:27-117-32">Crisis Respite Services for Persons with Developmental Disabilities</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3204&CT_URI=tcm:27-117-32">Residential-Based Habilitation Services for Persons with Developmental Disabilities</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-4-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-13-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-36125&CT_URI=tcm:27-117-32">Application and Disability Permit - Hunt from a Standing Motor Vehicle</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-36133&CT_URI=tcm:27-117-32">Application and Disability Permit -Take Big Game, Small Game, and/or Rough Fish with a Crossbow</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2761&CT_URI=tcm:27-117-32">Commercial Driver\'s License (CDL)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2817&CT_URI=tcm:27-117-32">Driver Medical Waivers</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2781&CT_URI=tcm:27-117-32">Controlled Substance Researcher</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2818&CT_URI=tcm:27-117-32">Drug / Medical Gas Manufacturer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2819&CT_URI=tcm:27-117-32">Drug / Medical Gas Wholesaler License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3024&CT_URI=tcm:27-117-32">Medical Gas Distributor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3126&CT_URI=tcm:27-117-32">Pharmacist License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3127&CT_URI=tcm:27-117-32">Pharmacist Preceptor Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3128&CT_URI=tcm:27-117-32">Pharmacy Intern Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3129&CT_URI=tcm:27-117-32">Pharmacy License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3130&CT_URI=tcm:27-117-32">Pharmacy Professional Corporation</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3131&CT_URI=tcm:27-117-32">Pharmacy Technician Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-7-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-13-8":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2598&CT_URI=tcm:27-117-32">Emergency Medical Technician (EMT) Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2600&CT_URI=tcm:27-117-32">Medical Response Unit Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3924&CT_URI=tcm:27-117-32">First Responder Registration </option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4084&CT_URI=tcm:27-117-32">Training Program Coordinator </option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-8-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-13-9":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2892&CT_URI=tcm:27-117-32">Freestanding Outpatient Surgical Centers</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2927&CT_URI=tcm:27-117-32">Hospitals</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2932&CT_URI=tcm:27-117-32">Housing with Services Establishment Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3084&CT_URI=tcm:27-117-32">Nursing Homes</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4101&CT_URI=tcm:27-117-32">Body Art Establishment</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4142&CT_URI=tcm:27-117-32">Body Art Technician Licenses</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-10":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2616&CT_URI=tcm:27-117-32">Accountable Provider Network License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2925&CT_URI=tcm:27-117-32">Home Care and Hospice</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2926&CT_URI=tcm:27-117-32">Home Management Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3049&CT_URI=tcm:27-117-32">Mobile Health Evaluation and Screening Provider</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3278&CT_URI=tcm:27-117-32">Supplemental Nursing Services Agency Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3562&CT_URI=tcm:27-117-32">Minnesota Doula Registry</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3576&CT_URI=tcm:27-117-32">Nursing Assistant Registry (NAR)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-11597&CT_URI=tcm:27-117-32">Nursing Home Administrator</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-11":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-12":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2918&CT_URI=tcm:27-117-32">Health Maintenance Organization Certificate of Authority</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-12-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-13-13":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2925&CT_URI=tcm:27-117-32">Home Care and Hospice</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2926&CT_URI=tcm:27-117-32">Home Management Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-14":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2926&CT_URI=tcm:27-117-32">Home Management Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-15":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-16":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2927&CT_URI=tcm:27-117-32">Hospitals</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-17":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3024&CT_URI=tcm:27-117-32">Medical Gas Distributor</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-18":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-19":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-11597&CT_URI=tcm:27-117-32">Nursing Home Administrator</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-19-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-13-20":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-21":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2818&CT_URI=tcm:27-117-32">Drug / Medical Gas Manufacturer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2819&CT_URI=tcm:27-117-32">Drug / Medical Gas Wholesaler License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3129&CT_URI=tcm:27-117-32">Pharmacy License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-21-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-13-21-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-13-22":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3128&CT_URI=tcm:27-117-32">Pharmacy Intern Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3129&CT_URI=tcm:27-117-32">Pharmacy License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3130&CT_URI=tcm:27-117-32">Pharmacy Professional Corporation</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3131&CT_URI=tcm:27-117-32">Pharmacy Technician Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-23":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2749&CT_URI=tcm:27-117-32">Children\'s Residential Facilities</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3227&CT_URI=tcm:27-117-32">Semi-Independent Living Services (SILS) for Persons with Developmental Disabilities</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-23-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-13-23-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-13-24":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-25":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3243&CT_URI=tcm:27-117-32">Social Work Professional Firm Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3244&CT_URI=tcm:27-117-32">Social Worker License (Various Classes)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-13-26":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-14":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetValue += '<option value="1-14-2">Bed and Breakfast</option>';
			
				targetValue += '<option value="1-14-3">Catering</option>';
			
				targetValue += '<option value="1-14-4">Hotels and Motels</option>';
			
				targetValue += '<option value="1-14-5">Restaurants</option>';
			
				targetValue += '<option value="1-14-6">Salons</option>';
			
				targetValue += '<option value="1-14-7">Vending Machines</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "1-14-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-14-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2687&CT_URI=tcm:27-117-32">Bed and Breakfast Registration (to serve wine)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-14-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2728&CT_URI=tcm:27-117-32">Caterer\'s Permit With Alcohol</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-14-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2687&CT_URI=tcm:27-117-32">Bed and Breakfast Registration (to serve wine)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-14-4-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-14-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2888&CT_URI=tcm:27-117-32">Food, Beverage and Lodging License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-14-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-14-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-15":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetValue += '<option value="1-15-1">Explosives</option>';
			
				targetValue += '<option value="1-15-2">Iron Ore</option>';
			
				targetValue += '<option value="1-15-3">Lead</option>';
			
				targetValue += '<option value="1-15-4">Minerals</option>';
			
				targetValue += '<option value="1-15-5">Nonferrous Metallic Minerals</option>';
			
				targetValue += '<option value="1-15-6">Peat</option>';
			
				targetValue += '<option value="1-15-7">Taconite</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "1-15-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2850&CT_URI=tcm:27-117-32">Explosives License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2851&CT_URI=tcm:27-117-32">Explosives Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3103&CT_URI=tcm:27-117-32">Ownership or Possession of an Explosive Device or Incendiary Device Application</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-15-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3116&CT_URI=tcm:27-117-32">Permit to Mine - Iron Ore and Taconite</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3270&CT_URI=tcm:27-117-32">State Iron Ore/Taconite Lease</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-15-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2938&CT_URI=tcm:27-117-32">Independent Examination Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2968&CT_URI=tcm:27-117-32">Lead Firm Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2969&CT_URI=tcm:27-117-32">Lead Inspector License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2971&CT_URI=tcm:27-117-32">Lead Project Designer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2972&CT_URI=tcm:27-117-32">Lead Risk Assessor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2973&CT_URI=tcm:27-117-32">Lead Sampling Technician</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2975&CT_URI=tcm:27-117-32">Lead Training Course Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2976&CT_URI=tcm:27-117-32">Lead Worker License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3079&CT_URI=tcm:27-117-32">Notification of Lead Hazard Reduction Work and Amendments</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-15-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3108&CT_URI=tcm:27-117-32">Permit for Removal of Stockpiled Iron-Bearing Materials</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3117&CT_URI=tcm:27-117-32">Permit to Mine - Nonferrous Metallic Minerals</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3119&CT_URI=tcm:27-117-32">Permit to Mine - Peat</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-15-4-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "1-15-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-15-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3272&CT_URI=tcm:27-117-32">State Peat Lease</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-15-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-16":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetValue += '<option value="1-16-2">Inventions</option>';
			
				targetValue += '<option value="1-16-3">Telecommunications</option>';
			
				targetValue += '<option value="1-16-4">Telephone Services</option>';
			
				targetValue += '<option value="1-16-5">Weighing and Measuring Equipment</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "1-16-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-16-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2956&CT_URI=tcm:27-117-32">Invention Development Service Disclosure</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-16-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3291&CT_URI=tcm:27-117-32">Telephone Service Certificate of Authority -Local, Long Distance, Alternate Operator Service (AOS)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-16-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3291&CT_URI=tcm:27-117-32">Telephone Service Certificate of Authority -Local, Long Distance, Alternate Operator Service (AOS)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-16-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3138&CT_URI=tcm:27-117-32">Placing in Service Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13921&CT_URI=tcm:27-117-32">LPG (Liquid Propane Gas) Inspector Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-17":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2752&CT_URI=tcm:27-117-32">Cigarette and Tobacco Distributor and Subjobber Licenses</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2974&CT_URI=tcm:27-117-32">Lead Supervisor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3311&CT_URI=tcm:27-117-32">Unfair Cigarette Sales Act Fee</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-35743&CT_URI=tcm:27-117-32">Fire Standard Compliant Cigarettes (FSC) Certification</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "1-17-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "1-17-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2":
				
				targetLicenseValue = '<select name="browseSelect2" id="browseSelect2" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect2" id="browseSelect2" onchange="grabSelectionResults(this.id, \'browseGroup3\', \'browseSelect3\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetValue += '<option value="2-1">Agriculture</option>';
			
				targetValue += '<option value="2-2">Air</option>';
			
				targetValue += '<option value="2-3">Environmental Health Specialists</option>';
			
				targetValue += '<option value="2-4">Environmental Laboratories</option>';
			
				targetValue += '<option value="2-5">Fire Protection</option>';
			
				targetValue += '<option value="2-6">Geology</option>';
			
				targetValue += '<option value="2-7">Hazardous Materials</option>';
			
				targetValue += '<option value="2-8">Land</option>';
			
				targetValue += '<option value="2-9">Threatened/Endangered Species</option>';
			
				targetValue += '<option value="2-10">Waste</option>';
			
				targetValue += '<option value="2-11">Water</option>';
			
		targetValue += '</select>';
		targetLevel = 2;
		break;

				

		case "2-1":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3036&CT_URI=tcm:27-117-32">Minnesota Grown Logo Labeling License</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="2-1-1">Agricultural Products</option>';
			
				targetValue += '<option value="2-1-2">Apiaries</option>';
			
				targetValue += '<option value="2-1-3">Aquaculture</option>';
			
				targetValue += '<option value="2-1-4">Aquatic Plants</option>';
			
				targetValue += '<option value="2-1-5">Commercial Feed</option>';
			
				targetValue += '<option value="2-1-6">Composting</option>';
			
				targetValue += '<option value="2-1-7">Dairy</option>';
			
				targetValue += '<option value="2-1-8">Feed</option>';
			
				targetValue += '<option value="2-1-9">Fertilizers</option>';
			
				targetValue += '<option value="2-1-10">Food</option>';
			
				targetValue += '<option value="2-1-11">Forest Products</option>';
			
				targetValue += '<option value="2-1-12">Genetically Engineered Organisms</option>';
			
				targetValue += '<option value="2-1-13">Ginseng</option>';
			
				targetValue += '<option value="2-1-14">Grain</option>';
			
				targetValue += '<option value="2-1-15">Herbs</option>';
			
				targetValue += '<option value="2-1-16">Liming Material</option>';
			
				targetValue += '<option value="2-1-17">Meat Packing</option>';
			
				targetValue += '<option value="2-1-18">Nurseries</option>';
			
				targetValue += '<option value="2-1-19">Pesticides</option>';
			
				targetValue += '<option value="2-1-20">Pet Food and Feed</option>';
			
				targetValue += '<option value="2-1-21">Rendering</option>';
			
				targetValue += '<option value="2-1-22">Screenings</option>';
			
				targetValue += '<option value="2-1-23">Seeds</option>';
			
				targetValue += '<option value="2-1-24">Soil Science</option>';
			
				targetValue += '<option value="2-1-25">Wildflowers</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "2-1-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3351&CT_URI=tcm:27-117-32">Wild Rice Dealer License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2647&CT_URI=tcm:27-117-32">Apiary Certificate of Inspection</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-2-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "2-1-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2660&CT_URI=tcm:27-117-32">Aquaculture License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3068&CT_URI=tcm:27-117-32">Mussel Collecting Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2654&CT_URI=tcm:27-117-32">Application for a Permit to Control: Aquatic Plants, Algae, Swimmer\'s Itch, and Leeches</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3121&CT_URI=tcm:27-117-32">Permit to Transplant and/or Collect Aquatic Vegetation</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13703&CT_URI=tcm:27-117-32">Commercial Mechanical Control Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-30960&CT_URI=tcm:27-117-32">Application / Permit to Use Radio/Cellular Telephone Equipment to Assist in Taking Unprotected Animals</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-36125&CT_URI=tcm:27-117-32">Application and Disability Permit - Hunt from a Standing Motor Vehicle</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-36133&CT_URI=tcm:27-117-32">Application and Disability Permit -Take Big Game, Small Game, and/or Rough Fish with a Crossbow</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-36138&CT_URI=tcm:27-117-32">Application and Special Permit to Train Dogs Afield</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2766&CT_URI=tcm:27-117-32">Commercial Feed License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4011&CT_URI=tcm:27-117-32">Commercial Feed License: Pet Food Manufacturing, Distributing and/or Guarantor (Commercial Feed License)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2796&CT_URI=tcm:27-117-32">Cultured Dairy Food/Farmstead Cheese Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2799&CT_URI=tcm:27-117-32">Dairy Plant License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2800&CT_URI=tcm:27-117-32">Dairy Transfer Station</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3031&CT_URI=tcm:27-117-32">Milk and Cream Grading and Tester License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-7-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "2-1-8":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3565&CT_URI=tcm:27-117-32">Minnesota Seed Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4011&CT_URI=tcm:27-117-32">Commercial Feed License: Pet Food Manufacturing, Distributing and/or Guarantor (Commercial Feed License)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-9":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2712&CT_URI=tcm:27-117-32">Bulk Pesticide/Fertilizer Storage Facility or Substantial Alteration Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2864&CT_URI=tcm:27-117-32">Fertilizer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3247&CT_URI=tcm:27-117-32">Soil and Plant Amendment Product Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3259&CT_URI=tcm:27-117-32">Specialty Fertilizer Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-34826&CT_URI=tcm:27-117-32">Chemigation Permit and Chemigation Substantial Alteration Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-9-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "2-1-10":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2728&CT_URI=tcm:27-117-32">Caterer\'s Permit With Alcohol</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2796&CT_URI=tcm:27-117-32">Cultured Dairy Food/Farmstead Cheese Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2799&CT_URI=tcm:27-117-32">Dairy Plant License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2800&CT_URI=tcm:27-117-32">Dairy Transfer Station</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2840&CT_URI=tcm:27-117-32">Environmental Health Specialist/Sanitarian Registration License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2857&CT_URI=tcm:27-117-32">Feed Foodwaste to Animals License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2878&CT_URI=tcm:27-117-32">Fish Packer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2881&CT_URI=tcm:27-117-32">Fish Vendor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2887&CT_URI=tcm:27-117-32">Food Manager Certification</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2888&CT_URI=tcm:27-117-32">Food, Beverage and Lodging License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2951&CT_URI=tcm:27-117-32">Fish Buyer Retailer -Lake Superior</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2952&CT_URI=tcm:27-117-32">International Fish Buyer -Wholesale</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3023&CT_URI=tcm:27-117-32">Meat Custom Processor Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3031&CT_URI=tcm:27-117-32">Milk and Cream Grading and Tester License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3036&CT_URI=tcm:27-117-32">Minnesota Grown Logo Labeling License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3042&CT_URI=tcm:27-117-32">Wholesale Produce Dealer\'s License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3072&CT_URI=tcm:27-117-32">Non-Resident Frozen Food</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3207&CT_URI=tcm:27-117-32">Retail Food Handler Licenses</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3346&CT_URI=tcm:27-117-32">Wholesale Food Handler Licenses</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3347&CT_URI=tcm:27-117-32">Wholesale Food Processor or Manufacturer Licenses</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3351&CT_URI=tcm:27-117-32">Wild Rice Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9672&CT_URI=tcm:27-117-32">International Fish Buyer -Retail</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9919&CT_URI=tcm:27-117-32">Hunter Harvested Venison Donation Program</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9924&CT_URI=tcm:27-117-32">Certificate for Export/Certificate of Free Sale</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9931&CT_URI=tcm:27-117-32">Certificate of Free Sale for Animal Feed</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-11":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3112&CT_URI=tcm:27-117-32">Permit to Cut Timber</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3255&CT_URI=tcm:27-117-32">Special Product and Fuelwood Permits </option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4073&CT_URI=tcm:27-117-32">Open Burning Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9972&CT_URI=tcm:27-117-32">Firewood Producer Certification</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-12442&CT_URI=tcm:27-117-32">Certified Tree Inspector </option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-12":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2629&CT_URI=tcm:27-117-32">Agricultural Based Genetically Engineered Organism Release Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3070&CT_URI=tcm:27-117-32">Non-Agricultural Based Genetically Engineered Organism Release Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-13":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2980&CT_URI=tcm:27-117-32">License to Buy or Sell Wild Ginseng</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-14":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2907&CT_URI=tcm:27-117-32">Grain Bank License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2909&CT_URI=tcm:27-117-32">Grain Buyer\'s License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2910&CT_URI=tcm:27-117-32">Grain Buying and Storing License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9933&CT_URI=tcm:27-117-32">Processed Product Certification (Phytosanitary Certification)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-15":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-16":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2630&CT_URI=tcm:27-117-32">Agricultural Liming Material License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-17":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2997&CT_URI=tcm:27-117-32">Livestock Meat Packing Company Agent License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2998&CT_URI=tcm:27-117-32">Livestock Meat Packing Company License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-18":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3081&CT_URI=tcm:27-117-32">Nursery Stock Grower Certificate</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-19":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2768&CT_URI=tcm:27-117-32">Commercial Pesticide Applicator License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3073&CT_URI=tcm:27-117-32">Noncommercial Pesticide Applicator License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3122&CT_URI=tcm:27-117-32">Pesticide Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3123&CT_URI=tcm:27-117-32">Pesticides Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3275&CT_URI=tcm:27-117-32">Structural Pest Control Applicator (SPCA)/Company License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3578&CT_URI=tcm:27-117-32">Private Pesticide Applicator Certificate</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-20":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2766&CT_URI=tcm:27-117-32">Commercial Feed License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3125&CT_URI=tcm:27-117-32">Pet Food Processing Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4011&CT_URI=tcm:27-117-32">Commercial Feed License: Pet Food Manufacturing, Distributing and/or Guarantor (Commercial Feed License)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-20-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "2-1-20-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "2-1-21":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3190&CT_URI=tcm:27-117-32">Rendering Plant Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-22":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3220&CT_URI=tcm:27-117-32">Screenings Purchase Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-23":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2704&CT_URI=tcm:27-117-32">Brand Name for Seed Variety Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-24":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3159&CT_URI=tcm:27-117-32">Professional Soil Scientist</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3246&CT_URI=tcm:27-117-32">Soil Scientist-In-Training</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3305&CT_URI=tcm:27-117-32">Type IV Waste Disposal Operator or Inspector Certificate</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-1-25":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-2":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2767&CT_URI=tcm:27-117-32">Commercial Netting of Fish</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2929&CT_URI=tcm:27-117-32">Hot Mix Asphalt Permit</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="2-2-1">Air Emissions</option>';
			
				targetValue += '<option value="2-2-2">Air Quality</option>';
			
				targetValue += '<option value="2-2-3">Asphalt</option>';
			
				targetValue += '<option value="2-2-4">Burning</option>';
			
				targetValue += '<option value="2-2-5">Manufacturing Permits</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "2-2-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2929&CT_URI=tcm:27-117-32">Hot Mix Asphalt Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3186&CT_URI=tcm:27-117-32">Registration (Feedlot Program)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3268&CT_URI=tcm:27-117-32">State Disposal System Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3999&CT_URI=tcm:27-117-32">Capped Permits for Air Emission Facilities (Option 1 or 2)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-2-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2929&CT_URI=tcm:27-117-32">Hot Mix Asphalt Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2940&CT_URI=tcm:27-117-32">Individual Part 70 Operating Permit or State Operating Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3017&CT_URI=tcm:27-117-32">Part 70 Manufacturing General Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3071&CT_URI=tcm:27-117-32">Non-Metallic Mineral Processing General Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3187&CT_URI=tcm:27-117-32">Registration Permits (Options A, B, C, or D)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4182&CT_URI=tcm:27-117-32">Part 70 Fiberglass General Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-2-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2929&CT_URI=tcm:27-117-32">Hot Mix Asphalt Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-2-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-2-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-3":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2840&CT_URI=tcm:27-117-32">Environmental Health Specialist/Sanitarian Registration License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "2-4":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2841&CT_URI=tcm:27-117-32">Environmental Laboratory Accreditation</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "2-4-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-5":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2868&CT_URI=tcm:27-117-32">Fire Protection Sprinkler System Contractor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2869&CT_URI=tcm:27-117-32">Fire Protection Sprinkler System Design Contractor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2870&CT_URI=tcm:27-117-32">Fire Protection Sprinkler Systems Plan Review</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3002&CT_URI=tcm:27-117-32">Managing Employee Certificate (Sprinkler Fitter)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3064&CT_URI=tcm:27-117-32">Multipurpose Potable Water Piping System Contractor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3065&CT_URI=tcm:27-117-32">Multipurpose Potable Water Piping System Installer Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3263&CT_URI=tcm:27-117-32">Journeyman (Conditional/Limited/Journeyman) Sprinkler Fitter Certification</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4029&CT_URI=tcm:27-117-32">Licensed Firefighter</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-35735&CT_URI=tcm:27-117-32">Multipurpose Potable Water Piping System Journeyman Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-35743&CT_URI=tcm:27-117-32">Fire Standard Compliant Cigarettes (FSC) Certification</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "2-6":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2904&CT_URI=tcm:27-117-32">Geologist</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2905&CT_URI=tcm:27-117-32">Geologist-In-Training</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "2-7":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2763&CT_URI=tcm:27-117-32">Commercial Driver\'s License (CDL) Hazardous Materials Endorsement</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="2-7-1">Ammonia</option>';
			
				targetValue += '<option value="2-7-2">Asbestos</option>';
			
				targetValue += '<option value="2-7-3">Hazardous Waste</option>';
			
				targetValue += '<option value="2-7-4">Lead</option>';
			
				targetValue += '<option value="2-7-5">Radioactive Material Source</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "2-7-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2640&CT_URI=tcm:27-117-32">Anhydrous Ammonia Storage System Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-7-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2666&CT_URI=tcm:27-117-32">Asbestos Contractor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2667&CT_URI=tcm:27-117-32">Asbestos Inspector Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2668&CT_URI=tcm:27-117-32">Asbestos Management Planner Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2669&CT_URI=tcm:27-117-32">Asbestos Project Designer Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2670&CT_URI=tcm:27-117-32">Asbestos Site Supervisor Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2671&CT_URI=tcm:27-117-32">Asbestos Training Course Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2672&CT_URI=tcm:27-117-32">Asbestos Worker Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3571&CT_URI=tcm:27-117-32">Notification of Asbestos-Related Work and Amendments</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-7-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2915&CT_URI=tcm:27-117-32">Hazardous Waste Generator License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2916&CT_URI=tcm:27-117-32">Hazardous Waste Treatment, Storage or Disposal Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-7-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2938&CT_URI=tcm:27-117-32">Independent Examination Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2968&CT_URI=tcm:27-117-32">Lead Firm Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2969&CT_URI=tcm:27-117-32">Lead Inspector License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2971&CT_URI=tcm:27-117-32">Lead Project Designer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2972&CT_URI=tcm:27-117-32">Lead Risk Assessor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2973&CT_URI=tcm:27-117-32">Lead Sampling Technician</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2975&CT_URI=tcm:27-117-32">Lead Training Course Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2976&CT_URI=tcm:27-117-32">Lead Worker License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3079&CT_URI=tcm:27-117-32">Notification of Lead Hazard Reduction Work and Amendments</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-7-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-8":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2964&CT_URI=tcm:27-117-32">Land Surveyor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2965&CT_URI=tcm:27-117-32">Land Surveyor-In-Training</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3276&CT_URI=tcm:27-117-32">Subdivided Land Registration</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="2-8-1">Easements</option>';
			
				targetValue += '<option value="2-8-2">Fertilizers</option>';
			
				targetValue += '<option value="2-8-3">Lands, Public</option>';
			
				targetValue += '<option value="2-8-4">Pesticides</option>';
			
				targetValue += '<option value="2-8-5">Resource Management</option>';
			
				targetValue += '<option value="2-8-6">Special Events</option>';
			
				targetValue += '<option value="2-8-7">State Parks</option>';
			
				targetValue += '<option value="2-8-8">State-owned Land</option>';
			
				targetValue += '<option value="2-8-9">Storage Tanks</option>';
			
				targetValue += '<option value="2-8-10">Subdivided Lands</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "2-8-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2821&CT_URI=tcm:27-117-32">Easement  Across State-Owned Land Managed by the Minnesota Department of Natural Resources (DNR)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-8-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2712&CT_URI=tcm:27-117-32">Bulk Pesticide/Fertilizer Storage Facility or Substantial Alteration Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2864&CT_URI=tcm:27-117-32">Fertilizer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3247&CT_URI=tcm:27-117-32">Soil and Plant Amendment Product Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3259&CT_URI=tcm:27-117-32">Specialty Fertilizer Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-34826&CT_URI=tcm:27-117-32">Chemigation Permit and Chemigation Substantial Alteration Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-8-2-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "2-8-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2821&CT_URI=tcm:27-117-32">Easement  Across State-Owned Land Managed by the Minnesota Department of Natural Resources (DNR)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2977&CT_URI=tcm:27-117-32">Lease of State-Owned Land Managed by the Minnesota Department of Natural Resources (DNR)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3205&CT_URI=tcm:27-117-32">Resource Management Access Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3253&CT_URI=tcm:27-117-32">Special Events Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3255&CT_URI=tcm:27-117-32">Special Product and Fuelwood Permits </option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3271&CT_URI=tcm:27-117-32">State Metallic Minerals Lease</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3272&CT_URI=tcm:27-117-32">State Peat Lease</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3557&CT_URI=tcm:27-117-32">License to Cross Public Lands and Waters</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-12442&CT_URI=tcm:27-117-32">Certified Tree Inspector </option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-8-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2768&CT_URI=tcm:27-117-32">Commercial Pesticide Applicator License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3073&CT_URI=tcm:27-117-32">Noncommercial Pesticide Applicator License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3122&CT_URI=tcm:27-117-32">Pesticide Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3123&CT_URI=tcm:27-117-32">Pesticides Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3275&CT_URI=tcm:27-117-32">Structural Pest Control Applicator (SPCA)/Company License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3578&CT_URI=tcm:27-117-32">Private Pesticide Applicator Certificate</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-8-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3205&CT_URI=tcm:27-117-32">Resource Management Access Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-8-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3253&CT_URI=tcm:27-117-32">Special Events Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-8-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3041&CT_URI=tcm:27-117-32">Minnesota State Parks Annual Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-8-8":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-8-8-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "2-8-9":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2609&CT_URI=tcm:27-117-32">Aboveground Storage Tank (AST) Permits (>1 Million Gallons Total)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3308&CT_URI=tcm:27-117-32">Underground Storage Tank (UST) Contractor/Supervisor Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3309&CT_URI=tcm:27-117-32">Underground Storage Tank (UST) Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3310&CT_URI=tcm:27-117-32">Underground Storage of Gas or Liquids Using Natural Geologic Formations Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-8-9-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "2-8-9-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "2-8-9-3":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "2-8-10":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-9":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "2-9-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-10":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2777&CT_URI=tcm:27-117-32">Compost Facility Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2804&CT_URI=tcm:27-117-32">Demolition Debris Land Disposal Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2857&CT_URI=tcm:27-117-32">Feed Foodwaste to Animals License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2861&CT_URI=tcm:27-117-32">Feedlot Interim Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2941&CT_URI=tcm:27-117-32">Subsurface Sewage Treatment Systems License (Designers, Installers, Inspectors, Maintainers, Service Providers, Advanced Designers, and Advanced Inspectors)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3067&CT_URI=tcm:27-117-32">Municipal and Industrial NPDES/SDS Wastewater Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3250&CT_URI=tcm:27-117-32">Solid Waste Storage Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3251&CT_URI=tcm:27-117-32">Solid Waste Transfer Facility Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3268&CT_URI=tcm:27-117-32">State Disposal System Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3303&CT_URI=tcm:27-117-32">Type II Landfill Operator or Inspector Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3304&CT_URI=tcm:27-117-32">Type III Landfill Operator or Inspector Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3305&CT_URI=tcm:27-117-32">Type IV Waste Disposal Operator or Inspector Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3306&CT_URI=tcm:27-117-32">Type V Waste Disposal Operator or Inspector Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3329&CT_URI=tcm:27-117-32">Wastewater Operator Certification</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3544&CT_URI=tcm:27-117-32">Demolition Debris Disposal Facility Permit-By Rule (PBR)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3581&CT_URI=tcm:27-117-32">Solid Waste Recycling Facility Permit-By-Rule (PBR)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4181&CT_URI=tcm:27-117-32">Yard Waste Compost Facility Permit-By-Rule (PBR)</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="2-10-2">Animal Waste</option>';
			
				targetValue += '<option value="2-10-3">Feedlots</option>';
			
				targetValue += '<option value="2-10-4">Hazardous Waste</option>';
			
				targetValue += '<option value="2-10-5">Refuse-Derived Fuel Processing</option>';
			
				targetValue += '<option value="2-10-6">Solid Waste</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "2-10-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-10-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2758&CT_URI=tcm:27-117-32">Commercial Animal Waste Technician (CAWT)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-10-2-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "2-10-2-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "2-10-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2860&CT_URI=tcm:27-117-32">Feedlot Construction Short-Form Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2861&CT_URI=tcm:27-117-32">Feedlot Interim Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2863&CT_URI=tcm:27-117-32">Feedlot NPDES/SDS Permit (General and Individual)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3186&CT_URI=tcm:27-117-32">Registration (Feedlot Program)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3268&CT_URI=tcm:27-117-32">State Disposal System Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3332&CT_URI=tcm:27-117-32">Water Appropriation General Permit -Animal Feedlots & Livestock Operations</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-10-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2915&CT_URI=tcm:27-117-32">Hazardous Waste Generator License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2916&CT_URI=tcm:27-117-32">Hazardous Waste Treatment, Storage or Disposal Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-10-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3182&CT_URI=tcm:27-117-32">Refuse Derived Fuel Processing Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-10-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2804&CT_URI=tcm:27-117-32">Demolition Debris Land Disposal Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2944&CT_URI=tcm:27-117-32">Industrial Solid Waste Land Disposal Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3045&CT_URI=tcm:27-117-32">Mixed Municipal Solid Waste Land Disposal Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3066&CT_URI=tcm:27-117-32">Municipal Solid Waste Combustor Ash Land Disposal Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3250&CT_URI=tcm:27-117-32">Solid Waste Storage Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3251&CT_URI=tcm:27-117-32">Solid Waste Transfer Facility Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3303&CT_URI=tcm:27-117-32">Type II Landfill Operator or Inspector Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3304&CT_URI=tcm:27-117-32">Type III Landfill Operator or Inspector Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3306&CT_URI=tcm:27-117-32">Type V Waste Disposal Operator or Inspector Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3544&CT_URI=tcm:27-117-32">Demolition Debris Disposal Facility Permit-By Rule (PBR)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3581&CT_URI=tcm:27-117-32">Solid Waste Recycling Facility Permit-By-Rule (PBR)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4181&CT_URI=tcm:27-117-32">Yard Waste Compost Facility Permit-By-Rule (PBR)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-11":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2654&CT_URI=tcm:27-117-32">Application for a Permit to Control: Aquatic Plants, Algae, Swimmer\'s Itch, and Leeches</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2660&CT_URI=tcm:27-117-32">Aquaculture License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3068&CT_URI=tcm:27-117-32">Mussel Collecting Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3121&CT_URI=tcm:27-117-32">Permit to Transplant and/or Collect Aquatic Vegetation</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3165&CT_URI=tcm:27-117-32">Public Waters Work Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3329&CT_URI=tcm:27-117-32">Wastewater Operator Certification</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3342&CT_URI=tcm:27-117-32">Water Supply System Operator Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3585&CT_URI=tcm:27-117-32">Wells and Borings: Dewatering Well Contractor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3586&CT_URI=tcm:27-117-32">Wells and Borings: Drive Point / Dug Well Contractor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3587&CT_URI=tcm:27-117-32">Wells and Borings: Elevator Boring Contractor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3588&CT_URI=tcm:27-117-32">Wells and Borings: Explorer License (Exploratory Borings)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3589&CT_URI=tcm:27-117-32">Wells and Borings: Monitoring Well Contractor Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3590&CT_URI=tcm:27-117-32">Wells and Borings: Pump Installer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3591&CT_URI=tcm:27-117-32">Wells and Borings: Screen & Pitless Contractor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3592&CT_URI=tcm:27-117-32">Wells and Borings: Vertical Heat Exchanger Contractor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3593&CT_URI=tcm:27-117-32">Wells and Borings: Well Contractor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3594&CT_URI=tcm:27-117-32">Wells and Borings: Well Sealing Contractor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4185&CT_URI=tcm:27-117-32">Infested Waters Appropriation & Transport Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4187&CT_URI=tcm:27-117-32">Prohibited and Regulated Invasive Species Permits</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13703&CT_URI=tcm:27-117-32">Commercial Mechanical Control Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-30960&CT_URI=tcm:27-117-32">Application / Permit to Use Radio/Cellular Telephone Equipment to Assist in Taking Unprotected Animals</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-36125&CT_URI=tcm:27-117-32">Application and Disability Permit - Hunt from a Standing Motor Vehicle</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-36133&CT_URI=tcm:27-117-32">Application and Disability Permit -Take Big Game, Small Game, and/or Rough Fish with a Crossbow</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-36138&CT_URI=tcm:27-117-32">Application and Special Permit to Train Dogs Afield</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="2-11-1">Aquaculture</option>';
			
				targetValue += '<option value="2-11-2">Aquatic Plants</option>';
			
				targetValue += '<option value="2-11-3">Dam Safety</option>';
			
				targetValue += '<option value="2-11-4">Drainage</option>';
			
				targetValue += '<option value="2-11-5">Fisheries</option>';
			
				targetValue += '<option value="2-11-6">Hospitals</option>';
			
				targetValue += '<option value="2-11-7">Hydrostatic Testing</option>';
			
				targetValue += '<option value="2-11-8">Mussels</option>';
			
				targetValue += '<option value="2-11-9">Water Appropriation</option>';
			
				targetValue += '<option value="2-11-10">Water Conditioning</option>';
			
				targetValue += '<option value="2-11-11">Water Quality</option>';
			
				targetValue += '<option value="2-11-12">Water Supply</option>';
			
				targetValue += '<option value="2-11-13">Water Wells and Borings</option>';
			
				targetValue += '<option value="2-11-14">Waters, Public</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "2-11-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2660&CT_URI=tcm:27-117-32">Aquaculture License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3068&CT_URI=tcm:27-117-32">Mussel Collecting Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-11-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2654&CT_URI=tcm:27-117-32">Application for a Permit to Control: Aquatic Plants, Algae, Swimmer\'s Itch, and Leeches</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3121&CT_URI=tcm:27-117-32">Permit to Transplant and/or Collect Aquatic Vegetation</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13703&CT_URI=tcm:27-117-32">Commercial Mechanical Control Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-30960&CT_URI=tcm:27-117-32">Application / Permit to Use Radio/Cellular Telephone Equipment to Assist in Taking Unprotected Animals</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-36125&CT_URI=tcm:27-117-32">Application and Disability Permit - Hunt from a Standing Motor Vehicle</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-36133&CT_URI=tcm:27-117-32">Application and Disability Permit -Take Big Game, Small Game, and/or Rough Fish with a Crossbow</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-36138&CT_URI=tcm:27-117-32">Application and Special Permit to Train Dogs Afield</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-11-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2802&CT_URI=tcm:27-117-32">Dam Safety Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-11-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2815&CT_URI=tcm:27-117-32">Drainage Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-11-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-11-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2927&CT_URI=tcm:27-117-32">Hospitals</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-11-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-11-8":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3068&CT_URI=tcm:27-117-32">Mussel Collecting Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-11-9":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3332&CT_URI=tcm:27-117-32">Water Appropriation General Permit -Animal Feedlots & Livestock Operations</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3334&CT_URI=tcm:27-117-32">Water Appropriation General Permit -Temporary Projects</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3335&CT_URI=tcm:27-117-32">Water Appropriation Irrigation Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3336&CT_URI=tcm:27-117-32">Water Appropriation Non-Irrigation Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4185&CT_URI=tcm:27-117-32">Infested Waters Appropriation & Transport Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4187&CT_URI=tcm:27-117-32">Prohibited and Regulated Invasive Species Permits</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-11-9-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "2-11-9-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "2-11-10":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-11-11":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2860&CT_URI=tcm:27-117-32">Feedlot Construction Short-Form Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2861&CT_URI=tcm:27-117-32">Feedlot Interim Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2863&CT_URI=tcm:27-117-32">Feedlot NPDES/SDS Permit (General and Individual)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3186&CT_URI=tcm:27-117-32">Registration (Feedlot Program)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3212&CT_URI=tcm:27-117-32">SDS Pretreatment General Permit (MNP)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3215&CT_URI=tcm:27-117-32">Sanitary Sewer Extension Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3268&CT_URI=tcm:27-117-32">State Disposal System Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3329&CT_URI=tcm:27-117-32">Wastewater Operator Certification</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3573&CT_URI=tcm:27-117-32">NPDES/SDS Municipal Stormwater Permits</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4001&CT_URI=tcm:27-117-32">NPDES/SDS Construction Stormwater General Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4068&CT_URI=tcm:27-117-32">NPDES/SDS Industrial Stormwater General Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-11-12":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3342&CT_URI=tcm:27-117-32">Water Supply System Operator Certificate</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-11-13":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3585&CT_URI=tcm:27-117-32">Wells and Borings: Dewatering Well Contractor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3586&CT_URI=tcm:27-117-32">Wells and Borings: Drive Point / Dug Well Contractor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3587&CT_URI=tcm:27-117-32">Wells and Borings: Elevator Boring Contractor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3588&CT_URI=tcm:27-117-32">Wells and Borings: Explorer License (Exploratory Borings)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3589&CT_URI=tcm:27-117-32">Wells and Borings: Monitoring Well Contractor Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3590&CT_URI=tcm:27-117-32">Wells and Borings: Pump Installer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3591&CT_URI=tcm:27-117-32">Wells and Borings: Screen & Pitless Contractor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3592&CT_URI=tcm:27-117-32">Wells and Borings: Vertical Heat Exchanger Contractor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3593&CT_URI=tcm:27-117-32">Wells and Borings: Well Contractor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3594&CT_URI=tcm:27-117-32">Wells and Borings: Well Sealing Contractor License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-11-14":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2802&CT_URI=tcm:27-117-32">Dam Safety Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2959&CT_URI=tcm:27-117-32">Lake Aeration Systems Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3165&CT_URI=tcm:27-117-32">Public Waters Work Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3332&CT_URI=tcm:27-117-32">Water Appropriation General Permit -Animal Feedlots & Livestock Operations</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3334&CT_URI=tcm:27-117-32">Water Appropriation General Permit -Temporary Projects</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3336&CT_URI=tcm:27-117-32">Water Appropriation Non-Irrigation Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3546&CT_URI=tcm:27-117-32">Fishing Tournament Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "2-11-14-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3":
				
				targetLicenseValue = '<select name="browseSelect2" id="browseSelect2" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect2" id="browseSelect2" onchange="grabSelectionResults(this.id, \'browseGroup3\', \'browseSelect3\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetValue += '<option value="3-1">Agriculture Professionals</option>';
			
				targetValue += '<option value="3-2">Archaeological Fieldwork</option>';
			
				targetValue += '<option value="3-3">Building Professionals</option>';
			
				targetValue += '<option value="3-4">Employment Professionals</option>';
			
				targetValue += '<option value="3-5">Environment Professionals</option>';
			
				targetValue += '<option value="3-6">Financial Professionals</option>';
			
				targetValue += '<option value="3-7">Health Professionals</option>';
			
				targetValue += '<option value="3-8">Insurance Professionals</option>';
			
				targetValue += '<option value="3-9">Landscape Professionals</option>';
			
				targetValue += '<option value="3-10">Law Enforcement</option>';
			
				targetValue += '<option value="3-11">Legal Professionals</option>';
			
				targetValue += '<option value="3-12">Lobbyists</option>';
			
				targetValue += '<option value="3-13">Mental Health Professionals</option>';
			
				targetValue += '<option value="3-14">Morticians</option>';
			
				targetValue += '<option value="3-15">Pawnbrokers</option>';
			
				targetValue += '<option value="3-16">Personal Services</option>';
			
				targetValue += '<option value="3-17">Real Property</option>';
			
				targetValue += '<option value="3-18">Teachers and Education</option>';
			
				targetValue += '<option value="3-19">Technology Professionals</option>';
			
				targetValue += '<option value="3-20">Transportation Professionals</option>';
			
		targetValue += '</select>';
		targetLevel = 2;
		break;

				

		case "3-1":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetValue += '<option value="3-1-1">Food Professionals</option>';
			
				targetValue += '<option value="3-1-2">Grain Buyers</option>';
			
				targetValue += '<option value="3-1-3">Taxidermists</option>';
			
				targetValue += '<option value="3-1-4">Veterinary Medicine</option>';
			
				targetValue += '<option value="3-1-5">Wild Rice Dealers</option>';
			
				targetValue += '<option value="3-1-6">Wildlife</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "3-1-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2840&CT_URI=tcm:27-117-32">Environmental Health Specialist/Sanitarian Registration License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2887&CT_URI=tcm:27-117-32">Food Manager Certification</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2888&CT_URI=tcm:27-117-32">Food, Beverage and Lodging License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-1-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-1-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3284&CT_URI=tcm:27-117-32">Taxidermist License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-1-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2641&CT_URI=tcm:27-117-32">Animal Chiropractic Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2843&CT_URI=tcm:27-117-32">Equine Teeth Floating</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3190&CT_URI=tcm:27-117-32">Rendering Plant Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3296&CT_URI=tcm:27-117-32">Testing Agent Authorization</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9592&CT_URI=tcm:27-117-32">Veterinarian Professional Firm Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-1-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3351&CT_URI=tcm:27-117-32">Wild Rice Dealer License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-1-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2643&CT_URI=tcm:27-117-32">Animal Exhibition Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3597&CT_URI=tcm:27-117-32">Wildlife Rehabilitations Permits</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-30962&CT_URI=tcm:27-117-32">Falconry Permits</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-2":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2662&CT_URI=tcm:27-117-32">Archaeological Fieldwork</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4125&CT_URI=tcm:27-117-32">Burial Site Assessment Archaeological License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "3-3":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetValue += '<option value="3-3-1">Abstracters</option>';
			
				targetValue += '<option value="3-3-2">Apprenticeships</option>';
			
				targetValue += '<option value="3-3-3">Architecture</option>';
			
				targetValue += '<option value="3-3-4">Assessors</option>';
			
				targetValue += '<option value="3-3-5">Boiler Operating Engineers</option>';
			
				targetValue += '<option value="3-3-6">Building Movers</option>';
			
				targetValue += '<option value="3-3-7">Crane Operators</option>';
			
				targetValue += '<option value="3-3-8">Electricians</option>';
			
				targetValue += '<option value="3-3-9">Engineering</option>';
			
				targetValue += '<option value="3-3-10">Exploratory Borers</option>';
			
				targetValue += '<option value="3-3-11">Interior Designers</option>';
			
				targetValue += '<option value="3-3-12">Manufactured Homes Installer</option>';
			
				targetValue += '<option value="3-3-13">Pipefitters</option>';
			
				targetValue += '<option value="3-3-14">Plumbers</option>';
			
				targetValue += '<option value="3-3-15">Rehabilitation Professionals</option>';
			
				targetValue += '<option value="3-3-16">Remodelers</option>';
			
				targetValue += '<option value="3-3-17">Residential Building Contractors</option>';
			
				targetValue += '<option value="3-3-18">Roofers</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "3-3-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2611&CT_URI=tcm:27-117-32">Abstracter</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2803&CT_URI=tcm:27-117-32">Day Training and Habilitation (DT & H) Services for Persons with Developmental Disabilities </option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2863&CT_URI=tcm:27-117-32">Feedlot NPDES/SDS Permit (General and Individual)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4069&CT_URI=tcm:27-117-32">Unlicensed High Pressure Pipefitter (HPP) Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-30943&CT_URI=tcm:27-117-32">Unlicensed Individual (Electrical Worker, Elevator Constructor and Power Limited Technician) Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-3-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2656&CT_URI=tcm:27-117-32">Apprenticeship Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-3-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2664&CT_URI=tcm:27-117-32">Architect</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-3-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2674&CT_URI=tcm:27-117-32">Assessor Certification: Various Classes</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-3-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2696&CT_URI=tcm:27-117-32">Boiler Engineer: Ten Classes</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-3-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2710&CT_URI=tcm:27-117-32">Building Mover License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-3-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2789&CT_URI=tcm:27-117-32">Crane Operator Certification</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-3-8":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2823&CT_URI=tcm:27-117-32">Electrical Contractor Class A</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2824&CT_URI=tcm:27-117-32">Electrical Contractor Class B</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2825&CT_URI=tcm:27-117-32">Electrical Installer Class A</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2826&CT_URI=tcm:27-117-32">Electrical Installer Class B</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2831&CT_URI=tcm:27-117-32">Journeyman Elevator Constructor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2832&CT_URI=tcm:27-117-32">Elevator Contractor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2957&CT_URI=tcm:27-117-32">Journeyman Electrician Class A</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2989&CT_URI=tcm:27-117-32">Lineman </option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3000&CT_URI=tcm:27-117-32">Maintenance Electrician</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3019&CT_URI=tcm:27-117-32">Master Electrician Class A</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3020&CT_URI=tcm:27-117-32">Master Elevator Constructor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3145&CT_URI=tcm:27-117-32">Power Limited Technician</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3288&CT_URI=tcm:27-117-32">Technology Systems Contractor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4071&CT_URI=tcm:27-117-32">Journeyman Electrician Class B</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4072&CT_URI=tcm:27-117-32">Master Electrician Class B</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-30943&CT_URI=tcm:27-117-32">Unlicensed Individual (Electrical Worker, Elevator Constructor and Power Limited Technician) Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-35365&CT_URI=tcm:27-117-32">Sign Contractor Bond</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-3-9":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2839&CT_URI=tcm:27-117-32">Engineer-In-Training</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3156&CT_URI=tcm:27-117-32">Professional Engineer</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-3-10":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-3-10-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-3-11":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2735&CT_URI=tcm:27-117-32">Certified Interior Designer</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-3-12":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-3-13":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2922&CT_URI=tcm:27-117-32">High Pressure Pipefitter (HPP) Contractor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-35140&CT_URI=tcm:27-117-32">High Pressure Pipefitter (HPP) Journeyman </option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-3-13-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-3-14":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3022&CT_URI=tcm:27-117-32">Plumbing Contractor Code Compliance Bond</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3139&CT_URI=tcm:27-117-32">Apprentice Plumber Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3140&CT_URI=tcm:27-117-32">Journeyman Plumber License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3141&CT_URI=tcm:27-117-32">Master Plumber License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3338&CT_URI=tcm:27-117-32">Water Conditioning Contractor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3340&CT_URI=tcm:27-117-32">Water Conditioning Installer</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4107&CT_URI=tcm:27-117-32">Certified Pipelayer</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-35143&CT_URI=tcm:27-117-32">Plumbing Contractor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-35151&CT_URI=tcm:27-117-32">Restricted Plumbing Contractor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-35167&CT_URI=tcm:27-117-32">Backflow Prevention Certification</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-3-14-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-3-14-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-3-15":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-3-16":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-3-17":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3202&CT_URI=tcm:27-117-32">Residential Roofer</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3736&CT_URI=tcm:27-117-32">Residential Building Contractor/Remodeler</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-3-17-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-3-17-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-3-18":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3202&CT_URI=tcm:27-117-32">Residential Roofer</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3736&CT_URI=tcm:27-117-32">Residential Building Contractor/Remodeler</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-3-18-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-4":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2833&CT_URI=tcm:27-117-32">Employee Leasing Company Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2834&CT_URI=tcm:27-117-32">Employee Leasing Company Registration Exemption</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="3-4-1">Apprenticeships</option>';
			
				targetValue += '<option value="3-4-2">Employee Training</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "3-4-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2656&CT_URI=tcm:27-117-32">Apprenticeship Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-4-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-5":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetValue += '<option value="3-5-1">Commercial Pesticide Applicators</option>';
			
				targetValue += '<option value="3-5-2">Environmental Health Specialists</option>';
			
				targetValue += '<option value="3-5-3">Exploratory Borers</option>';
			
				targetValue += '<option value="3-5-4">Guides</option>';
			
				targetValue += '<option value="3-5-5">Land Surveyors</option>';
			
				targetValue += '<option value="3-5-6">Lead Workers</option>';
			
				targetValue += '<option value="3-5-7">Radiation</option>';
			
				targetValue += '<option value="3-5-8">Sanitarians</option>';
			
				targetValue += '<option value="3-5-9">Taxidermists</option>';
			
				targetValue += '<option value="3-5-10">Tree Spaders</option>';
			
				targetValue += '<option value="3-5-11">Wildlife</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "3-5-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-5-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2840&CT_URI=tcm:27-117-32">Environmental Health Specialist/Sanitarian Registration License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-5-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-5-3-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-5-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2981&CT_URI=tcm:27-117-32">Bear Hunting Outfitter License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-5-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2964&CT_URI=tcm:27-117-32">Land Surveyor</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-5-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2938&CT_URI=tcm:27-117-32">Independent Examination Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2968&CT_URI=tcm:27-117-32">Lead Firm Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2969&CT_URI=tcm:27-117-32">Lead Inspector License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2971&CT_URI=tcm:27-117-32">Lead Project Designer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2972&CT_URI=tcm:27-117-32">Lead Risk Assessor License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2973&CT_URI=tcm:27-117-32">Lead Sampling Technician</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2975&CT_URI=tcm:27-117-32">Lead Training Course Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2976&CT_URI=tcm:27-117-32">Lead Worker License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3079&CT_URI=tcm:27-117-32">Notification of Lead Hazard Reduction Work and Amendments</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-5-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3175&CT_URI=tcm:27-117-32">Radioactive Materials Licensing</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3553&CT_URI=tcm:27-117-32">Ionizing Radiation Producing Equipment Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3598&CT_URI=tcm:27-117-32">X-ray Equipment Operator Test</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13357&CT_URI=tcm:27-117-32">Radiation Producing Equipment Service Provider Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-5-8":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-5-9":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3284&CT_URI=tcm:27-117-32">Taxidermist License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-5-10":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-5-11":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2643&CT_URI=tcm:27-117-32">Animal Exhibition Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3597&CT_URI=tcm:27-117-32">Wildlife Rehabilitations Permits</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-30962&CT_URI=tcm:27-117-32">Falconry Permits</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-6":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2866&CT_URI=tcm:27-117-32">Financial Counselor or Planner Disclosure Document</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3061&CT_URI=tcm:27-117-32">Motor Vehicle Finance Company</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3189&CT_URI=tcm:27-117-32">Regulated Lender License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-33686&CT_URI=tcm:27-117-32">Investment Adviser</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="3-6-1">Accountants</option>';
			
				targetValue += '<option value="3-6-2">Banking</option>';
			
				targetValue += '<option value="3-6-3">Brokers</option>';
			
				targetValue += '<option value="3-6-4">Certified Public Accountants (CPAs)</option>';
			
				targetValue += '<option value="3-6-5">Debt Collection</option>';
			
				targetValue += '<option value="3-6-6">Debt Management</option>';
			
				targetValue += '<option value="3-6-7">Financial Counselors/Planners</option>';
			
				targetValue += '<option value="3-6-8">Investment Advisors</option>';
			
				targetValue += '<option value="3-6-9">Loans and Lenders</option>';
			
				targetValue += '<option value="3-6-10">Mortgage Brokers/Lenders</option>';
			
				targetValue += '<option value="3-6-11">Mortgage Professionals</option>';
			
				targetValue += '<option value="3-6-12">Notary Public</option>';
			
				targetValue += '<option value="3-6-13">Payroll Services</option>';
			
				targetValue += '<option value="3-6-14">Registered Accounting Practitioner (RAP)</option>';
			
				targetValue += '<option value="3-6-15">Securities Professionals</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "3-6-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2715&CT_URI=tcm:27-117-32">Certified Public Accountant (CPA) Firm Not In Minnesota</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2716&CT_URI=tcm:27-117-32">Certified Public Accountant (CPA) Limited Liability Company</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2717&CT_URI=tcm:27-117-32">Certified Public Accountant (CPA) Limited Liability Partnership</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2718&CT_URI=tcm:27-117-32">Certified Public Accountant (CPA) Partnership</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2738&CT_URI=tcm:27-117-32">Certified Public Accountant (CPA)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3069&CT_URI=tcm:27-117-32">Non CPA Owner</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3183&CT_URI=tcm:27-117-32">Registered Accounting Practitioner (RAP)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3248&CT_URI=tcm:27-117-32">Certified Public Accountant (CPA) - Sole Proprietor Firm</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-6-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2721&CT_URI=tcm:27-117-32">Capital Stock Savings Bank</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2809&CT_URI=tcm:27-117-32">Detached Facility</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2829&CT_URI=tcm:27-117-32">Electronic Funds Transmission (EFT) Facility Authorization</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2954&CT_URI=tcm:27-117-32">Interstate Bank Mergers and Branching</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2955&CT_URI=tcm:27-117-32">Interstate Trust-Trust Office or Representative Trust Office</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3032&CT_URI=tcm:27-117-32">Minnesota Bank or Trust Company Mergers</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3166&CT_URI=tcm:27-117-32">Purchase and Assumption Application</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3266&CT_URI=tcm:27-117-32">State Bank Charter or Trust Company Charter or Industrial Loan & Thrift Company With Deposit-Taking Powers</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3267&CT_URI=tcm:27-117-32">State Bank Trust Authority</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3580&CT_URI=tcm:27-117-32">Safe Deposit Company License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-32801&CT_URI=tcm:27-117-32">Credit Union Certificate of Organization</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-6-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2707&CT_URI=tcm:27-117-32">Brokers License to Represent a Distillery, Winery or Importer</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2885&CT_URI=tcm:27-117-32">Food Broker License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3059&CT_URI=tcm:27-117-32">Motor Vehicle Dealers License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3179&CT_URI=tcm:27-117-32">Real Estate Limited Broker</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3180&CT_URI=tcm:27-117-32">Real Estate Salesperson; Real Estate Broker</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3327&CT_URI=tcm:27-117-32">Viatical Settlement Broker</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3328&CT_URI=tcm:27-117-32">Viatical Settlement Provider</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-34957&CT_URI=tcm:27-117-32">Real Estate Company</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-6-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2718&CT_URI=tcm:27-117-32">Certified Public Accountant (CPA) Partnership</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2738&CT_URI=tcm:27-117-32">Certified Public Accountant (CPA)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3069&CT_URI=tcm:27-117-32">Non CPA Owner</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-6-4-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-6-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2755&CT_URI=tcm:27-117-32">Collection Agency Certificate of Exemption</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2756&CT_URI=tcm:27-117-32">Collection Agency and Debt Collector</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2790&CT_URI=tcm:27-117-32">Credit Services Organization Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-6-5-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-6-5-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-6-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3543&CT_URI=tcm:27-117-32">Debt Management Services Provider Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-6-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2790&CT_URI=tcm:27-117-32">Credit Services Organization Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2866&CT_URI=tcm:27-117-32">Financial Counselor or Planner Disclosure Document</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-33686&CT_URI=tcm:27-117-32">Investment Adviser</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-6-8":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3224&CT_URI=tcm:27-117-32">Securities Agent, Securities Broker-Dealer</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-33686&CT_URI=tcm:27-117-32">Investment Adviser</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-6-9":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2779&CT_URI=tcm:27-117-32">Consumer Small Loan Lender (Payday Lender)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2943&CT_URI=tcm:27-117-32">Industrial Loan and Thrift Company</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3061&CT_URI=tcm:27-117-32">Motor Vehicle Finance Company</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3189&CT_URI=tcm:27-117-32">Regulated Lender License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-32801&CT_URI=tcm:27-117-32">Credit Union Certificate of Organization</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-6-9-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-6-10":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2612&CT_URI=tcm:27-117-32">Accelerated Mortgage Payment Provider</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3198&CT_URI=tcm:27-117-32">Residential Mortgage Education Course Approval</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3201&CT_URI=tcm:27-117-32">Residential Mortgage Originator or Servicer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-6062&CT_URI=tcm:27-117-32">Resident Closing Agent</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-6-11":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2612&CT_URI=tcm:27-117-32">Accelerated Mortgage Payment Provider</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3198&CT_URI=tcm:27-117-32">Residential Mortgage Education Course Approval</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3199&CT_URI=tcm:27-117-32">Real Estate Sponsor/Coordinator Approval</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3201&CT_URI=tcm:27-117-32">Residential Mortgage Originator or Servicer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-6062&CT_URI=tcm:27-117-32">Resident Closing Agent</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-6-12":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3078&CT_URI=tcm:27-117-32">Notary Public Commission</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-6-13":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3107&CT_URI=tcm:27-117-32">Payroll Services Registration (Third Party Bulk Filer)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-6-14":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3058&CT_URI=tcm:27-117-32">Unified Carrier Registration Agreement (UCR)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3183&CT_URI=tcm:27-117-32">Registered Accounting Practitioner (RAP)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3184&CT_URI=tcm:27-117-32">Registered Accounting Practitioner (RAP) Firm</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-6-14-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-6-15":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3224&CT_URI=tcm:27-117-32">Securities Agent, Securities Broker-Dealer</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3226&CT_URI=tcm:27-117-32">Securities for Sale Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-33686&CT_URI=tcm:27-117-32">Investment Adviser</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3093&CT_URI=tcm:27-117-32">Occupational Therapy (OT) Practitioner / Occupational Therapy Assistant (OTA) Licenses</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3164&CT_URI=tcm:27-117-32">Public Health Nurse Registration Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3261&CT_URI=tcm:27-117-32">Speech-Language Pathologist License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3325&CT_URI=tcm:27-117-32">Veterinarian</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-11597&CT_URI=tcm:27-117-32">Nursing Home Administrator</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="3-7-1">Acupuncture</option>';
			
				targetValue += '<option value="3-7-2">Alternative Health Care</option>';
			
				targetValue += '<option value="3-7-3">Athletic Trainers</option>';
			
				targetValue += '<option value="3-7-4">Audiology</option>';
			
				targetValue += '<option value="3-7-5">Chiropractors</option>';
			
				targetValue += '<option value="3-7-6">Dentistry</option>';
			
				targetValue += '<option value="3-7-7">Dietitians</option>';
			
				targetValue += '<option value="3-7-8">Doulas</option>';
			
				targetValue += '<option value="3-7-9">Emergency Medical Services (EMS)</option>';
			
				targetValue += '<option value="3-7-10">Hearing Aid Dispensers</option>';
			
				targetValue += '<option value="3-7-11">Home Management Services</option>';
			
				targetValue += '<option value="3-7-12">Medical Practice</option>';
			
				targetValue += '<option value="3-7-13">Midwifery</option>';
			
				targetValue += '<option value="3-7-14">Nursing</option>';
			
				targetValue += '<option value="3-7-15">Nursing Home Administrators</option>';
			
				targetValue += '<option value="3-7-16">Nutritionist</option>';
			
				targetValue += '<option value="3-7-17">Occupational Therapy</option>';
			
				targetValue += '<option value="3-7-18">Optometry</option>';
			
				targetValue += '<option value="3-7-19">Pharmacists</option>';
			
				targetValue += '<option value="3-7-20">Physical Therapy Practice</option>';
			
				targetValue += '<option value="3-7-21">Physician Assistants</option>';
			
				targetValue += '<option value="3-7-22">Physicians</option>';
			
				targetValue += '<option value="3-7-23">Podiatric Medicine</option>';
			
				targetValue += '<option value="3-7-24">Podiatrists</option>';
			
				targetValue += '<option value="3-7-25">Psychology Practice</option>';
			
				targetValue += '<option value="3-7-26">Qualified Rehabilitation Consultants (QRCs)</option>';
			
				targetValue += '<option value="3-7-27">Radiation</option>';
			
				targetValue += '<option value="3-7-28">Respiratory Therapists</option>';
			
				targetValue += '<option value="3-7-29">Social Workers</option>';
			
				targetValue += '<option value="3-7-30">Speech-Language Pathologists</option>';
			
				targetValue += '<option value="3-7-31">Veterinary Medicine</option>';
			
				targetValue += '<option value="3-7-32">X-Ray Operators</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "3-7-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2620&CT_URI=tcm:27-117-32">Acupuncture Practitioner</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13726&CT_URI=tcm:27-117-32">Acupuncture Registration </option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13729&CT_URI=tcm:27-117-32">Chiropractic, Doctor of </option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13735&CT_URI=tcm:27-117-32">Graduate Preceptor Registration (GPP) </option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13736&CT_URI=tcm:27-117-32">Independent Examiner Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3313&CT_URI=tcm:27-117-32">Unlicensed Complementary and Alternative Health Care Practitioners</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-2-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-7-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2679&CT_URI=tcm:27-117-32">Athletic Trainer Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2681&CT_URI=tcm:27-117-32">Audiologist</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2920&CT_URI=tcm:27-117-32">Hearing Instrument Dispenser Certification</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2641&CT_URI=tcm:27-117-32">Animal Chiropractic Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3579&CT_URI=tcm:27-117-32">Professional Firm Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13726&CT_URI=tcm:27-117-32">Acupuncture Registration </option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13729&CT_URI=tcm:27-117-32">Chiropractic, Doctor of </option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13735&CT_URI=tcm:27-117-32">Graduate Preceptor Registration (GPP) </option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13736&CT_URI=tcm:27-117-32">Independent Examiner Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2806&CT_URI=tcm:27-117-32">Dental Guest Licenses</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2843&CT_URI=tcm:27-117-32">Equine Teeth Floating</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4077&CT_URI=tcm:27-117-32">Dentist</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4078&CT_URI=tcm:27-117-32">Dental Hygienist</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4082&CT_URI=tcm:27-117-32">Dental Assistant</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-35244&CT_URI=tcm:27-117-32">Dental Therapist / Advanced Dental Therapist</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2811&CT_URI=tcm:27-117-32">Dietitian License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-8":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3562&CT_URI=tcm:27-117-32">Minnesota Doula Registry</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-9":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2598&CT_URI=tcm:27-117-32">Emergency Medical Technician (EMT) Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2600&CT_URI=tcm:27-117-32">Medical Response Unit Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3924&CT_URI=tcm:27-117-32">First Responder Registration </option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4084&CT_URI=tcm:27-117-32">Training Program Coordinator </option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-9-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-7-10":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2921&CT_URI=tcm:27-117-32">Hearing Instrument Dispenser Trainee</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-11":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2926&CT_URI=tcm:27-117-32">Home Management Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-12":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3134&CT_URI=tcm:27-117-32">Physician (Medical Doctor and Doctor of Osteopathy)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3136&CT_URI=tcm:27-117-32">Physician Assistant License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3142&CT_URI=tcm:27-117-32">Podiatrist</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3206&CT_URI=tcm:27-117-32">Respiratory Therapist License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3569&CT_URI=tcm:27-117-32">Naturopathic Doctor Registry</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3582&CT_URI=tcm:27-117-32">Telemedicine Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-34403&CT_URI=tcm:27-117-32">Professional Firm Registration -MN Board of Medical Practice</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-13":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-14":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2604&CT_URI=tcm:27-117-32">Advanced Practice Registered Nurse (APRN) Registry</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2605&CT_URI=tcm:27-117-32">Advanced Practice Registered Nurse (APRN) Verification for DEA Number</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2657&CT_URI=tcm:27-117-32">Approval of Practical Nursing Programs</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2658&CT_URI=tcm:27-117-32">Approval of Professional (Registered) Nursing Programs</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2698&CT_URI=tcm:27-117-32">Border State Registry</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2985&CT_URI=tcm:27-117-32">Licensed Practical Nurse (LPN)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3158&CT_URI=tcm:27-117-32">Professional Nursing Firms Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3278&CT_URI=tcm:27-117-32">Supplemental Nursing Services Agency Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3576&CT_URI=tcm:27-117-32">Nursing Assistant Registry (NAR)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-11597&CT_URI=tcm:27-117-32">Nursing Home Administrator</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-15":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-11597&CT_URI=tcm:27-117-32">Nursing Home Administrator</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-16":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3086&CT_URI=tcm:27-117-32">Nutritionist License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-17":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3093&CT_URI=tcm:27-117-32">Occupational Therapy (OT) Practitioner / Occupational Therapy Assistant (OTA) Licenses</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-18":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3100&CT_URI=tcm:27-117-32">Optometrist</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-19":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3128&CT_URI=tcm:27-117-32">Pharmacy Intern Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3129&CT_URI=tcm:27-117-32">Pharmacy License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3130&CT_URI=tcm:27-117-32">Pharmacy Professional Corporation</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3131&CT_URI=tcm:27-117-32">Pharmacy Technician Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-20":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3132&CT_URI=tcm:27-117-32">Physical Therapist Assistant License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3133&CT_URI=tcm:27-117-32">Physical Therapist License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-21":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-22":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-34403&CT_URI=tcm:27-117-32">Professional Firm Registration -MN Board of Medical Practice</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-22-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-7-22-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-7-23":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-24":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-25":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2987&CT_URI=tcm:27-117-32">Licensed Psychologist (LP); Licensed Psychological Practitioner (LPP)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-26":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3167&CT_URI=tcm:27-117-32">Qualified Rehabilitation Consultants, QRC Firms, and Registered Rehabilitation Vendors</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-26-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-7-27":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3175&CT_URI=tcm:27-117-32">Radioactive Materials Licensing</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3553&CT_URI=tcm:27-117-32">Ionizing Radiation Producing Equipment Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3598&CT_URI=tcm:27-117-32">X-ray Equipment Operator Test</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13357&CT_URI=tcm:27-117-32">Radiation Producing Equipment Service Provider Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-28":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-29":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3244&CT_URI=tcm:27-117-32">Social Worker License (Various Classes)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-30":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3261&CT_URI=tcm:27-117-32">Speech-Language Pathologist License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-31":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2641&CT_URI=tcm:27-117-32">Animal Chiropractic Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2843&CT_URI=tcm:27-117-32">Equine Teeth Floating</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3190&CT_URI=tcm:27-117-32">Rendering Plant Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3296&CT_URI=tcm:27-117-32">Testing Agent Authorization</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9592&CT_URI=tcm:27-117-32">Veterinarian Professional Firm Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-7-32":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3553&CT_URI=tcm:27-117-32">Ionizing Radiation Producing Equipment Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3598&CT_URI=tcm:27-117-32">X-ray Equipment Operator Test</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13357&CT_URI=tcm:27-117-32">Radiation Producing Equipment Service Provider Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-8":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2725&CT_URI=tcm:27-117-32">Catastrophe Adjuster Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2794&CT_URI=tcm:27-117-32">Crop Hail Adjuster</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2945&CT_URI=tcm:27-117-32">Insurance Adjusters</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2946&CT_URI=tcm:27-117-32">Insurance Agency</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2947&CT_URI=tcm:27-117-32">Insurance Agent</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2949&CT_URI=tcm:27-117-32">Insurance Agent (Line item for Bailbondsmen)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3297&CT_URI=tcm:27-117-32">Third Party Administrator License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3327&CT_URI=tcm:27-117-32">Viatical Settlement Broker</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3328&CT_URI=tcm:27-117-32">Viatical Settlement Provider</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3551&CT_URI=tcm:27-117-32">Insurance Premium Finance Company</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9314&CT_URI=tcm:27-117-32">Portable Electronics Insurance Vendor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-33687&CT_URI=tcm:27-117-32">Managing General Agent</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-33719&CT_URI=tcm:27-117-32">Purchasing Groups</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="3-8-1">Adjuster</option>';
			
				targetValue += '<option value="3-8-2">Bailbondsmen</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "3-8-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2725&CT_URI=tcm:27-117-32">Catastrophe Adjuster Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2794&CT_URI=tcm:27-117-32">Crop Hail Adjuster</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2880&CT_URI=tcm:27-117-32">Fish Smoking Operation Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2945&CT_URI=tcm:27-117-32">Insurance Adjusters</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-8-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2949&CT_URI=tcm:27-117-32">Insurance Agent (Line item for Bailbondsmen)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-9":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3047&CT_URI=tcm:27-117-32">Mn/DOT Landscape Specialist Certification</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="3-9-1">Landscape Architects</option>';
			
				targetValue += '<option value="3-9-2">Landscape Specialists</option>';
			
				targetValue += '<option value="3-9-3">Landscapers</option>';
			
				targetValue += '<option value="3-9-4">Tree Spaders</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "3-9-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-9-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3047&CT_URI=tcm:27-117-32">Mn/DOT Landscape Specialist Certification</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-9-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3047&CT_URI=tcm:27-117-32">Mn/DOT Landscape Specialist Certification</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3583&CT_URI=tcm:27-117-32">Tree Care Registry</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3595&CT_URI=tcm:27-117-32">Wildflower Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-9-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-10":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13401&CT_URI=tcm:27-117-32">Peace Officer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13402&CT_URI=tcm:27-117-32">Peace Officer, Part-time</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="3-10-1">Bureau of Criminal Apprehension (BCA) Agent</option>';
			
				targetValue += '<option value="3-10-2">Conservation Officer</option>';
			
				targetValue += '<option value="3-10-3">Peace Officer</option>';
			
				targetValue += '<option value="3-10-4">Private Detectives / Investigators</option>';
			
				targetValue += '<option value="3-10-5">Protective Agents</option>';
			
				targetValue += '<option value="3-10-6">Radio Monitoring</option>';
			
				targetValue += '<option value="3-10-7">Scanners</option>';
			
				targetValue += '<option value="3-10-8">Sheriff Deputy</option>';
			
				targetValue += '<option value="3-10-9">State Patrol Troopers</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "3-10-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-10-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-10-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13401&CT_URI=tcm:27-117-32">Peace Officer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13402&CT_URI=tcm:27-117-32">Peace Officer, Part-time</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-10-3-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-10-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3152&CT_URI=tcm:27-117-32">Private Detectives License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3162&CT_URI=tcm:27-117-32">Protective Agent Escort Services Only License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3163&CT_URI=tcm:27-117-32">Protective Agent Services License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13401&CT_URI=tcm:27-117-32">Peace Officer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13402&CT_URI=tcm:27-117-32">Peace Officer, Part-time</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-10-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3152&CT_URI=tcm:27-117-32">Private Detectives License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3162&CT_URI=tcm:27-117-32">Protective Agent Escort Services Only License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3163&CT_URI=tcm:27-117-32">Protective Agent Services License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-10-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3050&CT_URI=tcm:27-117-32">Mobile Monitor Permit - Individual</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3051&CT_URI=tcm:27-117-32">Mobile Monitor Permit - Media</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3052&CT_URI=tcm:27-117-32">Mobile Monitor Permit - Non-Law Monitoring</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-10-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-10-8":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13401&CT_URI=tcm:27-117-32">Peace Officer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13402&CT_URI=tcm:27-117-32">Peace Officer, Part-time</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-10-9":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-11":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4065&CT_URI=tcm:27-117-32">State Court Interpreter -Spoken Language Certification</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="3-11-1">Attorneys</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "3-11-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2967&CT_URI=tcm:27-117-32">Lawyer Registration (MARS)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-12":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2999&CT_URI=tcm:27-117-32">Lobbyist Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "3-13":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3029&CT_URI=tcm:27-117-32">Mental Health Center and Clinic Certification (Rule 29)</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="3-13-1">Alcohol and Drug Treatment</option>';
			
				targetValue += '<option value="3-13-2">Chemical Dependency</option>';
			
				targetValue += '<option value="3-13-3">Counselors</option>';
			
				targetValue += '<option value="3-13-4">Family Therapy</option>';
			
				targetValue += '<option value="3-13-5">Social Workers</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "3-13-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2743&CT_URI=tcm:27-117-32">Chemical Dependency Detoxification Programs (Rule 32)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2749&CT_URI=tcm:27-117-32">Children\'s Residential Facilities</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2984&CT_URI=tcm:27-117-32">Licensed Alcohol and Drug Counselor (LADC)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-13-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-13-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2986&CT_URI=tcm:27-117-32">Licensed Professional Counselor (LPC)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3018&CT_URI=tcm:27-117-32">Marriage and Family Therapist</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3558&CT_URI=tcm:27-117-32">Licensed Professional Clinical Counselor (LPCC)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4104&CT_URI=tcm:27-117-32">Rehabilitation Counselor for the Blind</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-13-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2676&CT_URI=tcm:27-117-32">Associate Marriage and Family Therapist</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-13-4-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-13-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3244&CT_URI=tcm:27-117-32">Social Worker License (Various Classes)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-14":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3056&CT_URI=tcm:27-117-32">Mortuary Science (Mortician) License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "3-14-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-15":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3105&CT_URI=tcm:27-117-32">Pawnbrokers Code of Conduct</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "3-16":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetValue += '<option value="3-16-1">Barbering</option>';
			
				targetValue += '<option value="3-16-2">Cosmetology</option>';
			
				targetValue += '<option value="3-16-3">Hair Stylists</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "3-16-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2684&CT_URI=tcm:27-117-32">Barbers and Barbershops: Various Classes</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-16-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2787&CT_URI=tcm:27-117-32">Cosmetology School Surety Bond</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-11307&CT_URI=tcm:27-117-32">Cosmetologist Individual Licenses, Salons, Schools</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-13737&CT_URI=tcm:27-117-32">Hair Braiding Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-16-2-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-16-2-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-16-2-3":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-16-2-4":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-16-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2684&CT_URI=tcm:27-117-32">Barbers and Barbershops: Various Classes</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-17":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3177&CT_URI=tcm:27-117-32">Real Property Appraisers -Various</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3178&CT_URI=tcm:27-117-32">Closing Agent License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3179&CT_URI=tcm:27-117-32">Real Estate Limited Broker</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3180&CT_URI=tcm:27-117-32">Real Estate Salesperson; Real Estate Broker</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3198&CT_URI=tcm:27-117-32">Residential Mortgage Education Course Approval</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3199&CT_URI=tcm:27-117-32">Real Estate Sponsor/Coordinator Approval</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3276&CT_URI=tcm:27-117-32">Subdivided Land Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9313&CT_URI=tcm:27-117-32">Appraisal Management Company</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-34957&CT_URI=tcm:27-117-32">Real Estate Company</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="3-17-1">Assessors</option>';
			
				targetValue += '<option value="3-17-2">Land Surveyors</option>';
			
				targetValue += '<option value="3-17-3">Mortgage Professionals</option>';
			
				targetValue += '<option value="3-17-4">Real Estate Brokers/Agents</option>';
			
				targetValue += '<option value="3-17-5">Real Estate Closers</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "3-17-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2674&CT_URI=tcm:27-117-32">Assessor Certification: Various Classes</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-17-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2964&CT_URI=tcm:27-117-32">Land Surveyor</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-17-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2612&CT_URI=tcm:27-117-32">Accelerated Mortgage Payment Provider</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3198&CT_URI=tcm:27-117-32">Residential Mortgage Education Course Approval</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3199&CT_URI=tcm:27-117-32">Real Estate Sponsor/Coordinator Approval</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3201&CT_URI=tcm:27-117-32">Residential Mortgage Originator or Servicer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-6062&CT_URI=tcm:27-117-32">Resident Closing Agent</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-17-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3146&CT_URI=tcm:27-117-32">Pre-license and Continuing Education Course Approval</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3177&CT_URI=tcm:27-117-32">Real Property Appraisers -Various</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3179&CT_URI=tcm:27-117-32">Real Estate Limited Broker</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3180&CT_URI=tcm:27-117-32">Real Estate Salesperson; Real Estate Broker</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3198&CT_URI=tcm:27-117-32">Residential Mortgage Education Course Approval</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3199&CT_URI=tcm:27-117-32">Real Estate Sponsor/Coordinator Approval</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3545&CT_URI=tcm:27-117-32">Education Sponsor/Provider Coordinator Approval</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-34957&CT_URI=tcm:27-117-32">Real Estate Company</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-17-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3178&CT_URI=tcm:27-117-32">Closing Agent License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3198&CT_URI=tcm:27-117-32">Residential Mortgage Education Course Approval</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3199&CT_URI=tcm:27-117-32">Real Estate Sponsor/Coordinator Approval</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-6062&CT_URI=tcm:27-117-32">Resident Closing Agent</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-34957&CT_URI=tcm:27-117-32">Real Estate Company</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-18":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3219&CT_URI=tcm:27-117-32">School Administrative Licenses</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3285&CT_URI=tcm:27-117-32">Teaching License, Various Types</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3286&CT_URI=tcm:27-117-32">Teaching Licenses: Special Permissions</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-10252&CT_URI=tcm:27-117-32">Alternative Pathways to Teacher Licensing</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="3-18-2">Athlete Agent</option>';
			
				targetValue += '<option value="3-18-3">Head Start</option>';
			
				targetValue += '<option value="3-18-4">International Student Exchange</option>';
			
				targetValue += '<option value="3-18-5">School Administrators</option>';
			
				targetValue += '<option value="3-18-6">Speech-Language Pathologists</option>';
			
				targetValue += '<option value="3-18-7">Vocational Rehabilitation</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "3-18-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-18-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2678&CT_URI=tcm:27-117-32">Athlete Agent Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-18-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-18-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2953&CT_URI=tcm:27-117-32">International Student Exchange Organizations (ISEO)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-18-4-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-18-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3219&CT_URI=tcm:27-117-32">School Administrative Licenses</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-18-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3261&CT_URI=tcm:27-117-32">Speech-Language Pathologist License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-18-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-18-7-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-18-7-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "3-19":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "3-20":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3258&CT_URI=tcm:27-117-32">Special Transportation Services Certificate (STS)</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="3-20-1">Aviation Professionals</option>';
			
				targetValue += '<option value="3-20-2">Commercial Drivers</option>';
			
				targetValue += '<option value="3-20-3">Deputy Registrar</option>';
			
				targetValue += '<option value="3-20-4">School Bus Endorsement</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "3-20-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2759&CT_URI=tcm:27-117-32">Commercial Aviation Operators License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-20-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2760&CT_URI=tcm:27-117-32">Commercial Driver Training School License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2761&CT_URI=tcm:27-117-32">Commercial Driver\'s License (CDL)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2763&CT_URI=tcm:27-117-32">Commercial Driver\'s License (CDL) Hazardous Materials Endorsement</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2764&CT_URI=tcm:27-117-32">Commercial Driver\'s License (CDL) School Bus Endorsement</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2817&CT_URI=tcm:27-117-32">Driver Medical Waivers</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3160&CT_URI=tcm:27-117-32">Property Carrier Registration (Intrastate)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4102&CT_URI=tcm:27-117-32">Overdimensional Load Escort Driver Certificate</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-20-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2808&CT_URI=tcm:27-117-32">Deputy Registrar Appointment</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "3-20-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2764&CT_URI=tcm:27-117-32">Commercial Driver\'s License (CDL) School Bus Endorsement</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4":
				
				targetLicenseValue = '<select name="browseSelect2" id="browseSelect2" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect2" id="browseSelect2" onchange="grabSelectionResults(this.id, \'browseGroup3\', \'browseSelect3\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetValue += '<option value="4-1">Athletics</option>';
			
				targetValue += '<option value="4-2">Card Playing</option>';
			
				targetValue += '<option value="4-3">Combative Sports</option>';
			
				targetValue += '<option value="4-4">Firearms</option>';
			
				targetValue += '<option value="4-5">Fireworks</option>';
			
				targetValue += '<option value="4-6">Fishing</option>';
			
				targetValue += '<option value="4-7">Gambling</option>';
			
				targetValue += '<option value="4-8">Outdoor Sports</option>';
			
				targetValue += '<option value="4-9">Racing</option>';
			
				targetValue += '<option value="4-10">Recreational Vehicles</option>';
			
		targetValue += '</select>';
		targetLevel = 2;
		break;

				

		case "4-1":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2678&CT_URI=tcm:27-117-32">Athlete Agent Registration</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="4-1-1">Athlete Agent</option>';
			
				targetValue += '<option value="4-1-2">Athletic Trainers</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "4-1-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2678&CT_URI=tcm:27-117-32">Athlete Agent Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-1-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2679&CT_URI=tcm:27-117-32">Athletic Trainer Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-2":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3169&CT_URI=tcm:27-117-32">Racing Class A License (Ownership and Operation)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3170&CT_URI=tcm:27-117-32">Racing Class B License (Racing & Card Club Operation)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3171&CT_URI=tcm:27-117-32">Racing Class C License (Occupational)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9694&CT_URI=tcm:27-117-32">Vendor Company/Vendor Representative/Vendor Employee</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "4-3":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2701&CT_URI=tcm:27-117-32">Boxer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3566&CT_URI=tcm:27-117-32">Mixed Martial Arts (MMA) Combatant License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4075&CT_URI=tcm:27-117-32">Promoter License (Combative Sports)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4076&CT_URI=tcm:27-117-32">Boxing/MMA Officials/Corner License </option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="4-3-1">Martial Arts</option>';
			
				targetValue += '<option value="4-3-2">Ultimate Fighting</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "4-3-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4075&CT_URI=tcm:27-117-32">Promoter License (Combative Sports)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-3-1-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "4-3-1-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "4-3-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-4":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2873&CT_URI=tcm:27-117-32">Firearms Training Certification</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3109&CT_URI=tcm:27-117-32">Permit to Carry</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3984&CT_URI=tcm:27-117-32">Permit to Purchase/Transfer a Handgun</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="4-4-2">Explosives</option>';
			
				targetValue += '<option value="4-4-3">Firearms Instructor</option>';
			
				targetValue += '<option value="4-4-4">Shooting Preserves</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "4-4-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-4-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2850&CT_URI=tcm:27-117-32">Explosives License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2851&CT_URI=tcm:27-117-32">Explosives Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3103&CT_URI=tcm:27-117-32">Ownership or Possession of an Explosive Device or Incendiary Device Application</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-4-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-4-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2770&CT_URI=tcm:27-117-32">Commercial Shooting Preserve License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-5":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2875&CT_URI=tcm:27-117-32">Fireworks Display Operator Certification</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2876&CT_URI=tcm:27-117-32">Fireworks Display Permit -Indoor Displays</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2877&CT_URI=tcm:27-117-32">Fireworks Display Permit -Outdoor Displays</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "4-6":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2883&CT_URI=tcm:27-117-32">Fishing Licenses</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2960&CT_URI=tcm:27-117-32">Lake Superior Fish Buyer -Wholesale</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2961&CT_URI=tcm:27-117-32">Lake Superior Fish Buyer -Retail</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2963&CT_URI=tcm:27-117-32">Lake Superior Fishing Guide License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3546&CT_URI=tcm:27-117-32">Fishing Tournament Permit</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="4-6-1">Bait</option>';
			
				targetValue += '<option value="4-6-2">Fisheries</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "4-6-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2853&CT_URI=tcm:27-117-32">Exporting Minnow Dealer</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3043&CT_URI=tcm:27-117-32">Minnow Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3044&CT_URI=tcm:27-117-32">Minnow Retailer</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3077&CT_URI=tcm:27-117-32">Nonresident License to Purchase, Possess and Transport Frogs</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3193&CT_URI=tcm:27-117-32">Resident Frog Dealer (Take, Possess, Transport, Sell)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3194&CT_URI=tcm:27-117-32">Resident License to Purchase, Possess and Transport Frogs</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9667&CT_URI=tcm:27-117-32">Minnow Dealer -Exporting License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9668&CT_URI=tcm:27-117-32">Minnow Dealer Vehicle License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9669&CT_URI=tcm:27-117-32">Minnow Dealer Vehicle -Exporting License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9670&CT_URI=tcm:27-117-32">Minnow Retailer Vehicle</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9677&CT_URI=tcm:27-117-32">Minnow Hauler -Nonresident</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9678&CT_URI=tcm:27-117-32">Minnow Hauler Vehicle -Nonresident</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-6-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-7":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2813&CT_URI=tcm:27-117-32">Distributor of Lawful Gambling Equipment</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2845&CT_URI=tcm:27-117-32">Excluded Bingo</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2847&CT_URI=tcm:27-117-32">Excluded Raffle</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2848&CT_URI=tcm:27-117-32">Exempt Permit for Limited Pull-tab, Bingo, Raffle, Tipboard, and/or Paddlewheel Activity</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2900&CT_URI=tcm:27-117-32">Gambling Tax Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3003&CT_URI=tcm:27-117-32">Manufacturer and/or Distributor of Gambling Devices</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3147&CT_URI=tcm:27-117-32">Premises Permit for Lawful Gambling</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3295&CT_URI=tcm:27-117-32">Temporary Possession of a Gambling Device</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="4-7-2">Bingo</option>';
			
				targetValue += '<option value="4-7-3">Paddlewheels</option>';
			
				targetValue += '<option value="4-7-4">Pull-tabs</option>';
			
				targetValue += '<option value="4-7-5">Raffles</option>';
			
				targetValue += '<option value="4-7-6">Tipboards</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "4-7-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-7-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2845&CT_URI=tcm:27-117-32">Excluded Bingo</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2848&CT_URI=tcm:27-117-32">Exempt Permit for Limited Pull-tab, Bingo, Raffle, Tipboard, and/or Paddlewheel Activity</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2899&CT_URI=tcm:27-117-32">Gambling Manager\'s License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2990&CT_URI=tcm:27-117-32">Linked Bingo Game Provider License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3013&CT_URI=tcm:27-117-32">Manufacturer\'s License for Lawful Gambling Equipment</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3101&CT_URI=tcm:27-117-32">Organization License for Lawful Gambling</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-7-2-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "4-7-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-7-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-7-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2847&CT_URI=tcm:27-117-32">Excluded Raffle</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2848&CT_URI=tcm:27-117-32">Exempt Permit for Limited Pull-tab, Bingo, Raffle, Tipboard, and/or Paddlewheel Activity</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-7-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2974&CT_URI=tcm:27-117-32">Lead Supervisor License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-8":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetValue += '<option value="4-8-1">Camps and Campgrounds</option>';
			
				targetValue += '<option value="4-8-2">Guides</option>';
			
				targetValue += '<option value="4-8-3">Horseback Riding</option>';
			
				targetValue += '<option value="4-8-4">Hunting</option>';
			
				targetValue += '<option value="4-8-5">Public Swimming Pools / Spa Pools</option>';
			
				targetValue += '<option value="4-8-6">Skiing</option>';
			
				targetValue += '<option value="4-8-7">Trapping</option>';
			
				targetValue += '<option value="4-8-8">Watercraft</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "4-8-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3026&CT_URI=tcm:27-117-32">Membership Campground Agent Licensing</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3027&CT_URI=tcm:27-117-32">Membership Campground Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3181&CT_URI=tcm:27-117-32">Recreational Camping Area (RCA) License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3356&CT_URI=tcm:27-117-32">Youth Camp License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4007&CT_URI=tcm:27-117-32">Special Event Camping Area (SECA) License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-8-1-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "4-8-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2981&CT_URI=tcm:27-117-32">Bear Hunting Outfitter License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-8-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3037&CT_URI=tcm:27-117-32">Minnesota Horse Pass</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4062&CT_URI=tcm:27-117-32">Minnesota Commercial Horse Pass</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-8-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2935&CT_URI=tcm:27-117-32">Hunting and Trapping Licenses</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3154&CT_URI=tcm:27-117-32">Private Shooting Preserve License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3277&CT_URI=tcm:27-117-32">Supervised Living Facility</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3982&CT_URI=tcm:27-117-32">Master Bear Hunting Outfitter</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-9919&CT_URI=tcm:27-117-32">Hunter Harvested Venison Donation Program</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-30960&CT_URI=tcm:27-117-32">Application / Permit to Use Radio/Cellular Telephone Equipment to Assist in Taking Unprotected Animals</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-36125&CT_URI=tcm:27-117-32">Application and Disability Permit - Hunt from a Standing Motor Vehicle</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-36133&CT_URI=tcm:27-117-32">Application and Disability Permit -Take Big Game, Small Game, and/or Rough Fish with a Crossbow</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-36138&CT_URI=tcm:27-117-32">Application and Special Permit to Train Dogs Afield</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-8-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2737&CT_URI=tcm:27-117-32">Certified Pool Operator Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3281&CT_URI=tcm:27-117-32">Swimming Pool and Spa Pool Plan Review</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-8-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3040&CT_URI=tcm:27-117-32">Minnesota Ski Pass</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-8-6-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "4-8-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2935&CT_URI=tcm:27-117-32">Hunting and Trapping Licenses</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-8-8":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2645&CT_URI=tcm:27-117-32">Annual Boat Operating Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2694&CT_URI=tcm:27-117-32">Boat Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2772&CT_URI=tcm:27-117-32">Common Carrier (Plane/Boat/Train) License to Sell Intoxicating or 3.2% Malt Liquor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3344&CT_URI=tcm:27-117-32">Watercraft Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-8-8-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "4-9":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetValue += '<option value="4-9-1">Horse Racing</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "4-9-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3172&CT_URI=tcm:27-117-32">Racing Class D License (County Agricultural Associations)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-10":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetValue += '<option value="4-10-2">All Terrain Vehicles (ATVs)</option>';
			
				targetValue += '<option value="4-10-3">Off-highway Motorcycles (OHMs)</option>';
			
				targetValue += '<option value="4-10-4">Off-highway Vehicles (OHVs)</option>';
			
				targetValue += '<option value="4-10-5">Snowmobiles</option>';
			
				targetValue += '<option value="4-10-6">Watercraft</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "4-10-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-10-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2607&CT_URI=tcm:27-117-32">All-terrain Vehicle (ATV) Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2608&CT_URI=tcm:27-117-32">All-terrain Vehicle (ATV) Manufacturer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3087&CT_URI=tcm:27-117-32">OHM (Off-highway Motorcycle) Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3088&CT_URI=tcm:27-117-32">OHM (Off-highway Motorcycle) Manufacturer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3090&CT_URI=tcm:27-117-32">OHV (Off-highway Vehicle) Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3091&CT_URI=tcm:27-117-32">ORV (Off-road Vehicle) Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3092&CT_URI=tcm:27-117-32">ORV (Off-road Vehicle) Manufacturer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3991&CT_URI=tcm:27-117-32">Nonresident ATV (All-terrain Vehicle) State Trail Pass</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-10-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-10-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2607&CT_URI=tcm:27-117-32">All-terrain Vehicle (ATV) Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2608&CT_URI=tcm:27-117-32">All-terrain Vehicle (ATV) Manufacturer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3236&CT_URI=tcm:27-117-32">Snowmobile Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3237&CT_URI=tcm:27-117-32">Snowmobile Manufacturer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3238&CT_URI=tcm:27-117-32">Snowmobile Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3577&CT_URI=tcm:27-117-32">Permit to Operate or Transport Collector Snowmobile(s)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-10-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3236&CT_URI=tcm:27-117-32">Snowmobile Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3237&CT_URI=tcm:27-117-32">Snowmobile Manufacturer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3238&CT_URI=tcm:27-117-32">Snowmobile Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3240&CT_URI=tcm:27-117-32">Snowmobile State Trail Sticker</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-10-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2645&CT_URI=tcm:27-117-32">Annual Boat Operating Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2694&CT_URI=tcm:27-117-32">Boat Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2772&CT_URI=tcm:27-117-32">Common Carrier (Plane/Boat/Train) License to Sell Intoxicating or 3.2% Malt Liquor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3344&CT_URI=tcm:27-117-32">Watercraft Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "4-10-6-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "5":
				
				targetLicenseValue = '<select name="browseSelect2" id="browseSelect2" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect2" id="browseSelect2" onchange="grabSelectionResults(this.id, \'browseGroup3\', \'browseSelect3\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetValue += '<option value="5-1">Commercial Vehicles</option>';
			
				targetValue += '<option value="5-2">Courier Service</option>';
			
				targetValue += '<option value="5-3">Drivers</option>';
			
				targetValue += '<option value="5-4">Motor Vehicle Dealers</option>';
			
				targetValue += '<option value="5-5">Private Vehicles</option>';
			
				targetValue += '<option value="5-6">Recreational Vehicles</option>';
			
				targetValue += '<option value="5-7">Roads and Highways</option>';
			
				targetValue += '<option value="5-8">Transportation Professionals</option>';
			
				targetValue += '<option value="5-9">Tunnels</option>';
			
		targetValue += '</select>';
		targetLevel = 2;
		break;

				

		case "5-1":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2761&CT_URI=tcm:27-117-32">Commercial Driver\'s License (CDL)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2931&CT_URI=tcm:27-117-32">Household Goods Mover Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2988&CT_URI=tcm:27-117-32">Limousine Service Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3057&CT_URI=tcm:27-117-32">Motor Carrier Direct Pay (MCDP) Certificate</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3063&CT_URI=tcm:27-117-32">Moving Buildings Over Highways Permit When Over Legal Size(s) or Over Legal Weight</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3102&CT_URI=tcm:27-117-32">Oversized, Overweight Vehicles: Single Trip Permit, Job Permit, and Annual Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3104&CT_URI=tcm:27-117-32">Passenger Carrier Registration (Intrastate)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3258&CT_URI=tcm:27-117-32">Special Transportation Services Certificate (STS)</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="5-1-4">Interstate Motor Carriers</option>';
			
				targetValue += '<option value="5-1-5">Intrastate Motor Carriers</option>';
			
				targetValue += '<option value="5-1-6">Oversized Vehicles</option>';
			
				targetValue += '<option value="5-1-7">Special Transportation Services</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "5-1-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-1-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-1-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-1-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-1-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3160&CT_URI=tcm:27-117-32">Property Carrier Registration (Intrastate)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-1-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-1-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-2":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "5-3":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2761&CT_URI=tcm:27-117-32">Commercial Driver\'s License (CDL)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2763&CT_URI=tcm:27-117-32">Commercial Driver\'s License (CDL) Hazardous Materials Endorsement</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2764&CT_URI=tcm:27-117-32">Commercial Driver\'s License (CDL) School Bus Endorsement</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2816&CT_URI=tcm:27-117-32">Driver Education Program</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2817&CT_URI=tcm:27-117-32">Driver Medical Waivers</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3038&CT_URI=tcm:27-117-32">Minnesota Identification (ID) Card</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3564&CT_URI=tcm:27-117-32">Minnesota Driver\'s License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4102&CT_URI=tcm:27-117-32">Overdimensional Load Escort Driver Certificate</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="5-3-1">Driver Medical Waivers</option>';
			
				targetValue += '<option value="5-3-2">Drivers License</option>';
			
				targetValue += '<option value="5-3-3">Transportation Professionals</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "5-3-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2761&CT_URI=tcm:27-117-32">Commercial Driver\'s License (CDL)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2817&CT_URI=tcm:27-117-32">Driver Medical Waivers</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-3-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-3-2-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "5-3-2-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "5-3-2-3":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "5-3-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3258&CT_URI=tcm:27-117-32">Special Transportation Services Certificate (STS)</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="5-3-3-1">Aviation Professionals</option>';
			
				targetValue += '<option value="5-3-3-2">Commercial Drivers</option>';
			
				targetValue += '<option value="5-3-3-3">Deputy Registrar</option>';
			
				targetValue += '<option value="5-3-3-4">School Bus Endorsement</option>';
			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-3-3-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2759&CT_URI=tcm:27-117-32">Commercial Aviation Operators License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "5-3-3-2":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2760&CT_URI=tcm:27-117-32">Commercial Driver Training School License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2761&CT_URI=tcm:27-117-32">Commercial Driver\'s License (CDL)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2763&CT_URI=tcm:27-117-32">Commercial Driver\'s License (CDL) Hazardous Materials Endorsement</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2764&CT_URI=tcm:27-117-32">Commercial Driver\'s License (CDL) School Bus Endorsement</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2817&CT_URI=tcm:27-117-32">Driver Medical Waivers</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3160&CT_URI=tcm:27-117-32">Property Carrier Registration (Intrastate)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4102&CT_URI=tcm:27-117-32">Overdimensional Load Escort Driver Certificate</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "5-3-3-3":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2808&CT_URI=tcm:27-117-32">Deputy Registrar Appointment</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "5-3-3-4":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2764&CT_URI=tcm:27-117-32">Commercial Driver\'s License (CDL) School Bus Endorsement</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "5-4":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2694&CT_URI=tcm:27-117-32">Boat Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3034&CT_URI=tcm:27-117-32">Drive-Away / In-transit License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3059&CT_URI=tcm:27-117-32">Motor Vehicle Dealers License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3060&CT_URI=tcm:27-117-32">Motor Vehicle Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3236&CT_URI=tcm:27-117-32">Snowmobile Dealer License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "5-4-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-4-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-5":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetValue += '<option value="5-5-5">Off-highway Motorcycles (OHMs)</option>';
			
				targetValue += '<option value="5-5-6">Off-highway Vehicles (OHVs)</option>';
			
				targetValue += '<option value="5-5-7">Utility Vehicles</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "5-5-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-5-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-5-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-5-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-5-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-5-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2607&CT_URI=tcm:27-117-32">All-terrain Vehicle (ATV) Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2608&CT_URI=tcm:27-117-32">All-terrain Vehicle (ATV) Manufacturer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3236&CT_URI=tcm:27-117-32">Snowmobile Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3237&CT_URI=tcm:27-117-32">Snowmobile Manufacturer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3238&CT_URI=tcm:27-117-32">Snowmobile Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3577&CT_URI=tcm:27-117-32">Permit to Operate or Transport Collector Snowmobile(s)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-5-7":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2694&CT_URI=tcm:27-117-32">Boat Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3236&CT_URI=tcm:27-117-32">Snowmobile Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3237&CT_URI=tcm:27-117-32">Snowmobile Manufacturer License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-6":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetValue += '<option value="5-6-2">All Terrain Vehicles (ATVs)</option>';
			
				targetValue += '<option value="5-6-3">Off-highway Motorcycles (OHMs)</option>';
			
				targetValue += '<option value="5-6-4">Off-highway Vehicles (OHVs)</option>';
			
				targetValue += '<option value="5-6-5">Snowmobiles</option>';
			
				targetValue += '<option value="5-6-6">Watercraft</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "5-6-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-6-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2607&CT_URI=tcm:27-117-32">All-terrain Vehicle (ATV) Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2608&CT_URI=tcm:27-117-32">All-terrain Vehicle (ATV) Manufacturer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3087&CT_URI=tcm:27-117-32">OHM (Off-highway Motorcycle) Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3088&CT_URI=tcm:27-117-32">OHM (Off-highway Motorcycle) Manufacturer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3090&CT_URI=tcm:27-117-32">OHV (Off-highway Vehicle) Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3091&CT_URI=tcm:27-117-32">ORV (Off-road Vehicle) Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3092&CT_URI=tcm:27-117-32">ORV (Off-road Vehicle) Manufacturer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3991&CT_URI=tcm:27-117-32">Nonresident ATV (All-terrain Vehicle) State Trail Pass</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-6-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-6-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2607&CT_URI=tcm:27-117-32">All-terrain Vehicle (ATV) Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2608&CT_URI=tcm:27-117-32">All-terrain Vehicle (ATV) Manufacturer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3236&CT_URI=tcm:27-117-32">Snowmobile Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3237&CT_URI=tcm:27-117-32">Snowmobile Manufacturer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3238&CT_URI=tcm:27-117-32">Snowmobile Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3577&CT_URI=tcm:27-117-32">Permit to Operate or Transport Collector Snowmobile(s)</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-6-5":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3236&CT_URI=tcm:27-117-32">Snowmobile Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3237&CT_URI=tcm:27-117-32">Snowmobile Manufacturer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3238&CT_URI=tcm:27-117-32">Snowmobile Registration</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3240&CT_URI=tcm:27-117-32">Snowmobile State Trail Sticker</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-6-6":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2645&CT_URI=tcm:27-117-32">Annual Boat Operating Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2694&CT_URI=tcm:27-117-32">Boat Dealer License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2772&CT_URI=tcm:27-117-32">Common Carrier (Plane/Boat/Train) License to Sell Intoxicating or 3.2% Malt Liquor</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3344&CT_URI=tcm:27-117-32">Watercraft Registration</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-6-6-1":
				
				targetLicenseValue = '<select name="browseSelect5" id="browseSelect5" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
				targetValue = '<select name="browseSelect5" id="browseSelect5" onchange="grabSelectionResults(this.id, \'browseGroup6\', \'browseSelect6\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
		targetValue += '</select>';
		targetLevel = 5;
		break;

				

		case "5-7":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2615&CT_URI=tcm:27-117-32">Access Driveway Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2778&CT_URI=tcm:27-117-32">Construction of Tunnels Under Highways Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2815&CT_URI=tcm:27-117-32">Drainage Permit</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3317&CT_URI=tcm:27-117-32">Utilities Installation or Miscellaneous Work On Trunk Highway Right Of Way</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3318&CT_URI=tcm:27-117-32">Utility Permit on Trunk Highway Right of Way</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "5-7-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-7-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" >';
				targetLicenseValue += '<option value="">No licenses Found</option>';
				
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-8":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3258&CT_URI=tcm:27-117-32">Special Transportation Services Certificate (STS)</option>';
			
			targetLicenseValue += '</select>';

			
				targetValue += '<option value="5-8-1">Aviation Professionals</option>';
			
				targetValue += '<option value="5-8-2">Commercial Drivers</option>';
			
				targetValue += '<option value="5-8-3">Deputy Registrar</option>';
			
				targetValue += '<option value="5-8-4">School Bus Endorsement</option>';
			
		targetValue += '</select>';
		targetLevel = 3;
		break;

				

		case "5-8-1":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2759&CT_URI=tcm:27-117-32">Commercial Aviation Operators License</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-8-2":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2760&CT_URI=tcm:27-117-32">Commercial Driver Training School License</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2761&CT_URI=tcm:27-117-32">Commercial Driver\'s License (CDL)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2763&CT_URI=tcm:27-117-32">Commercial Driver\'s License (CDL) Hazardous Materials Endorsement</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2764&CT_URI=tcm:27-117-32">Commercial Driver\'s License (CDL) School Bus Endorsement</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2817&CT_URI=tcm:27-117-32">Driver Medical Waivers</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-3160&CT_URI=tcm:27-117-32">Property Carrier Registration (Intrastate)</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-4102&CT_URI=tcm:27-117-32">Overdimensional Load Escort Driver Certificate</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-8-3":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2808&CT_URI=tcm:27-117-32">Deputy Registrar Appointment</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-8-4":
				
				targetLicenseValue = '<select name="browseSelect4" id="browseSelect4" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2764&CT_URI=tcm:27-117-32">Commercial Driver\'s License (CDL) School Bus Endorsement</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 4;
		break;

				

		case "5-9":
				
				targetLicenseValue = '<select name="browseSelect3" id="browseSelect3" onchange="gotoLicense(value);">';
				targetLicenseValue += '<option value="">Please select a license</option>';
				
				targetValue = '<select name="browseSelect3" id="browseSelect3" onchange="grabSelectionResults(this.id, \'browseGroup4\', \'browseSelect4\');">';
				targetValue += '<option value="">Please select a subtopic</option>';
			
				targetLicenseValue += '<option value="/licenses/licensedetail.jsp?URI=tcm:29-2778&CT_URI=tcm:27-117-32">Construction of Tunnels Under Highways Permit</option>';
			
			targetLicenseValue += '</select>';

			
		targetValue += '</select>';
		targetLevel = 3;
		break;

		
				default :
				// nothing to do but twiddle our thumbs and wait for a correct selection
				break;
				
			} //end switch

			if (targetLevel != null) 
			{
					var selectTarget = document.getElementById("browseSelectTarget" + targetLevel);
					var selectTargetLabel = document.getElementById("browseSelect" + targetLevel + "_label");
					if(targetLicenseValue != null)
					{
						document.getElementById("browseSelectTarget4").innerHTML = targetLicenseValue;
						document.getElementById("browseSelectTarget4").style.display = "inline";
						document.getElementById("browseGroup4").style.display = "inline";
					}
					else
					{
						document.getElementById("browseSelectTarget4").style.display = "none";
						
					}
					if(targetLevel != 4)
					{
						//document.getElementById("browseSelectTarget" + targetLevel).innerHTML = targetValue;
						selectTarget.innerHTML = targetValue;
						//alert(targetValue);
					
						// if the target element only has one option, and the option is "Please select a subtopic"
						//   it should not be displayed
						//alert("Child Nodes: " + selectTarget.childNodes[0].childNodes.length);
						if(selectTarget.childNodes[0].childNodes.length > 1)
						{
							//document.getElementById(targetDiv).style.display = "inline";
							selectTargetLabel.style.display = "inline";
							selectTarget.style.display = "inline";
						}
						else
						{
							selectTargetLabel.style.display = "none";
							selectTarget.style.display = "none";
						}
					}
						document.getElementById(targetDiv).style.display = "inline";

						//alert(document.getElementById(targetDiv).elementName);
			}
			
		} //end function 		
		
