function brand_select(id){
	window.location=id;
}
function additem(id){
	$('id_product').value=id;
	$('product_add').submit();
}