var fBrw=(navigator.userAgent.indexOf('MSIE')!= -1 && navigator.userAgent.indexOf('Windows')!= -1);
var fDSp=(typeof(document.getElementById)!='undefined');

var strDomain = 'namtanuyen.com.vn'
var sLocation = location.href;

var pos = sLocation.indexOf("namtanuyen.com.vn")
//if (pos < 1) location.href='http://namtanuyen.com.vn';
if (typeof(PageHost) == 'undefined') var PageHost = '';

var objXML;
var aFlag=true;


function ntcf (ntc_number) {

msg=open("","NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,top=0,left=0,width=500,height=523");
  if (ntc_number==1) {
		msg.location = "ntcmap.html"
	}

  if (ntc_number==2) {
		msg.location = "NTUmap.html"
	}

  if (ntc_number==3) {
		msg.location = "NTU3.html"
	}
}

function mapclk (mid) {

msg=open("","NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,top=0,left=0,width=778,height=580");

  if (mid==333) {
		msg.location = "NTU3.html"
	}
}

function ifraclk (ifra_number) {

msg=open("","NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,top=0,left=0,width=600,height=424");
  if (ifra_number==44) {
		msg.location = "subland.html"
	}
}

function openImage(vLink, vHeight, vWidth)
{
	var sLink = (typeof(vLink.href) == 'undefined') ? vLink : vLink.href;

	if (sLink == '')
	{
		return false;
	}

	winDef = 'status=no,resizable=no,scrollbars=yes,toolbar=no,location=no,fullscreen=no,titlebar=yes,height='.concat(vHeight).concat(',').concat('width=').concat(vWidth).concat(',');
	winDef = winDef.concat('top=').concat((screen.height - vHeight)/2).concat(',');
	winDef = winDef.concat('left=').concat((screen.width - vWidth)/2);
	newwin = open('', '_blank', winDef);

	newwin.document.writeln('<LINK REL="stylesheet" TYPE="text/css" HREF="styles/ntu.css">');
	newwin.document.writeln('<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">');
	newwin.document.writeln('<a href="" onClick="window.close(); return false;"><img src="', sLink, '" alt="', (fBrw) ? '&#272;&#243;ng l&#7841;i' : 'Dong lai', '" border=0></a>');
	newwin.document.writeln('</body>');

	if (typeof(vLink.href) != 'undefined')
	{
		return false;
	}
}