function order_products_by_dropdown(url) {
	var url = $('product_order').options[$('product_order').selectedIndex].value;
	document.location = url;
}
