Dự án nhà máy điện gió Ea Nam ở huyện Ea Hleo, tỉnh Đắk Lắk với công suất 400 MW do Tập đoàn Trung Nam đầu tư xây dựng đang mang đến cho vùng đất Tây Nguyên trù phú nguồn năng lượng sạch, không chỉ là bước đột phá mà còn tạo điểm tựa cất cánh cho phát triển bền vững trong tương lai.
function PrintPopup() {
window.open(‘/Utilities/PrintView.aspx?distributionid=442645’, ”, ‘width = 890,height = 480,location= yes, resizable=yes,scrollbars=yes, toolbar=no,location=no,menubar=no’);
}
function EmailPopup(url) {
window.open(‘/Utilities/Email4Friend.aspx?news_url=’ + url, ”, ‘status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no’); return false;
}
function socialShare(type, title, link) {
title = typeof title !== ‘undefined’ ? title : document.title;
link = typeof link !== ‘undefined’ ? link : window.location.href;
var eTitle = encodeURIComponent(title);
var eLink = encodeURIComponent(link);
switch (type) {
case ‘fb’:
window.open(‘http://www.facebook.com/sharer.php?u=’ + eLink + ‘&t=’ + eTitle);
break;
case ‘tw’:
window.open(‘http://twitter.com/home?status=’ + eTitle + ‘ ‘ + eLink);
break;
case ‘zm’:
window.open(‘http://link.apps.zing.vn/share?u=’ + eLink + ‘&t=’ + eTitle);
break;
case ‘lh’:
window.open(‘http://linkhay.com/submit?url=’ + eLink + ‘&title=’ + eTitle);
break;
}
return false;
}
function sns_click(type) { var sns_sharekey; if (type == “facebook”) { sns_sharekey = ‘http://www.facebook.com/sharer.php?u=’; } else if (type == “zingme”) { sns_sharekey = ‘http://link.apps.zing.vn/share?url=’; } else if (type == “googleplus”) { sns_sharekey = ‘https://plus.google.com/share?url=’; } u = location.href; t = document.title; window.open(sns_sharekey + encodeURIComponent(u) + ‘&t=’ + encodeURIComponent(t), ‘sharer’, ‘toolbar=0,status=0,width=626,height=436’); return false; }