﻿// About Us
function menu1()
{
	window.open("index.aspx?p=1&a=1&t=5&i=5","_self");
}
function menu1a()
{// Introduction
	window.open("index.aspx?p=1&a=1&t=5&i=5","_self");
}
function menu1b()
{// Location
	window.open("index.aspx?p=1&a=1&t=6&i=6","_self");
}
//News
function menu2()
{
	window.open("index.aspx?p=2&a=1&t=1","_self");
}
function menu2a()
{
	window.open("index.aspx?p=2&a=1&t=1","_self");
}
function menu2b()
{
	window.open("index.aspx?p=2&a=1&t=2","_self");
}
function menu2c()
{
	window.open("index.aspx?p=2&a=1&t=3","_self");
}
function menu2d()
{
	window.open("index.aspx?p=2&a=1&t=4","_self");
}
// Member
function menu3()
{	
	window.open("index.aspx?p=3&a=1","_self"); // Register
}
function menu3a()
{	
	window.open("index.aspx?p=3&a=1","_self"); // Register
}
function menu3b()
{	
	window.open("index.aspx?p=3&a=2","_self"); // Edit Profile
}
function menu3c()
{	
	window.open("index.aspx?p=3&a=113&t=6","_self"); // Login
}
function menu3d()
{	
	window.open("index.aspx?p=3&a=3","_self"); // Find ID, Password
}
// What is here
function menu4()
{
	window.open("index.aspx?p=4&a=1&t=1","_self");
}
function menu4a()
{
	window.open("index.aspx?p=4&a=1&t=1","_self");
}
function menu4b()
{
	window.open("index.aspx?p=4&a=1&t=2","_self");
}
function menu4c()
{
	window.open("index.aspx?p=4&a=1&t=3","_self");
}
function menu4d()
{
	window.open("index.aspx?p=4&a=1&t=4","_self");
}
// Technical Facilities
function menu5()
{
	window.open("index.aspx?p=5&a=1&t=10&i=9","_self");
}
// Announcement
function menu6()
{
	window.open("index.aspx?p=6&a=1&t=11","_self");
}
function menu6a()
{
	window.open("index.aspx?p=6&a=1&t=11","_self");
}
function menu6b()
{
	window.open("index.aspx?p=6&a=1&t=12","_self");
}
// Career
function menu7()
{
	window.open("index.aspx?p=7&a=1&t=8","_self");
}
function menu7a()
{
	window.open("index.aspx?p=7&a=1&t=8","_self");
}
function menu7b()
{
	window.open("index.aspx?p=7&a=5&t=9&i=8","_self");
}

// Contact Us
function menu8()
{
	window.open("index.aspx?p=8&a=1&t=7&i=7","_self");
}
function menu8a()
{
	window.open("index.aspx?p=8&a=1&t=7&i=7","_self");
}
function menu8b()
{
	window.open("index.aspx?p=8&a=3","_self");
}

//Shopping 
function menu10()
{
	window.open("floorguide.aspx","_self");
}
//Hotnews
function hotnews()
{

}
//
function tienganh()
{
	ChangeLanguage("en");
}
//
function tiengviet()
{
	ChangeLanguage("vn");
}
//
function ChangeLanguage(strLang)
{
	Url_Current = window.location.href;
	while(Url_Current.indexOf("&")>-1) 
	{
		Url_Current = Url_Current.replace("&","_");
	}	
	Url_Link = "Language.aspx?lang=" + strLang + "&url=" + Url_Current;
	window.open(Url_Link,"_self");	
	
}
//Noel
function noel()
{
    //alert("Chuối");
    var obj, ps;
    obj = window.open("Noel0904292.htm","_blank","toolbar=0, menubar=0, location=0, resizable=0, scrollbars=1, width = 829, height = 690");
    ps = (screen.width - 829)/2;
    obj.moveTo(ps,5);
    /*obj = window.open("Noel0904291.htm","_blank","toolbar=0, menubar=0, location=0, resizable=0, scrollbars=1, width = 717, height = 690");
    ps = (screen.width - 716)/2;
    obj.moveTo(ps,5);*/
    
}
function fyzas(){
    var obj, ps;
    obj = window.open("Noel0904291.htm","_blank","toolbar=0, menubar=0, location=0, resizable=0, scrollbars=1, width = 842, height = 690");
    ps = (screen.width - 826)/2;
    obj.moveTo(ps,5);
    //obj = window.open("Noel0904292.htm","_blank","toolbar=0, menubar=0, location=0, resizable=0, scrollbars=1, width = 854, height = 690");
}

