// This script will be openning the Popup window with the size has defined.
//PENG2K
//NHAN SU
var win;
var windowX = 0;
var windowY = 0;
function _abquanly(){
	if (win && !win.closed) win.close();
	win = window.open('ab_quanly.html', 'windowName',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=300, height=420');
	win.focus();
	win.moveTo(windowX,windowY);
}

function _abbep(){
	if (win && !win.closed) win.close();
	win = window.open('ab_bep.html', 'windowName',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=372, height=322');
	win.focus();
	win.moveTo(windowX,windowY);
}

function _abtapvukt(){
	if (win && !win.closed) win.close();
	win = window.open('ab_tapvu&kt.html', 'windowName',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=620, height=325');
	win.focus();
	win.moveTo(windowX,windowY);
}

function _abphucvu(){
	if (win && !win.closed) win.close();
	win = window.open('ab_phucvuban.html', 'windowName',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=372, height=343');
	win.focus();
	win.moveTo(windowX,windowY);
}

//CHUONG TRINH HOAT DONG

function _abletan(){
	if (win && !win.closed) win.close();
	win = window.open('ab_letan.html', 'windowName',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=373, height=541');
	win.focus();
	win.moveTo(windowX,windowY);
}

function _abmualan(){
	if (win && !win.closed) win.close();
	win = window.open('ab_mualan.html', 'windowName',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=620, height=506');
	win.focus();
	win.moveTo(windowX,windowY);
}

function _abphuongcham(){
	if (win && !win.closed) win.close();
	win = window.open('ab_phuongcham.html', 'windowName',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=373, height=348');
	win.focus();
	win.moveTo(windowX,windowY);
}

function _abthuonghieu(){
	if (win && !win.closed) win.close();
	win = window.open('ab_thuonghieu.html', 'windowName',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=302, height=212');
	win.focus();
	win.moveTo(windowX,windowY);
}

function _abmap(){
	if (win && !win.closed) win.close();
	win = window.open('map.html', 'windowName',
'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500, height=426');
	win.focus();
	win.moveTo(windowX,windowY);
}
