function productsSearch(obj){
	if(obj != ''){
		window.location.href=obj;
	}
}