// JavaScript Document

u1="/comfort.asp";
u11="/comfort-list1-1.asp";
u111="/comfort-list1-1.asp";
u112="/comfort-list1-2.asp";
u113="/comfort-list1-3.asp";
u114="/comfort-list1-4.asp";
u115="/comfort-list1-6.asp";
u116="/comfort-list1-7.asp";
u117="/comfort-list1-9.asp";



u12="/comfort-list1-10.asp";
u121="/comfort-list1-10.asp";
u122="/comfort-list1-11.asp";
u123="/comfort-list1-12.asp";
u124="/comfort-list1-13.asp";
u125="/comfort-list1-14.asp";
u126="/comfort-list1-15.asp";
u127="/comfort-list1-16.asp";


u2="/romance.asp";
u21="/romance1.asp";
u211="/romance1.asp";
u212="/romance11.asp";
u213="/romance12.asp";
u214="/romance13.asp";
u22="/romance2.asp";
u221="/romance2.asp";
u222="/romance21.asp";



u3="/cate.asp";
u31="/cate1-1.asp";
u311="/cate1-1.asp";
u312="/cate1-2.asp";
u313="/cate1-3.asp";
u32="/cate2-1.asp";
u321="/cate2-1.asp";
u322="/cate2-2.asp";
u33="/cate3-1.asp";
u331="/cate3-1.asp";
u332="/cate3-2.asp";
u34="/cate4-1.asp";
u341="/cate4-1.asp";
u342="/cate4-2.asp";
u35="/cate5-1.asp";
u351="/cate5-1.asp";
u352="/cate5-2.asp";
u353="/cate5-3.asp";
u354="/cate5-4.asp";
//u36="javascript:pop('/product/best/index.htm','BestShow',700,500);";


u4="/entertainment.asp";
u41="/entertainment.asp";
u42="/entertainment1.asp";
u43="/entertainment2.asp";
u44="/entertainment3.asp";
u45="/entertainment4.asp";
u46="/entertainment5.asp";



u5="/meeting.asp";
u51="/meetinglist1.asp";
u511="/meetinglist1.asp";
u512="/meetinglist12.asp";
u513="/meetinglist13.asp";
u514="/meetinglist14.asp";
u52="/meetinglist2.asp";
u521="/meetinglist2.asp";
u522="/meetinglist21.asp";
u523="/meetinglist22.asp";

function link() {
    var url = "";
    var depth = arguments.length;
   //try {
        if (depth == 0) {
            return;
        }
        if (arguments[0] == "6" &&
            arguments[1] == "3" && arguments[2] == "3") {
            window.open("/index.html", "Principle", "width=1002,height=580,scrollbars=no");
            return;
        } else if (arguments[0] == "3" && arguments[1] == "6") {
            window.open("/product/best/index.htm", "BestShow", "width=700,height=500,scrollbars=no");
            return;
        } else if (arguments[0] == "5" && arguments[1] == "4") {
            window.open("/prcenter/inlife/inlife.html", "InLife", "width=646,height=464,scrollbars=no");
            return;
        } else if (arguments[0] == "1" && arguments[1] == "5") {
            window.open("/company/dream/dreamstory.html", "Dream", "width=700,height=500,scrollbars=no");
            return;
        } else if (depth == 1) {
            url = eval("u" + arguments[0]);
        } else if (depth == 2) {
            url = eval("u" + arguments[0] + arguments[1]);
        } else if (depth == 3) {
            url = eval("u" + arguments[0] + arguments[1] + arguments[2]);
        } else if (depth == 4) {
            url = eval("u" + arguments[0] + arguments[1] + arguments[2] + arguments[3]);
        }
        if (url == "") {
            alert("\uC900\uBE44\uC911\uC785\uB2C8\uB2E4.");
        } else {
            location.href = url;
        }
   // } catch (e) {
   //     alert("\uC900\uBE44\uC911\uC785\uB2C8\uB2E4.");}
    
}

