function CategoryMenuChangeAction(form, choice) {
	
	var p = form.classification_id;

if ( choice == "" ) {
			p.options[0].text = "- -";
			p.options[0].value = "";
			p.selectedIndex = 0;
			p.length = 1

	} else if ( choice == "1" )	{
		p.length = 4;
		p.options[0].text  = "Any";
		p.options[0].value = "";
		p.options[1].text  = "Public Notice";
		p.options[1].value = "005";
		p.options[2].text  = "Vacation Rentals";
		p.options[2].value = "335";
		p.options[3].text  = "Wanted to Rent";
		p.options[3].value = "350";
		p.selectedIndex = 0;

	} else if ( choice == "2" )	{
		p.length = 19;
		p.options[0].text  = "Any";
		p.options[0].value = "";
		p.options[1].text  = "Auctions";
		p.options[1].value = "170";
		p.options[2].text  = "Business Opportunities";
		p.options[2].value = "150";
		p.options[3].text  = "Cards of Thanks";
		p.options[3].value = "050";
		p.options[4].text  = "Coming Events";
		p.options[4].value = "130";
		p.options[5].text  = "Found";
		p.options[5].value = "140";
		p.options[6].text  = "Insurance";
		p.options[6].value = "155";
		p.options[7].text  = "Loans and Investments";
		p.options[7].value = "145";
		p.options[8].text  = "Lost";
		p.options[8].value = "135";
		p.options[9].text  = "Memoriams";
		p.options[9].value = "055";
		p.options[10].text  = "Monuments/Cemetery Lots";
		p.options[10].value = "110";
		p.options[11].text  = "Pet Memoriams";
		p.options[11].value = "105";
		p.options[12].text  = "Political Ads";
		p.options[12].value = "165";
		p.options[13].text  = "Professional Servies";
		p.options[13].value = "160";
		p.options[14].text  = "Public Sales";
		p.options[14].value = "175";
		p.options[15].text  = "Religious Notices";
		p.options[15].value = "120";
		p.options[16].text  = "Special Notices";
		p.options[16].value = "115";
		p.options[17].text  = "Thank You";
		p.options[17].value = "100";
		p.options[18].text  = "Travel";
		p.options[18].value = "125";
		p.selectedIndex = 0;

	} else if ( choice == "3" )	{
		p.length = 9;
		p.options[0].text  = "Any";
		p.options[0].value = "";
		p.options[1].text  = "Day Care Services";
		p.options[1].value = "230";
		p.options[2].text  = "Employment Information";
		p.options[2].value = "225";
		p.options[3].text  = "Health Care";
		p.options[3].value = "210";
		p.options[4].text  = "Help Wanted";
		p.options[4].value = "200";
		p.options[5].text  = "Help Wanted Sales";
		p.options[5].value = "215";
		p.options[6].text  = "Instruction";
		p.options[6].value = "240";
		p.options[7].text  = "Part Time Help";
		p.options[7].value = "205";
		p.options[8].text  = "Situations Wanted";
		p.options[8].value = "235";
		p.selectedIndex = 0;

	} else if ( choice == "4" )	{
		p.length = 22;
		p.options[0].text  = "Any";
		p.options[0].value = "";
		p.options[1].text  = "Apartment Rentals";
		p.options[1].value = "305";
		p.options[2].text  = "Commercial Property";
		p.options[2].value = "380";
		p.options[3].text  = "Commercial Rentals";
		p.options[3].value = "325";
		p.options[4].text  = "Farms for Rent";
		p.options[4].value = "340";
		p.options[5].text  = "Farms for Sale";
		p.options[5].value = "375";
		p.options[6].text  = "Financing/Mortgages";
		p.options[6].value = "386";
		p.options[7].text  = "Garages for Rent";
		p.options[7].value = "320";
		p.options[8].text  = "Houses for Rent";
		p.options[8].value = "310";
		p.options[9].text  = "Houses for Sale";
		p.options[9].value = "370";
		p.options[10].text  = "Industrial Property";
		p.options[10].value = "385";
		p.options[11].text  = "Lots & Acreage";
		p.options[11].value = "360";
		p.options[12].text  = "Mobile Home Lots for Rent";
		p.options[12].value = "317";
		p.options[13].text  = "Mobile Homes for Rent";
		p.options[13].value = "315";
		p.options[14].text  = "Mobile Homes for Sale";
		p.options[14].value = "355";
		p.options[15].text  = "New Homes-Builders";
		p.options[15].value = "365";
		p.options[16].text  = "Office Rentals";
		p.options[16].value = "330";
		p.options[17].text  = "Other Rentals";
		p.options[17].value = "345";
		p.options[18].text  = "Real Estate Wanted";
		p.options[18].value = "390";
		p.options[19].text  = "Rooms for Rent";
		p.options[19].value = "300";
		p.options[20].text  = "Storage";
		p.options[20].value = "322";
		p.options[21].text  = "Vacation Real Estate";
		p.options[21].value = "337";
		p.selectedIndex = 0;

	} else if ( choice == "5" )	{
		p.length = 22;
		p.options[0].text  = "Any";
		p.options[0].value = "";
		p.options[1].text  = "Antiques";
		p.options[1].value = "455";
		p.options[2].text  = "Building Material";
		p.options[2].value = "490";
		p.options[3].text  = "Coins & Jewelry";
		p.options[3].value = "450";
		p.options[4].text  = "Computers";
		p.options[4].value = "445";
		p.options[5].text  = "Equipment Rentals";
		p.options[5].value = "480";
		p.options[6].text  = "Farm Machinery";
		p.options[6].value = "415";
		p.options[7].text  = "Farmers Market";
		p.options[7].value = "410";
		p.options[8].text  = "Flea Markets";
		p.options[8].value = "461";
		p.options[9].text  = "Fuel - Soil - Stone";
		p.options[9].value = "485";
		p.options[10].text  = "Garage/Yard Sale";
		p.options[10].value = "460";
		p.options[11].text  = "General Merchandise";
		p.options[11].value = "430";
		p.options[12].text  = "Horses";
		p.options[12].value = "402";
		p.options[13].text  = "Lawn & Garden Equipment";
		p.options[13].value = "420";
		p.options[14].text  = "Livestock";
		p.options[14].value = "405";
		p.options[15].text  = "Machinery & Tools";
		p.options[15].value = "475";
		p.options[16].text  = "Musical Instruments";
		p.options[16].value = "465";
		p.options[17].text  = "Office Equipment";
		p.options[17].value = "440";
		p.options[18].text  = "Pets";
		p.options[18].value = "400";
		p.options[19].text  = "Sporting Goods";
		p.options[19].value = "435";
		p.options[20].text  = "Trees, Plants & Flowers";
		p.options[20].value = "425";
		p.options[21].text  = "Wanted to Buy";
		p.options[21].value = "470";
		p.selectedIndex = 0;

	} else if ( choice == "6" )	{
		p.length = 11;
		p.options[0].text  = "Any";
		p.options[0].value = "";
		p.options[1].text  = "Asphalt";
		p.options[1].value = "507";
		p.options[2].text  = "Concrete";
		p.options[2].value = "506";
		p.options[3].text  = "Excavating & Hauling";
		p.options[3].value = "510";
		p.options[4].text  = "Home Improvement";
		p.options[4].value = "505";
		p.options[5].text  = "Landscape Supply";
		p.options[5].value = "502";
		p.options[6].text  = "Lawn Care & Landscaping";
		p.options[6].value = "501";
		p.options[7].text  = "Miscellaneous";
		p.options[7].value = "515";
		p.options[8].text  = "Painting";
		p.options[8].value = "508";
		p.options[9].text  = "Roofing";
		p.options[9].value = "509";
		p.options[10].text  = "Service-Repairs";
		p.options[10].value = "500";
		p.selectedIndex = 0;

	} else if ( choice == "7" )	{
		p.length = 17;
		p.options[0].text  = "Any";
		p.options[0].value = "";
		p.options[1].text  = "Airplanes";
		p.options[1].value = "605";
		p.options[2].text  = "Antique Automobiles";
		p.options[2].value = "645";
		p.options[3].text  = "Auto Trailers";
		p.options[3].value = "640";
		p.options[4].text  = "Automobiles";
		p.options[4].value = "650";
		p.options[5].text  = "Automotive Parts & Accessories";
		p.options[5].value = "630";
		p.options[6].text  = "Boats & Accessories";
		p.options[6].value = "610";
		p.options[7].text  = "Campers & RVs";
		p.options[7].value = "615";
		p.options[8].text  = "Four Wheel Drives";
		p.options[8].value = "660";
		p.options[9].text  = "Miscellaneous Vehicles";
		p.options[9].value = "625";
		p.options[10].text  = "Motorcycles - Motorbikes - ATVs";
		p.options[10].value = "620";
		p.options[11].text  = "New Vehicles";
		p.options[11].value = "670";
		p.options[12].text  = "Snowmobiles";
		p.options[12].value = "600";
		p.options[13].text  = "Sports Utility Vehicles (new)";
		p.options[13].value = "651";
		p.options[14].text  = "Trucks";
		p.options[14].value = "655";
		p.options[15].text  = "Vans";
		p.options[15].value = "665";
		p.options[16].text  = "Vehicle Service";
		p.options[16].value = "635";
		p.selectedIndex = 0;
}
}
