function SelectProduct(id,name){
	window.location = '/catalog/detail/'+ id +'/' + name;
}