/*Copyright by Nguyen Duc Minh*/;
function mCopyright()
{
	var m=''+top.window.location;
	m=m.toLowerCase()
	if(top.frames.length>0)
	{
		i=m.indexOf('.vnn.vn/');
		if ((i<0) || (i>17))
		{
			i=m.indexOf('.edu.net.vn/')
			if(i<0 || i>15) top.window.location=window.location
		}
	}
	if(m.indexOf('cache')>5)
	{
		window.status='Developed by Nguyen Duc Minh and collaborators!';
		document.getElementById('mCMS').style.visibility='visible';
	}
	else
	{
		var mc=0;
		mS = function()
		{
			mc=mc+1;
			if(mc<11)window.status='Developed by Nguyen Duc Minh and collaborators!';
			else
			{
				if(mc==11)window.status='';
				else if(mc==60)mc=0;
			}
			window.setTimeout('mS()',1000);
		}
		mS();
	}
}
function mAjax(m2)
{
	var m3;
	try{m3=new ActiveXObject('Msxml2.XMLHTTP');}
	catch(E)
	{
		try{m3=new XMLHttpRequest();}
		catch (E)
		{
			try{m3=new ActiveXObject('Microsoft.XMLHTTP');}
			catch(E)
			{
				alert('Your browser do not support ajax - Trình duy\u1EC7t c\u1EE7a b\u1EA1n không h\u1ED7 tr\u1EE3 ajax.');
				window.location=window.location+'default.aspx';
				return false;
			}
		}
	}
	m3.onreadystatechange=function()
	{
		if(m3.readyState==4)document.getElementById('mOfCMS').innerHTML=m3.responseText;
	};
	m3.open('GET',m2,true);m3.send(null);
}
function mAction(i,j)
{
	var m=document.mForm;
	var hoten=m.hoten.value;
	var sbd=m.sbd.value;
	if((hoten.length!=0) || (sbd.length!=0))
	{
		if(hoten.length!=0)
		{
			while((hoten.length!=0) && ('qwertyuiopasdfghjklzxcvbnm\u0111àá\u1EA1\u1EA3ãâ\u1EA7\u1EA5\u1EAD\u1EA9\u1EAB\u0103\u1EB1\u1EAF\u1EB7\u1EB3\u1EB5èé\u1EB9\u1EBB\u1EBDê\u1EC1\u1EBF\u1EC7\u1EC3\u1EC5ìí\u1ECB\u1EC9\u0129òó\u1ECD\u1ECFõô\u1ED3\u1ED1\u1ED9\u1ED5\u1ED7\u01A1\u1EDD\u1EDB\u1EE3\u1EDF\u1EE1ùú\u1EE7\u1EE5\u0169\u01B0\u1EEB\u1EE9\u1EF1\u1EED\u1EEF\u1EF3ý\u1EF5\u1EF7\u1EF9'.indexOf(hoten.substring(0,1).toLowerCase())==-1))
			{hoten=hoten.substring(1);m.hoten.value=hoten;}
	        }
		if(sbd.length!=0)
	        {
			while((sbd.length!=0) && ('123456789'.indexOf(sbd.substring(0,1))==-1))
			{sbd=sbd.substring(1);m.sbd.value=sbd;}
		}
		if((hoten.length!=0) || (sbd.length!=0))
		{
			if(i)
			{
				if(j==null) j=1;
				mAjax('search.aspx?c='+m.truong.options[m.truong.selectedIndex].value+'&h='+encodeURI(hoten)+'&s='+sbd+'&p='+j);
			}
			else return true;
		}
		else alert('Xin nh\u1EADp tên ho\u1EB7c s\u1ED1 báo danh h\u1EE3p l\u1EC7');
	}
	else alert('Xin nh\u1EADp tên ho\u1EB7c s\u1ED1 báo danh h\u1EE3p l\u1EC7');
	return false;
}
function mClear()
{
	document.getElementById('mOfCMS').innerHTML='';
}
function mGetByPage()
{
	m=document.mPID.mPageId;
	j=m.options[m.selectedIndex].text;
	mAction(true,j);
	if(document.documentElement&&document.documentElement.scrollTop)document.documentElement.scrollTop=310;
	else if(document.body) document.body.scrollTop=310;
}
function mDetail(i)
{
	if(i) mWin=window.open('detail.aspx?'+i, 'mDetail','height=540,width=478,top=1,left=100,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=0,location=0,menubar=0,resizable=0,scrollbars=auto,status=0,titlebar=1,toolbar=0,z-lock=0',false);
	else mWin=window.open('about:blank', 'mDetail','height=540,width=478,top=1,left=100,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=0,location=0,menubar=0,resizable=0,scrollbars=auto,status=0,titlebar=1,toolbar=0,z-lock=0',false);
	mWin.focus(true)
}
mCopyright();
