function shp_Search() {

		

				if(shp_searchType == "new"){

					document.topsearch.action = "http://commerce.washingtonpost.com/cgi-bin/WPclass/shopping/shopSearchNew";

				} else {

					document.topsearch.action = "http://commerce.washingtonpost.com/cgi-bin/WPclass/shopping/shopSearchUsed";

				}



				document.topsearch.submit();

				return true;

			}

		

	function shp_Research() {

		

				if(shp_searchType == "new"){

					document.topsearch.action = "http://commerce.washingtonpost.com/cgi-bin/WPclass/shopping/shopResearch";

				} else {

					document.topsearch.action = "http://commerce.washingtonpost.com/cgi-bin/WPclass/shopping/shopResearch";

				}

	

				document.topsearch.submit();

				return true;

			}

		

		

	function shp_CheckForm() {

		

				if(shp_searchType == "new"){

					document.topsearch.action = "http://commerce.washingtonpost.com/cgi-bin/WPclass/shopping/shopSearchNew";

				} else {

					document.topsearch.action = "http://commerce.washingtonpost.com/cgi-bin/WPclass/shopping/shopSearchUsed";

				}



				document.topsearch.submit();

				return true;

		}
