
// ¸ÞÀÎ
function main()
{
	location.href="main.asp";
}


//1.È¸»ç¼Ò°³  ========================================================
function a()
{
	a1();
}

//È¸»ç¼Ò°³ _ 1) CEO ÀÎ»ç¸» 
function a1()
{
	location.href="company_01.asp";
}


//È¸»ç¼Ò°³ _ 2) °æ¿µÀÌ³ä 
function a2()
{
	location.href="company_02.asp";
}

//È¸»ç¼Ò°³ _ 3) È¸»ç¿¬Çõ 
function a3()
{
	location.href="company_03.asp";
}

//È¸»ç¼Ò°³ _ 4) È¸»ç¼Ò½Ä
function a4()
{
	location.href="company_04.asp";
}

//È¸»ç¼Ò°³ _ 5) ¾àµµ ¹× ¿¬¶ôÃ³ 
function a5()
{
	location.href="company_05.asp";
}





//2. °è¿­»ç ¹× °ü°è»ç  ========================================================
function b()
{
	b1();
}

//Á¦Ç°Á¤º¸ _ 1) ÀÏ¾çÀÍ½ºÇÁ·¹½º
function b1()
{
	location.href="group_01.asp";
}
//Á¦Ç°Á¤º¸ _ 2) ºê¸µ½ºÄÚ¸®¾Æ
function b2()
{
	location.href="group_02.asp";
}
//Á¦Ç°Á¤º¸ _ 3) ÀÏ¿ì¿¡ÀÌÀü½Ã
function b3()
{
	location.href="group_03.asp";
}

//Á¦Ç°Á¤º¸ _ 4) ÀÏ¾çÅÃ¹è
function b4()
{
	location.href="group_04.asp";
}

//Á¦Ç°Á¤º¸ _ 5) ÀÏ¿ì·ÎÁö½ºÆ½½º
function b5()
{
	location.href="group_05.asp";
}

//Á¦Ç°Á¤º¸ _ 6) ÀÏ¾ç¹°·ù
function b6()
{
	location.href="group_06.asp";
}

//Á¦Ç°Á¤º¸ _ 7) DHL Korea
function b7()
{
	location.href="group_07.asp";
}

//Á¦Ç°Á¤º¸ _ 8) ½ºÀ§½ºÆ÷Æ®ÄÚ¸®¾Æ
function b8()
{
	location.href="group_08.asp";
}

//Á¦Ç°Á¤º¸ _ 9) ½ºÀ§½ºÆ÷Æ®ÄÚ¸®¾Æ
function b9()
{
	location.href="group_09.asp";
}




//3. »ç¾÷ºÐ¾ß  ========================================================
function c()
{
	c1();
}

//»ê¾÷º°ÀÀ¿ëºÐ¾ß _ 1) º¸°ü/Àç°í°ü¸®
function c1()
{
	location.href="business_01.asp";
}

//»ê¾÷º°ÀÀ¿ëºÐ¾ß _ 2) Æ÷Àå¼­ºñ½º
function c2()
{
	location.href="business_02.asp";
}

//»ê¾÷º°ÀÀ¿ëºÐ¾ß _ 3) Åë°ü¼­ºñ½º
function c3()
{
	location.href="business_03.asp";
}

//»ê¾÷º°ÀÀ¿ëºÐ¾ß _ 4) ¹è¼Û¼­ºñ½º
function c4()
{
	location.href="business_04.asp";
}

//»ê¾÷º°ÀÀ¿ëºÐ¾ß _ 5) º¸Çé¼­ºñ½º
function c5()
{
	location.href="business_05.asp";
}

//»ê¾÷º°ÀÀ¿ëºÐ¾ß _ 6) ±¹Á¦º¹ÇÕ¿î¼Û
function c6()
{
	location.href="business_06.asp";
}
//»ê¾÷º°ÀÀ¿ëºÐ¾ß _ 7) º¸Çé¼­ºñ½º
function c7()
{
	location.href="business_07.asp";
}

//»ê¾÷º°ÀÀ¿ëºÐ¾ß _ 8) ±¹Á¦º¹ÇÕ¿î¼Û
function c8()
{
	location.href="business_08.asp";
}

//»ê¾÷º°ÀÀ¿ëºÐ¾ß _ 9) Çö±Ý±Í±Ý¼Ó¿î¼Ûº¸°ü
function c9()
{
	location.href="business_09.asp";
}


//4. °í°´Áö¿ø  ========================================================
function d()
{
	d1();
}

//°í°´Áö¿ø  _ 1) °í°´»ó´ã½Ç 
function d1()
{
	location.href="customer_01.asp";
}

//°í°´Áö¿ø  _ 2) ¼­ºñ½ºÀÌ¿ëÈÄ±â
function d2()
{
	location.href="customer_02.asp";
}

//°í°´Áö¿ø  _ 3) ÀÚÁÖ¹¯´Â Áú¹®
function d3()
{
	location.href="customer_03.asp";
}

//°í°´Áö¿ø  _ 4) ºÎ¼­º°´ã´çÀÚ¿¬¶ôÃ³
function d4()
{
	location.href="customer_04.asp";
}





//5. »çÀÌÆ®¸Ê  ========================================================
function e()
{
	location.href="sitemap.asp";
}


