// JavaScript Document
function view_products(url){
	
	window.location.replace(url+'/'+$('#catalogs').val());

}