﻿Gnb01 = "/Eng/Default.aspx";
Gnb02 = "/Eng/util/siteMap.aspx";
Gnb03 = "/Default.aspx";
recruit = "/Eng/employment/employment_list.aspx";

//introduce
Page01 = "/Eng/introduce/greeting.aspx";

Page0101 = "/Eng/introduce/greeting.aspx";
Page0102 = "/Eng/introduce/organization.aspx";
Page0103 = "/Eng/introduce/philosophy.aspx";
Page0104 = "/Eng/introduce/vision.aspx";
Page0105 = "/Eng/introduce/location.aspx";
Page0106 = "/Eng/introduce/overview.aspx";
Page0107 = "/Eng/introduce/ci.aspx";


//business
Page02 = "/Eng/business/businessMain.aspx";

Page0201 = "/Eng/business/realEstate.aspx";
Page0202 = "/Eng/business/consulting.aspx";
Page0203 = "/Eng/business/abroadDev.aspx";
Page0204 = "/Eng/business/shoppingmall.aspx";
Page0205 = "/Eng/business/assetManagement.aspx";


//realResults
Page03 = "/Eng/realResults/realResults.aspx";


//PR
Page04 = "/Eng/PR/newsReport_list.aspx";

Page0401 = "/Eng/PR/newsReport_list.aspx";
Page0402 = "/Eng/PR/newsNotice_list.aspx";


//employment
Page05 = "/Eng/util/siteMap.aspx";


/*Page05 = "/Eng/employment/employment_list.aspx";

Page0501 = "/Eng/employment/employment_list.aspx";
Page0502 = "/Eng/employment/application.aspx";*/

function gotoPage(page,target){
    //alert(page);
    if(eval(page) == ""){//not ready yet
        alert("coming soon!")
    }
    else if(page == "aaaa"){//popup
        window.open(eval(page),'','width=,height=,top=,left=,scrollbars=no,resizable=no,status=no');
    }
    else {
        location.href = eval(page);
    }
}
