

        function nutter(ascdesc) {

                var which = document.getElementById('nut').value;
                var area = frames['iframe1'];


		if (which == 000) {
			//alert("You must select a nutrient first.");

			var ws = document.getElementById('topper');
			ws.selected = true;
			area.location.href = '/grubIQ/nosearch.html';	

			return false;
		}

		if (which == 203) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Protein_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Protein_desc.html';
			}
		} else if (which == 204) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Total_lipid_(fat)_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Total_lipid_(fat)_desc.html';
			}
		} else if (which == 205) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Carbohydrate,_by_difference_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Carbohydrate,_by_difference_desc.html';
			}
		} else if (which == 207) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Ash_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Ash_desc.html';
			}
		} else if (which == 208) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Energy_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Energy_desc.html';
			}
		} else if (which == 209) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Starch_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Starch_desc.html';
			}
		} else if (which == 210) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Sucrose_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Sucrose_desc.html';
			}
		} else if (which == 211) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Glucose_(dextrose)_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Glucose_(dextrose)_desc.html';
			}
		} else if (which == 212) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Fructose_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Fructose_desc.html';
			}
		} else if (which == 213) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Lactose_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Lactose_desc.html';
			}
		} else if (which == 214) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Maltose_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Maltose_desc.html';
			}
		} else if (which == 221) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Alcohol,_ethyl_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Alcohol,_ethyl_desc.html';
			}
		} else if (which == 255) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Water_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Water_desc.html';
			}
		} else if (which == 257) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Adjusted_Protein_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Adjusted_Protein_desc.html';
			}
		} else if (which == 262) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Caffeine_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Caffeine_desc.html';
			}
		} else if (which == 263) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Theobromine_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Theobromine_desc.html';
			}
		} else if (which == 268) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Energy_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Energy_desc.html';
			}
		} else if (which == 269) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Sugars,_total_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Sugars,_total_desc.html';
			}
		} else if (which == 287) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Galactose_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Galactose_desc.html';
			}
		} else if (which == 291) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Fiber,_total_dietary_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Fiber,_total_dietary_desc.html';
			}
		} else if (which == 301) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Calcium,_Ca_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Calcium,_Ca_desc.html';
			}
		} else if (which == 303) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Iron,_Fe_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Iron,_Fe_desc.html';
			}
		} else if (which == 304) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Magnesium,_Mg_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Magnesium,_Mg_desc.html';
			}
		} else if (which == 305) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Phosphorus,_P_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Phosphorus,_P_desc.html';
			}
		} else if (which == 306) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Potassium,_K_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Potassium,_K_desc.html';
			}
		} else if (which == 307) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Sodium,_Na_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Sodium,_Na_desc.html';
			}
		} else if (which == 309) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Zinc,_Zn_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Zinc,_Zn_desc.html';
			}
		} else if (which == 312) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Copper,_Cu_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Copper,_Cu_desc.html';
			}
		} else if (which == 313) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Fluoride,_F_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Fluoride,_F_desc.html';
			}
		} else if (which == 315) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Manganese,_Mn_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Manganese,_Mn_desc.html';
			}
		} else if (which == 317) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Selenium,_Se_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Selenium,_Se_desc.html';
			}
		} else if (which == 318) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Vitamin_A,_IU_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Vitamin_A,_IU_desc.html';
			}
		} else if (which == 319) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Retinol_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Retinol_desc.html';
			}
		} else if (which == 320) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Vitamin_A,_RAE_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Vitamin_A,_RAE_desc.html';
			}
		} else if (which == 321) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Carotene,_beta_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Carotene,_beta_desc.html';
			}
		} else if (which == 322) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Carotene,_alpha_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Carotene,_alpha_desc.html';
			}
		} else if (which == 323) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Vitamin_E_(alpha-tocopherol)_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Vitamin_E_(alpha-tocopherol)_desc.html';
			}
		} else if (which == 324) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Vitamin_D_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Vitamin_D_desc.html';
			}
		} else if (which == 334) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Cryptoxanthin,_beta_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Cryptoxanthin,_beta_desc.html';
			}
		} else if (which == 337) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Lycopene_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Lycopene_desc.html';
			}
		} else if (which == 338) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Lutein_+_zeaxanthin_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Lutein_+_zeaxanthin_desc.html';
			}
		} else if (which == 341) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Tocopherol,_beta_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Tocopherol,_beta_desc.html';
			}
		} else if (which == 342) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Tocopherol,_gamma_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Tocopherol,_gamma_desc.html';
			}
		} else if (which == 343) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Tocopherol,_delta_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Tocopherol,_delta_desc.html';
			}
		} else if (which == 401) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Vitamin_C,_total_ascorbic_acid_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Vitamin_C,_total_ascorbic_acid_desc.html';
			}
		} else if (which == 404) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Thiamin_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Thiamin_desc.html';
			}
		} else if (which == 405) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Riboflavin_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Riboflavin_desc.html';
			}
		} else if (which == 406) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Niacin_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Niacin_desc.html';
			}
		} else if (which == 410) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Pantothenic_acid_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Pantothenic_acid_desc.html';
			}
		} else if (which == 415) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Vitamin_B-6_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Vitamin_B-6_desc.html';
			}
		} else if (which == 417) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Folate,_total_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Folate,_total_desc.html';
			}
		} else if (which == 418) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Vitamin_B-12_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Vitamin_B-12_desc.html';
			}
		} else if (which == 421) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Choline,_total_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Choline,_total_desc.html';
			}
		} else if (which == 430) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Vitamin_K_(phylloquinone)_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Vitamin_K_(phylloquinone)_desc.html';
			}
		} else if (which == 431) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Folic_acid_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Folic_acid_desc.html';
			}
		} else if (which == 432) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Folate,_food_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Folate,_food_desc.html';
			}
		} else if (which == 435) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Folate,_DFE_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Folate,_DFE_desc.html';
			}
		} else if (which == 454) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Betaine_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Betaine_desc.html';
			}
		} else if (which == 501) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Tryptophan_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Tryptophan_desc.html';
			}
		} else if (which == 502) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Threonine_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Threonine_desc.html';
			}
		} else if (which == 503) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Isoleucine_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Isoleucine_desc.html';
			}
		} else if (which == 504) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Leucine_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Leucine_desc.html';
			}
		} else if (which == 505) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Lysine_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Lysine_desc.html';
			}
		} else if (which == 506) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Methionine_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Methionine_desc.html';
			}
		} else if (which == 507) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Cystine_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Cystine_desc.html';
			}
		} else if (which == 508) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Phenylalanine_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Phenylalanine_desc.html';
			}
		} else if (which == 509) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Tyrosine_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Tyrosine_desc.html';
			}
		} else if (which == 510) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Valine_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Valine_desc.html';
			}
		} else if (which == 511) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Arginine_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Arginine_desc.html';
			}
		} else if (which == 512) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Histidine_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Histidine_desc.html';
			}
		} else if (which == 513) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Alanine_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Alanine_desc.html';
			}
		} else if (which == 514) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Aspartic_acid_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Aspartic_acid_desc.html';
			}
		} else if (which == 515) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Glutamic_acid_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Glutamic_acid_desc.html';
			}
		} else if (which == 516) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Glycine_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Glycine_desc.html';
			}
		} else if (which == 517) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Proline_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Proline_desc.html';
			}
		} else if (which == 518) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Serine_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Serine_desc.html';
			}
		} else if (which == 521) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Hydroxyproline_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Hydroxyproline_desc.html';
			}
		} else if (which == 573) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Vitamin_E,_added_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Vitamin_E,_added_desc.html';
			}
		} else if (which == 578) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Vitamin_B-12,_added_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Vitamin_B-12,_added_desc.html';
			}
		} else if (which == 601) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Cholesterol_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Cholesterol_desc.html';
			}
		} else if (which == 605) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Fatty_acids,_total_trans_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Fatty_acids,_total_trans_desc.html';
			}
		} else if (which == 606) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Fatty_acids,_total_saturated_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Fatty_acids,_total_saturated_desc.html';
			}
		} else if (which == 636) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Phytosterols_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Phytosterols_desc.html';
			}
		} else if (which == 638) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Stigmasterol_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Stigmasterol_desc.html';
			}
		} else if (which == 639) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Campesterol_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Campesterol_desc.html';
			}
		} else if (which == 641) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Beta-sitosterol_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Beta-sitosterol_desc.html';
			}
		} else if (which == 645) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Fatty_acids,_total_monounsaturated_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Fatty_acids,_total_monounsaturated_desc.html';
			}
		} else if (which == 646) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Fatty_acids,_total_polyunsaturated_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Fatty_acids,_total_polyunsaturated_desc.html';
			}
		} else if (which == 693) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Fatty_acids,_total_trans-monoenoic_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Fatty_acids,_total_trans-monoenoic_desc.html';
			}
		} else if (which == 695) {
			if (ascdesc == 1) {
				area.location.href = '/grubIQ/nuts/Fatty_acids,_total_trans-polyenoic_asc.html';
			} else {
				area.location.href = '/grubIQ/nuts/Fatty_acids,_total_trans-polyenoic_desc.html';
			}

		}
                return false;
        }


