function ResetControls(brandon,foron,typeon) {
	document.ShopControls.Keyword.value='';
	document.ShopControls.MinPrice.value='';
	document.ShopControls.MaxPrice.value='';
	document.ShopControls.Order.selectedIndex = 0;
	
	if (brandon=1) {
		document.ShopControls.Brand.selectedIndex = 0;
	}

	if (foron=1) {
		document.ShopControls.For.value='';
	}
	
	if (typeon=1) {
		document.ShopControls.Type.value='';
	}
}