//****************************************************************************************************
//****************************************************************************************************
//***
//***	Name: rebateCenter.js
//***		
//***	Purpose: javascript file for the rebateCenter.asp page
//***
//****************************************************************************************************
//****************************************************************************************************

	function redirect(val){
		if (val == "") {
			document.location.href="rebatecenter.asp";
		} else {
			document.location.href=document.getElementById('currentcompany').value;
		}
	}
	function redirect2(val){
		if (val == "") {	
			document.location.href="rebatecenter.asp";
		} else {
			document.location.href=document.getElementById('catsearch').value;
		}
	}
