function ViewProducts(type) {
	var by = GetId('by').options[GetId('by').selectedIndex].value;	
	var order = GetId('order').options[GetId('order').selectedIndex].value;	
	redir_url = '/search/' + by + ',' + order + '/page1/';
	document.location.href = redir_url
}
