首页(Home)
品牌专区(Brands-parters)
//自动完成提示
function beginSearch() {
if (document.getElementById("Keyword").value.replace(/(^\s*)|(\s*$)/g, "").length > 2) {
$("#divMsg").html("");
var tbSearch = document.getElementById("Keyword").value;
var div_msg = document.getElementById("divMsg");
div_msg.style.display = "block";
$.ajax({
type: "post",
dataType: "json", //数据格式:JSON
url: "/tools/submit_ajax.ashx?action=zhitishi",
data: { father: tbSearch },
async: false,
success: function (data) {
var str = "";
var str1 = "";
var str2 = "";
var str3 = "";
var SupplyType = data.SupplyType; //供应品类列表
var Brands = data.Brands; //品牌列表
var ProductStyle = data.ProductStyle; //产品列表
var str0 = "";
if (SupplyType != null && SupplyType != "") {
str0 += " Esperion Therapeutics www.esperion.com
生物制药公司,专注于研究,开发和商业化的低密度脂蛋白胆固醇(LDL-C)水平升高和其他心血管代谢危险因素的患者的治疗疗法。
Esperion Therapeutics, Inc. is a leader in the development and commercialization of oral, small molecule therapies for the treatment of patients with elevated levels of low-density lipoprotein cholesterol (LDL-C) and other cardiometabolic risk factors. ETC-1002, Esperion’s lead product candidate, is a novel, first-in-class, orally available, once-daily LDL-C lowering small molecule therapy designed to target known lipid and carbohydrate metabolic pathways to lower levels of LDL-C and to avoid many of the side effects associated with existing LDL-C lowering therapies. ETC-1002 is targeted for statin-intolerant patients with elevated levels of LDL-C.