function GlobaNetworkPopup() {

	TheURL = "/eng/02_aboutus/aboutus_pop_01.asp";
	posx = (screen.width - 610)/2;
	posy = (screen.height - 500)/2;
	GlobaNetworkwin = window.open(TheURL, "GlobaNetwork", "scrollbars=yes,toolbar=no,width=625, height=500, left="+posx+",top="+posy);     
	GlobaNetworkwin.focus();

}

function GlobaNetworkContact(email) {
	TheURL = '/Eng/07_mis/pop_post.asp?email='+email;
	posx = (screen.width - 455)/2;
	posy = (screen.height - 400)/2;
	window.open(TheURL,'contact',"scrollbars=auto,width=455,height=400,left="+posx+",top="+posy);
}

function AboutusDowntest(URL) {
 
	  var downLoadURL="/include/downAlert.asp?DownloadFileURL="+URL;
	  location.href = downLoadURL;
  
}

function pressView(idx)  {
	document.location = '/eng/06_press/rel_view.asp?idx='+idx;
}

function WhatsNewView(idx)  {
	document.location = '/eng/07_mis/news_view.asp?idx='+idx;
}


