var default_instruction_text = "Ex: Preheat oven to 400 degrees F. Heat oil in a large skillet over medium heat. Add chicken and saute 5 minutes, until browned on all sides. Add roasted red peppers and liquid smoke and cook 1 minute to heat through. Top each tortilla with an equal amount of chicken mixture, to within 1/4-inch of the edges. Top chicken mixture with cheese (1/3 cup of cheese per tortilla). Roll up tortillas and place on a baking sheet. Spray with cooking spray and bake 10 minutes, until cheese melts.";
var search_text = "Search";
var ingredient_quantity = "Ex: 3";
var ingredient_name = "Ex: chicken";
var ingredient_prepare = "Ex: finely chopped";


function clickclear(thisfield, defaulttext) {
	if (thisfield.value == defaulttext) {
		thisfield.value = "";
	}
}
function clickrecall(thisfield, defaulttext) {
	if (thisfield.value == "") {
		thisfield.value = defaulttext;
	}
}



