function navigate_complementary(obj) {
	var url = '/product_info.php?products_id=' + obj.value;
	location.href = url;
}
