function pdtSearch()
{
	var f = document.searchForm;

	f.action = "/shopping/productList.asp";
	f.submit();
}
