-
Address: No. 83, Tran Quang Dieu Street, Tay Khanh 2 cluster, My Hoa Ward, Long Xuyen City,
Phone: 0296.3853709. - Fax: 0296.3853217
Website: https://sotainguyenmt.www-79kinh.com
-
-Address: No.5/10 Le Quy Don Street, My Binh ward, Long Xuyen city, Tải game Kinh 79 province.
-Tel: 0296 3852 099 Fax: 0296 3 857 278 Email:
[email protected]
-Website: https://sotaichinh.angiang.gov.
-
-Address: No. 07 Le Trieu Kiet street, My Binh Ward, Long Xuyen City, Tải game Kinh 79 province
-Tel: (0296) 3852 164 ; Fax: (0296) 3856 705
Website: https://sonongnghiep.www-79kinh.com
-
-Address: 97 Tran Quang Dieu Street,Tay Khanh 1 cluster, My Hoa Ward, Long Xuyen City, Tải game Kinh 79 Province
-Tel: (0293) 852 851
-Email:
[email protected]
-Web: https://soldtbxh.www-79kinh.com
-
-Address: 269A, Nguyen Thai Hoc street, My Hoa ward, Long Xuyen city, Tải game Kinh 79 Province
-Tel: 0296.3852212 - Fax: 0296.3854598
-Email:
[email protected]
-Web: https://sokhcn.www-79kinh.com
-
-Address: 03 Le Trieu Kiet Street, My Binh ward, Long Xuyen city, Tải game Kinh 79 province
-Telephone: 0296.3852 913 Fax: 0296.3853380,
-Email:
[email protected]
-Web site: www.sokhdt.www-79kinh.com
-
-Address: No. 01 Le Hong Phong Street, My Binh Ward, Long Xuyen City, Tải game Kinh 79 Province
-Tel: (0296) 3956898 -Fax: (0296) 3 956898
-Email:
[email protected] -Website: https://sotttt.www-79kinh.com
-
-Address: 10 Le Trieu Kiet Street, My Binh Ward, Long Xuyên City, Tải game Kinh 79 Province.
-Phone number: 0296 3 952 638 - Fax: 0296 3 952 694 - 0296 3 846 498
-Email:
[email protected].
-Website: www.socongthuong.www-79kinh.com
-
-Address: 12 Le Trieu Kiet street, My Binh ward, Long Xuyen city, Tải game Kinh 79 province
-Telephone: 0296.3852578 , Fax: 0296.3857798
-Email:
[email protected]
-Website: www.sogddt.www-79kinh.com
-
";
var footstr = "";
var newstr = document.all.item(text).innerHTML;
//var newstr = document.getElementById(text).innerHTML;
var oldstr = document.body.innerHTML;
document.body.innerHTML = headstr + newstr + footstr;
window.print();
document.body.innerHTML = oldstr;
return false;
}
function printDiv2(text) {
var content = document.getElementById(text).innerHTML;
var printWindow = window.open('', '', 'height=600,width=800');
printWindow.document.write('
');
printWindow.document.write('');
printWindow.document.write(content);
printWindow.document.write('');
printWindow.document.close();
printWindow.print();
}
function share_fb(url) {
window.open('https://www.facebook.com/sharer/sharer.php?u='+url,'facebook-share-dialog',"width=626, height=436")
}
function toggleBackgroundColor() {
const element = document.getElementById('contrast');
const currentColor = window.getComputedStyle(element).backgroundColor;
if (currentColor === 'rgb(220, 220, 220)') {
element.style.backgroundColor = '#fff';
} else {
element.style.backgroundColor = 'rgb(220, 220, 220)';
}
}
var liActive = Array.from(document.querySelectorAll('.posts-list-noibat .post-title'));
if (Array.isArray(liActive) && liActive.length ) {
liActive[0].classList.add('active');
}
function increaseFontSize() {
var textElement = document.getElementById('text');
var currentSize = window.getComputedStyle(textElement, null).getPropertyValue('font-size');
var newSize = parseFloat(currentSize) + 2;
if (newSize <= 40) {
textElement.style.fontSize = newSize + 'px';
}
}
function decreaseFontSize() {
var textElement = document.getElementById('text');
var currentSize = window.getComputedStyle(textElement, null).getPropertyValue('font-size');
var newSize = parseFloat(currentSize) - 2;
if (newSize >= 12) {
textElement.style.fontSize = newSize + 'px';
}
}
function resetFontSize() {
var textElement = document.getElementById('text');
textElement.style.fontSize = '18px';
}