var maxLength = 80;
i = 0;
helpopt = new Array;
helpopt[0] = "Click here to select a category";
                 
var trueLength = helpopt.length;
var lst = helpopt.length;

url = new Array;
url[0] = "find_tech_answers.jsp";
      
function changePage() {
	menuNum = document.SelectMenu.SelectState.selectedIndex;
	menuNum2 = document.SelectMenu2.SelectModule.selectedIndex;

	if (menuNum == null || menuNum == 0){
		alert("Please Select a State");
		return;
	} else if  (menuNum2 == null || menuNum2 == 0){
		alert("Please Select a Module");
		return;				
	} else {
		i = document.SelectMenu2.SelectModule.selectedIndex;
		window.frames["iframe_name"].location = url[i];
	}
}
       
function changeMenu() {
	helpopt.length = 0;
	menuNum = document.SelectMenu.SelectState.selectedIndex;

	if (menuNum == null) return;

	if (menuNum == 0) {
		helpopt = new Array;
		helpopt[0] = new Option("Select a Module");
	}
	
	if (menuNum == 1) // Alaska
	{
		helpopt = new Array;
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Corporation");
		helpopt[2] = new Option("S Corporation");
	
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/ak_corp.jsp";
		url[2] = "/products/tax/states/ak_scorp.jsp";
	}

	if (menuNum == 2) // Alabama
	{
		helpopt = new Array;
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");
	
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/al_indiv.jsp";
		url[2] = "/products/tax/states/al_corp.jsp";
		url[3] = "/products/tax/states/al_scorp.jsp";
		url[4] = "/products/tax/states/al_part.jsp";		
		url[5] = "/products/tax/states/al_fid.jsp";
	}

	if (menuNum == 3) // Arizona
	{
		helpopt = new Array;
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");
		helpopt[6] = new Option("Estate");		
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/az_indiv.jsp";
		url[2] = "/products/tax/states/az_corp.jsp";
		url[3] = "/products/tax/states/az_scorp.jsp";
		url[4] = "/products/tax/states/az_part.jsp";
		url[5] = "/products/tax/states/az_fid.jsp";
		url[6] = "/products/tax/states/az_estate.jsp";		
	}

	if (menuNum == 4) // Arkansas
	{
		helpopt = new Array;
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");		
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");		
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/ar_indiv.jsp";		
		url[2] = "/products/tax/states/ar_corp.jsp";
		url[3] = "/products/tax/states/ar_scorp.jsp";
		url[4] = "/products/tax/states/ar_part.jsp";
		url[5] = "/products/tax/states/ar_fid.jsp";		
	}

	if (menuNum == 5) // California
	{
		helpopt = new Array;
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");
		helpopt[6] = new Option("Exempt");		
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/ca_indiv.jsp";
		url[2] = "/products/tax/states/ca_corp.jsp";
		url[3] = "/products/tax/states/ca_scorp.jsp";
		url[4] = "/products/tax/states/ca_part.jsp";
		url[5] = "/products/tax/states/ca_fid.jsp";
		url[6] = "/products/tax/states/ca_exempt.jsp";		
	}

	if (menuNum == 6) // Colorado
	{
		helpopt = new Array;
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");			
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");
				
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/co_indiv.jsp";			
		url[2] = "/products/tax/states/co_corp.jsp";
		url[3] = "/products/tax/states/co_scorp.jsp";
		url[4] = "/products/tax/states/co_part.jsp";
		url[5] = "/products/tax/states/co_fid.jsp";
		
	}

	if (menuNum == 7) // Connecticut
	{
		helpopt = new Array;
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");				
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/ct_indiv.jsp";				
		url[2] = "/products/tax/states/ct_corp.jsp";
		url[3] = "/products/tax/states/ct_scorp.jsp";
		url[4] = "/products/tax/states/ct_part.jsp";
		url[5] = "/products/tax/states/ct_fid.jsp";
	}

	if (menuNum == 8) // Delaware
	{
		helpopt = new Array;
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");
	
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/de_indiv.jsp";	
		url[2] = "/products/tax/states/de_corp.jsp";
		url[3] = "/products/tax/states/de_scorp.jsp";
		url[4] = "/products/tax/states/de_part.jsp";
		url[5] = "/products/tax/states/de_fid.jsp";
	}
 
	if (menuNum == 9) // District of Columbia
	{
		helpopt = new Array;
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");			
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/dc_indiv.jsp";
		url[2] = "/products/tax/states/dc_corp.jsp";
		url[3] = "/products/tax/states/dc_scorp.jsp";
		url[4] = "/products/tax/states/dc_part.jsp";
		url[5] = "/products/tax/states/dc_fid.jsp";
	}

	if (menuNum == 10) // Florida
	{
		helpopt = new Array;
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");		
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");
		helpopt[6] = new Option("Estate");		
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/fl_indiv.jsp";			
		url[2] = "/products/tax/states/fl_corp.jsp";
		url[3] = "/products/tax/states/fl_scorp.jsp";		
		url[4] = "/products/tax/states/fl_part.jsp";
		url[5] = "/products/tax/states/fl_fid.jsp";
		url[6] = "/products/tax/states/fl_estate.jsp";		
	}

	if (menuNum == 11) // Georgia
	{
		helpopt = new Array;
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/ga_indiv.jsp";			
		url[2] = "/products/tax/states/ga_corp.jsp";
		url[3] = "/products/tax/states/ga_scorp.jsp";
		url[4] = "/products/tax/states/ga_part.jsp";
		url[5] = "/products/tax/states/ga_fid.jsp";
	}

	if (menuNum == 12) // Hawaii
	{
		helpopt = new Array;
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");		
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/hi_indiv.jsp";
		url[2] = "/products/tax/states/hi_corp.jsp";
		url[3] = "/products/tax/states/hi_scorp.jsp";
		url[4] = "/products/tax/states/hi_part.jsp";
		url[5] = "/products/tax/states/hi_fid.jsp";		
	}

	if (menuNum == 13) // Idaho
	{
		helpopt = new Array;
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");		
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");		
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/id_indiv.jsp";		
		url[2] = "/products/tax/states/id_corp.jsp";
		url[3] = "/products/tax/states/id_scorp.jsp";
		url[4] = "/products/tax/states/id_part.jsp";
		url[5] = "/products/tax/states/id_fid.jsp";		
	}

	if (menuNum == 14) // Illinois
	{
		helpopt = new Array;
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");
		helpopt[6] = new Option("Exempt");		
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/il_indiv.jsp";
		url[2] = "/products/tax/states/il_corp.jsp";
		url[3] = "/products/tax/states/il_scorp.jsp";
		url[4] = "/products/tax/states/il_part.jsp";
		url[5] = "/products/tax/states/il_fid.jsp";
		url[6] = "/products/tax/states/il_exempt.jsp";		
	}

	if (menuNum == 15) // Indiana
	{
		helpopt = new Array;
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");			
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");		
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/in_indiv.jsp";			
		url[2] = "/products/tax/states/in_corp.jsp";
		url[3] = "/products/tax/states/in_scorp.jsp";
		url[4] = "/products/tax/states/in_part.jsp";
		url[5] = "/products/tax/states/in_fid.jsp";		
	}

	if (menuNum == 16) // Iowa
	{
		helpopt = new Array;
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");	
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/ia_indiv.jsp";
		url[2] = "/products/tax/states/ia_corp.jsp";
		url[3] = "/products/tax/states/ia_scorp.jsp";
		url[4] = "/products/tax/states/ia_part.jsp";
		url[5] = "/products/tax/states/ia_fid.jsp";
	}
               
	if (menuNum == 17) // Kansas
	{
		helpopt = new Array;
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");	
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/ks_indiv.jsp";			
		url[2] = "/products/tax/states/ks_corp.jsp";
		url[3] = "/products/tax/states/ks_scorp.jsp";
		url[4] = "/products/tax/states/ks_part.jsp";
		url[5] = "/products/tax/states/ks_fid.jsp";
	}

	if (menuNum == 18) // Kentucky
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");	
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");		
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/ky_indiv.jsp";
		url[2] = "/products/tax/states/ky_corp.jsp";
		url[3] = "/products/tax/states/ky_scorp.jsp";
		url[4] = "/products/tax/states/ky_part.jsp";
		url[5] = "/products/tax/states/ky_fid.jsp";		
	}

	if (menuNum == 19) // Louisiana
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");	
		helpopt[2] = new Option("Corporation");		
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");			
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/la_indiv.jsp";
		url[2] = "/products/tax/states/la_corp.jsp";		
		url[3] = "/products/tax/states/la_scorp.jsp";
		url[4] = "/products/tax/states/la_part.jsp";
		url[5] = "/products/tax/states/la_fid.jsp";		
	}

	if (menuNum == 20) // Maine
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");		
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");					
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/me_indiv.jsp";		
		url[2] = "/products/tax/states/me_corp.jsp";
		url[3] = "/products/tax/states/me_scorp.jsp";
		url[4] = "/products/tax/states/me_part.jsp";
		url[5] = "/products/tax/states/me_fid.jsp";						
	}			

	if (menuNum == 21) // Maryland
	{
		helpopt = new Array;
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("Fiduciary");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("S Corporation");				
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/md_indiv.jsp";			
		url[2] = "/products/tax/states/md_corp.jsp";
		url[3] = "/products/tax/states/md_fid.jsp";
		url[4] = "/products/tax/states/md_part.jsp";
		url[5] = "/products/tax/states/md_scorp.jsp";				
	}

	if (menuNum == 22) // Massachusetts
	{
		helpopt = new Array;
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");			
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/ma_indiv.jsp";			
		url[2] = "/products/tax/states/ma_corp.jsp";
		url[3] = "/products/tax/states/ma_scorp.jsp";
		url[4] = "/products/tax/states/ma_part.jsp";
		url[5] = "/products/tax/states/ma_fid.jsp";
	}

	if (menuNum == 23) // Michigan
	{
		helpopt = new Array;
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");		
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Fiduciary");
		helpopt[5] = new Option("Partnership");
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/mi_indiv.jsp";		
		url[2] = "/products/tax/states/mi_corp.jsp";
		url[3] = "/products/tax/states/mi_scorp.jsp";
		url[4] = "/products/tax/states/mi_fid.jsp";
		url[5] = "/products/tax/states/mi_part.jsp";
	}

	if (menuNum == 24) // Minnesota
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");	
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");		
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/mn_indiv.jsp";
		url[2] = "/products/tax/states/mn_corp.jsp";
		url[3] = "/products/tax/states/mn_scorp.jsp";
		url[4] = "/products/tax/states/mn_part.jsp";
		url[5] = "/products/tax/states/mn_fid.jsp";		
	}

	if (menuNum == 25) // Mississippi
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");	
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");		
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/ms_indiv.jsp";
		url[2] = "/products/tax/states/ms_corp.jsp";
		url[3] = "/products/tax/states/ms_scorp.jsp";
		url[4] = "/products/tax/states/ms_part.jsp";
		url[5] = "/products/tax/states/ms_fid.jsp";				
	}

	if (menuNum == 26) // Missouri
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");	
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/mo_indiv.jsp";
		url[2] = "/products/tax/states/mo_corp.jsp";
		url[3] = "/products/tax/states/mo_scorp.jsp";
		url[4] = "/products/tax/states/mo_part.jsp";
		url[5] = "/products/tax/states/mo_fid.jsp";
	}

	if (menuNum == 27) // Montana
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");		
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");						
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/mt_indiv.jsp";		
		url[2] = "/products/tax/states/mt_corp.jsp";
		url[3] = "/products/tax/states/mt_scorp.jsp";
		url[4] = "/products/tax/states/mt_part.jsp";
		url[5] = "/products/tax/states/mt_fid.jsp";				
	}				
	
	if (menuNum == 28) // Nebraska
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");		
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/ne_indiv.jsp";
		url[2] = "/products/tax/states/ne_corp.jsp";
		url[3] = "/products/tax/states/ne_scorp.jsp";
		url[4] = "/products/tax/states/ne_part.jsp";
		url[5] = "/products/tax/states/ne_fid.jsp";		
	}

	if (menuNum == 29) // New Hampshire
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");		
		helpopt[2] = new Option("Corporation");		
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/nh_indiv.jsp";
		url[2] = "/products/tax/states/nh_corp.jsp";		
		url[3] = "/products/tax/states/nh_scorp.jsp";
		url[4] = "/products/tax/states/nh_part.jsp";
		url[5] = "/products/tax/states/nh_fid.jsp";
	}
	
	if (menuNum == 30) // New Jersey
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");			
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/nj_indiv.jsp";
		url[2] = "/products/tax/states/nj_corp.jsp";
		url[3] = "/products/tax/states/nj_scorp.jsp";
		url[4] = "/products/tax/states/nj_part.jsp";
		url[5] = "/products/tax/states/nj_fid.jsp";
	}

	if (menuNum == 31) // New Mexico
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");		
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");		
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/nm_indiv.jsp";		
		url[2] = "/products/tax/states/nm_corp.jsp";
		url[3] = "/products/tax/states/nm_scorp.jsp";
		url[4] = "/products/tax/states/nm_part.jsp";
		url[5] = "/products/tax/states/nm_fid.jsp";		
	}
	
	if (menuNum == 32) // New York
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");				
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");
		helpopt[6] = new Option("Estate");
		helpopt[7] = new Option("Exempt");		
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/ny_indiv.jsp";
		url[2] = "/products/tax/states/ny_corp.jsp";
		url[3] = "/products/tax/states/ny_scorp.jsp";
		url[4] = "/products/tax/states/ny_part.jsp";
		url[5] = "/products/tax/states/ny_fid.jsp";
		url[6] = "/products/tax/states/ny_estate.jsp";
		url[7] = "/products/tax/states/ny_exempt.jsp";		
	}

	if (menuNum == 33) // North Carolina
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");				
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");		
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/nc_indiv.jsp";
		url[2] = "/products/tax/states/nc_corp.jsp";
		url[3] = "/products/tax/states/nc_scorp.jsp";
		url[4] = "/products/tax/states/nc_part.jsp";
		url[5] = "/products/tax/states/nc_fid.jsp";		
	}

	if (menuNum == 34) // North Dakota
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");		
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/nd_indiv.jsp";
		url[2] = "/products/tax/states/nd_corp.jsp";
		url[3] = "/products/tax/states/nd_scorp.jsp";
		url[4] = "/products/tax/states/nd_part.jsp";
		url[5] = "/products/tax/states/nd_fid.jsp";		
	}

	if (menuNum == 35) // Ohio
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");	
		helpopt[2] = new Option("Corporation");		
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");		
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/oh_indiv.jsp";
		url[2] = "/products/tax/states/oh_corp.jsp";		
		url[3] = "/products/tax/states/oh_scorp.jsp";
		url[4] = "/products/tax/states/oh_part.jsp";
		url[5] = "/products/tax/states/oh_fid.jsp";
	}

	if (menuNum == 36) // Oklahoma
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");	
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/ok_indiv.jsp";
		url[2] = "/products/tax/states/ok_corp.jsp";
		url[3] = "/products/tax/states/ok_scorp.jsp";
		url[4] = "/products/tax/states/ok_part.jsp";
		url[5] = "/products/tax/states/ok_fid.jsp";
	}

	if (menuNum == 37) // Oregon
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");	
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/or_indiv.jsp";
		url[2] = "/products/tax/states/or_corp.jsp";
		url[3] = "/products/tax/states/or_scorp.jsp";
		url[4] = "/products/tax/states/or_part.jsp";
		url[5] = "/products/tax/states/or_fid.jsp";
	}

	if (menuNum == 38) // Pennsylvania
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/pa_indiv.jsp";
		url[2] = "/products/tax/states/pa_corp.jsp";
		url[3] = "/products/tax/states/pa_scorp.jsp";
		url[4] = "/products/tax/states/pa_part.jsp";
		url[5] = "/products/tax/states/pa_fid.jsp";
	}

	if (menuNum == 39) // Rhode Island
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");				
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/ri_indiv.jsp";
		url[2] = "/products/tax/states/ri_corp.jsp";
		url[3] = "/products/tax/states/ri_scorp.jsp";
		url[4] = "/products/tax/states/ri_part.jsp";
		url[5] = "/products/tax/states/ri_fid.jsp";	
	}

	if (menuNum == 40) // South Carolina
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");		
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/sc_indiv.jsp";
		url[2] = "/products/tax/states/sc_corp.jsp";
		url[3] = "/products/tax/states/sc_scorp.jsp";
		url[4] = "/products/tax/states/sc_part.jsp";
		url[5] = "/products/tax/states/sc_fid.jsp";
	}

	if (menuNum == 41) // Tennessee
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");		
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");				
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/tn_indiv.jsp";		
		url[2] = "/products/tax/states/tn_corp.jsp";
		url[3] = "/products/tax/states/tn_scorp.jsp";
		url[4] = "/products/tax/states/tn_part.jsp";
		url[5] = "/products/tax/states/tn_fid.jsp";		
	}

	if (menuNum == 42) // Texas
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Partnership");
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Estate");				
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/tx_part.jsp";
		url[2] = "/products/tax/states/tx_corp.jsp";
		url[3] = "/products/tax/states/tx_scorp.jsp";
		url[4] = "/products/tax/states/tx_estate.jsp";						
	}

	if (menuNum == 43) // Utah
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");				
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/ut_indiv.jsp";
		url[2] = "/products/tax/states/ut_corp.jsp";
		url[3] = "/products/tax/states/ut_scorp.jsp";
		url[4] = "/products/tax/states/ut_part.jsp";
		url[5] = "/products/tax/states/ut_fid.jsp";		
	}

	if (menuNum == 44) // Vermont
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");		
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");		
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/vt_indiv.jsp";		
		url[2] = "/products/tax/states/vt_corp.jsp";
		url[3] = "/products/tax/states/vt_scorp.jsp";
		url[4] = "/products/tax/states/vt_part.jsp";
		url[5] = "/products/tax/states/vt_fid.jsp";		
	}			

	if (menuNum == 45) // Virginia
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Fiduciary");
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/va_indiv.jsp";
		url[2] = "/products/tax/states/va_corp.jsp";
		url[3] = "/products/tax/states/va_scorp.jsp";
		url[4] = "/products/tax/states/va_fid.jsp";
	}

	if (menuNum == 46) // West Virginia
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");		
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/wv_indiv.jsp";
		url[2] = "/products/tax/states/wv_corp.jsp";
		url[3] = "/products/tax/states/wv_scorp.jsp";
		url[4] = "/products/tax/states/wv_part.jsp";
		url[5] = "/products/tax/states/wv_fid.jsp";		
	}

	if (menuNum == 47) // Wisconsin
	{
		helpopt = new Array;			
		helpopt[0] = new Option("Select a Module");
		helpopt[1] = new Option("Individual");
		helpopt[2] = new Option("Corporation");
		helpopt[3] = new Option("S Corporation");
		helpopt[4] = new Option("Partnership");
		helpopt[5] = new Option("Fiduciary");
		
		url = new Array;
		url[0] = "#";
		url[1] = "/products/tax/states/wi_indiv.jsp";
		url[2] = "/products/tax/states/wi_corp.jsp";
		url[3] = "/products/tax/states/wi_scorp.jsp";
		url[4] = "/products/tax/states/wi_part.jsp";
		url[5] = "/products/tax/states/wi_fid.jsp";
	}

	tot = helpopt.length;
	for (i = lst; i > 0; i--) { 
	document.SelectMenu2.SelectModule.options[i] = null; 
	}
	
	for (i = 0; i < tot; i++) { 
	document.SelectMenu2.SelectModule.options[i] = helpopt[i]; 
	}
	
	document.SelectMenu2.SelectModule.options[0].selected = true;
	lst = helpopt.length;
}
