/*** 
* ÀÛ¼ºÀÚ : ±èÃ¶Çö         /        *  ÀÛ¼ºÀÏÀÚ : 2004
* Filename :              /         * ÇÁ·ÎÁ§Æ® : ±³¿ø L&C  MAMU
* ºñ°í : 
**/
 
 /********************************************************************************************************
	Popup Á¤ÀÇ
	º¯¼ö Á¤ÀÇ : pop - ÆÄÀÏ¸í, width - °¡·Î»çÀÌÁî, height - ¼¼·Î»çÀÌÁî, flag - 0:½ºÅ©·Ñ¾øÀ½, 1:½ºÅ©·ÑÀÖÀ½
********************************************************************************************************/
function pop(pop,width,height,flag)
{
	var url = pop;
	var wd = width;
	var he = height;

    if (flag == "0" )
    {  window.open(url,"","toolbar=0,menubar=0,scrollbars=no,resizable=no,top=20,left=20,width=" + wd +",height=" + he + ";");  }
    else 
    {  window.open(url,"","toolbar=0,menubar=0,scrollbars=yes,resizable=no,top=20,left=20,width=" + wd +",height=" + he + ";");  }
}

/********************************************************************************************************
	Layer Show Hide
********************************************************************************************************/
function LayerSH(LayerName,Status) {

ns4 = (document.layers)?true:false
ie4 = (document.all)?true:false

	if (ns4) {
		LayerN = document.layers[LayerName]
		if (Status == 'show') LayerN.visibility = 'show';
		if (Status == 'hide') LayerN.visibility = 'hidden';
	}
	if (ie4) {
		LayerN = document.all[LayerName].style
		if (Status == 'show') {
		LayerN.visibility = 'visible';
		LayerN.display = 'block';
		}
		if (Status == 'hide') {
		LayerN.visibility = 'hidden';
		LayerN.display = 'none';
		}
	}
}

/********************************************************************************************************
	¸µÅ©½Ã Æ÷Ä¿½º ¾ø¾Ö´Â ÇÔ¼ö
********************************************************************************************************/
function allblur() {
    for (i = 0; i < document.links.length; i++)
        document.links[i].onfocus = document.links[i].blur;
}
window.onload=allblur

/********************************************************************************************************
	select ¹Ú½º ÀÌ¿ë½Ã ¼­ºñ½ºÂÊ ÆäÀÌÁö ÀÌµ¿
********************************************************************************************************/
function go_select(sel, targetstr)
{
  var index = sel.selectedIndex;
  if (sel.options[index].value != '') {
     if (targetstr == 'blank') {
       window.open(sel.options[index].value, 'win1');
     } else {
       var frameobj;
       if ((frameobj = eval(targetstr)) != null)
       frameobj.location = sel.options[index].value;
     }
  }
}


/********************************************************************************************************
	FLASH ¸µÅ© °ü·Ã ÇÔ¼öµé
********************************************************************************************************/
function mamu01()  // mamu story
{
    window.location.href="/story/concept.asp";
}

function mamu01_01()  // mamu concept
{
    window.location.href="/story/concept.asp";
}

function mamu01_02()  // mamu products
{
    window.location.href="/story/products.asp";
}

function mamu01_03()  // mamu AD gallery
{
    window.location.href="/story/adgallery.asp";
}

function mamu01_04()  // what's new
{
    window.location.href="/story/new_list.asp";
}

function mamu01_05()  // Best mamu
{
    window.location.href="/story/bestmamu.asp";
}

function mamu02()  // White Control Program
{
    window.location.href="/white/NewWhite_main.asp";
}

function mamu02_001()  // 
{
    window.location.href="/white/NewWhite_main.asp";
}

function mamu02_002()  // Ç»¸®ÆÄÀ× Å¬·£Àú
{
    window.location.href="/white/Newwhite_product01.asp";
}

function mamu02_003()  // ¸®ÇÁ·¹½ÌÅä³Ê
{
    window.location.href="/white/Newwhite_product02.asp";
}

function mamu02_004()  // ¸ÖÆ¼ÀÌÆÑÆ® ¿¡¸ÖÀü
{
    window.location.href="/white/Newwhite_product03.asp";
}

function mamu02_005()  // È­ÀÌÆ®ÀÌÆÑÆ®¼¼·³
{
    window.location.href="/white/Newwhite_product04.asp";
}

function mamu02_006()  // ÇÁ¸®¹Ì¾ö½ºÆÌ¼¼·³
{
    window.location.href="/white/Newwhite_product07.asp";
}

function mamu02_007()  // È­ÀÌÆ® ÀÌÆÑÆ® Å©¸²
{
    window.location.href="/white/Newwhite_product05.asp";
}

function mamu02_008()  // ¸ÖÆ¼ÀÌÆåÆ® º£ÀÌ½º
{
    window.location.href="/white/Newwhite_product06.asp";
}

function mamu02_009()  // Å¬¸®¾î¸¶½ºÅ©ÆÑ
{
    window.location.href="/white/Newwhite_product08.asp";
}

function mamu02_010()  // Old White Control Porgram
{
    window.location.href="/white/main.asp";
}

function mamu02_011()  // Age Control program 1depth
{
    window.location.href="/age/main.asp";
}

function mamu02_012()  // Å©¸®¹Ì Å¬·»Àú
{
    window.location.href="/age/age_product01.asp";
}

function mamu02_013()  // ¹ë·±½Ì Åä³Ê
{
    window.location.href="/age/age_product02.asp";
}

function mamu02_014()  //  ¹ÙÀÌÅ»¶óÀÌÂ¡ ¿¡¸ÖÁ¯
{
    window.location.href="/age/age_product03.asp";
}

function mamu02_015()  //  ¾ÈÆ¼ ¿¡ÀÌÂ¡ ¼¼·³
{
    window.location.href="/age/age_product04.asp";
}

function mamu02_016()  //  ¾ÈÆ¼ ¿¡ÀÌÂ¡ ¾ÆÀÌ ¼¼·³
{
    window.location.href="/age/age_product05.asp";
}

function mamu02_017()  //  ¿¡ÀÌÁö ÄÁÆ®·Ñ ¸³ ¿¡¼¾½º
{
    window.location.href="/age/age_product06.asp";
}

function mamu02_018()  //  ¾ÈÆ¼ ¿¡ÀÌÂ¡ ¼¼·³
{
    window.location.href="/age/age_product07.asp";
}

function mamu02_019()  //  ÆäÀÌ¼È Æ®¸®Æ®¸ÕÆ® ¸¶½ºÅ©
{
    window.location.href="/age/age_product08.asp";
}

function mamu02_010_1()  // Ç»¸®ÆÄÀ× Å¬·£Àú
{
    window.location.href="/white/white_product01.asp";
}

function mamu02_010_2()  // ¸®ÇÁ·¹½ÌÅä³Ê
{
    window.location.href="/white/white_product02.asp";
}

function mamu02_010_3()  // ¸ÖÆ¼ÀÌÆÑÆ® ¿¡¸ÖÀü
{
    window.location.href="/white/white_product03.asp";
}

function mamu02_010_4()  // È­ÀÌÆ®ÀÌÆÑÆ®¼¼·³
{
    window.location.href="/white/white_product04.asp";
}

function mamu02_010_5()  // È­ÀÌÆ® ÀÌÆÑÆ® Å©¸²
{
    window.location.href="/white/white_product08.asp";
}

function mamu02_010_6()  // ¸ÖÆ¼ÀÌÆåÆ® º£ÀÌ½º
{
    window.location.href="/white/white_product05.asp";
}

function mamu02_010_7()  // ÇÁ¸®¹Ì¾öºñÅ¸¼¼·³
{
    window.location.href="/white/white_product06.asp";
}

function mamu02_010_8()  // Å¬¸®¾î¸¶½ºÅ©ÆÑ
{
    window.location.href="/white/white_product07.asp";
}

function mamu03()  // Basic program 1depth
{
    window.location.href="/basic/basic_product01.asp";
}

function mamu03_01()  // 
{
    window.location.href="/basic/basic_product01.asp";
}

function mamu03_02()  // 
{
    window.location.href="/basic/basic_product02.asp";
}

function mamu03_03()  // ¹Ì³×¶ö ¿¡³ÊÁö ¸¶»çÁö Å©¸²
{
    window.location.href="/basic/basic_product03.asp";
}


function mamu04()  // Intensive program 1depth
{
    window.location.href="/intensive/intensive_product01.asp";
}

function mamu04_01()  // 
{
    window.location.href="/intensive/intensive_product01.asp";
}


function mamu05()  // Intensive program 1depth
{
    window.location.href="/makeup/makeup_product01.asp";
}

function mamu05_01()  // 
{
    window.location.href="/makeup/makeup_product01.asp";
}
function mamu05_02()  // 
{
    window.location.href="/makeup/makeup_product02.asp";
}


function mamu06()  // Trouble free program 1depth
{
    window.location.href="/trouble/main.asp";
}

function mamu06_01()  // ¸®ÆÄÀÌ´× Å¬·£Àú
{
    window.location.href="/trouble/trouble_product01.asp";
}

function mamu06_02()  // ÄÁÆ®·Ñ Åä³Ê
{
    window.location.href="/trouble/trouble_product02.asp";
}

function mamu06_03()  // ¸ðÀÌ½ºÃ³ ¿¡¸ÖÀü
{
    window.location.href="/trouble/trouble_product03.asp";
}

function mamu06_04()  // Æ®¸®Æ¼¸ÕÆ® ¼¼·³
{
    window.location.href="/trouble/trouble_product04.asp";
}

function mamu07()  // Ato Free Program 1depth
{
    window.location.href="/ato/NewAto_main.asp";
}

function mamu07_001()  // Ato Free Program 1depth
{
    window.location.href="/ato/NewAto_main.asp";
}

function mamu07_002()  // Å¬·»Àú
{
    window.location.href="/ato/NewAto_product01.asp";
}

function mamu07_003()  // ·Î¼Ç
{
    window.location.href="/ato/NewAto_product02.asp";
}

function mamu07_004()  //  Å©¸²
{
    window.location.href="/ato/NewAto_product03.asp";
}

function mamu07_005()  //  ¼±·Î¼Ç
{
    window.location.href="/ato/NewAto_product04.asp";
}

function mamu07_006()  // ±âÁ¸ ¾ÆÅä ¸ÞÀÎ
{
    window.location.href="/ato/main.asp";
}

function mamu07_007()  // ¸¶ÀÏµå ¹ÙµðÅ¬·£Àú
{
    window.location.href="/ato/ato_product01.asp";
}

function mamu07_008()  // ¿¢½ºÆ®¶ó¹Ùµð·Î¼Ç
{
    window.location.href="/ato/ato_product02.asp";
}

function mamu07_009()  //  ¸ðÀÌ½ºÅÍ¹Ùµð¿ÀÀÏ
{
    window.location.href="/ato/ato_product03.asp";
}

function mamu07_010()  //  ¸ðÀÌ½ºÃ³ÆäÀÌ½ºÅ©¸²
{
    window.location.href="/ato/ato_product04.asp";
}

function mamu08()  // FOR MAN Program 1depth
{
    window.location.href="/man/main.asp";
}

function mamu08_01()  // Á¨Æ² Æ÷¹Ö Å¬·»Àú
{
    window.location.href="/man/man_product01.asp";
}

function mamu08_02()  // ÇÁ·¹½Ã ½ºÅ²
{
    window.location.href="/man/man_product02.asp";
}

function mamu08_03()  //  µ¥ÀÌ ÇÁ·ÎÅØÆ® ·Î¼Ç
{
    window.location.href="/man/man_product03.asp";
}

function mamu08_04()  //  ³ªÀÌÆ® ÄÉ¾î ¿¡¼¾½º
{
    window.location.href="/man/man_product04.asp";
}

function mamu09()  // Purece
{
    window.location.href="/purece/concept.asp";
}

function mamu09_01()  // Purece
{
    window.location.href="/purece/concept.asp";
}

function mamu09_02()  // 
{
    window.location.href="/purece/purece01.asp";
}

function mamu09_03()  //
{
    window.location.href="/purece/purece02.asp";
}

function customer()  //  customer service
{
    window.location.href="/etc/customer.asp";
}

function p_customer()  //  °í°´¼¾ÅÍ ÆË¾÷
{
    pop("http://help.kyowon.co.kr/index.asp?site_id=mamu",900,740,1);
	//alert("¼­¹ö Á¡°ËÀ¸·Î ¼­ºñ½ºÀ» Àá½Ã Áß´ÜÇÕ´Ï´Ù.\n\nÀÌ¿ë¿¡ ºÒÆíÀ» µå·Á ÁË¼ÛÇÕ´Ï´Ù.");
}

function sitemap()  //  »çÀÌÆ®¸Ê
{
    window.location.href="/etc/sitemap.asp";
}

function event()  //  ÀÌº¥Æ®
{
    window.location.href="/etc/evt_main.asp";
}

function howby()  //  How To Buy
{
    window.location.href="/etc/howbuy.asp";
}

function home()  //  ¸ÞÀÎ 
{
    window.location.href="/default.asp";
}

function ye()  //  ¸ÞÀÎ 
{
    window.open("http://www.kyowonlnc.com/v2/cosmetic/cosmetic.asp");
}

/********************************************************************************************************
	¿µ¹® »çÀÌÆ®¸Ê
********************************************************************************************************/
function emamu01()  // mamu story
{
    window.location.href="/eng/story/concept.asp";
}

function emamu01_01()  // mamu concept
{
    window.location.href="/eng/story/concept.asp";
}

function emamu01_02()  // mamu products
{
    window.location.href="/eng/story/products.asp";
}

function emamu01_03()  // mamu AD gallery
{
    window.location.href="/eng/story/adgallery.asp";
}

function emamu01_04()  // Best mamu
{
    window.location.href="/eng/story/bestmamu.asp";
}

function emamu02()  // White Control Program
{
    window.location.href="/eng/white/main.asp";
}

function emamu02_01()  // Ç»¸®ÆÄÀ× Å¬·£Àú
{
    window.location.href="/eng/white/white_product01.asp";
}

function emamu02_02()  // ¸®ÇÁ·¹½ÌÅä³Ê
{
    window.location.href="/eng/white/white_product02.asp";
}

function emamu02_03()  // ¸ÖÆ¼ÀÌÆÑÆ® ¿¡¸ÖÀü
{
    window.location.href="/eng/white/white_product03.asp";
}

function emamu02_04()  // È­ÀÌÆ®ÀÌÆÑÆ®¼¼·³
{
    window.location.href="/eng/white/white_product04.asp";
}

function emamu02_05()  // È­ÀÌÆ® ÀÌÆÑÆ® Å©¸²
{
    window.location.href="/eng/white/white_product05.asp";
}

function emamu02_06()  // ¸ÖÆ¼ÀÌÆåÆ® º£ÀÌ½º
{
    window.location.href="/eng/white/white_product06.asp";
}

function emamu02_07()  // ÇÁ¸®¹Ì¾öºñÅ¸¼¼·³
{
    window.location.href="/eng/white/white_product07.asp";
}

function emamu02_08()  // Å¬¸®¾î¸¶½ºÅ©ÆÑ
{
    window.location.href="/eng/white/white_product08.asp";
}

function emamu03()  // Trouble free program 1depth
{
    window.location.href="/eng/trouble/main.asp";
}

function emamu03_01()  // ¸®ÆÄÀÌ´× Å¬·£Àú
{
    window.location.href="/eng/trouble/trouble_product01.asp";
}

function emamu03_02()  // ÄÁÆ®·Ñ Åä³Ê
{
    window.location.href="/eng/trouble/trouble_product02.asp";
}

function emamu03_03()  // ¸ðÀÌ½ºÃ³ ¿¡¸ÖÀü
{
    window.location.href="/eng/trouble/trouble_product03.asp";
}

function emamu03_04()  // Æ®¸®Æ¼¸ÕÆ® ¼¼·³
{
    window.location.href="/eng/trouble/trouble_product04.asp";
}

function emamu04()  // Ato Free Program 1depth
{
    window.location.href="/eng/ato/main.asp";
}

function emamu04_01()  // ¸¶ÀÏµå ¹ÙµðÅ¬·£Àú
{
    window.location.href="/eng/ato/ato_product01.asp";
}

function emamu04_02()  // ¿¢½ºÆ®¶ó¹Ùµð·Î¼Ç
{
    window.location.href="/eng/ato/ato_product02.asp";
}

function emamu04_03()  //  ¸ðÀÌ½ºÅÍ¹Ùµð¿ÀÀÏ
{
    window.location.href="/eng/ato/ato_product03.asp";
}

function emamu04_04()  //  ¸ðÀÌ½ºÃ³ÆäÀÌ½ºÅ©¸²
{
    window.location.href="/eng/ato/ato_product04.asp";
}

function emamu05()  // ±³¿ø ¿¤¾Ø¾¾ ¼Ò°³
{
    window.location.href="/eng/company/company01.asp";
}

function emamu05_01()  // CEO ÀÎ»ç¸»
{
    window.location.href="/eng/company/company02.asp";
}

function emamu05_02()  // °æ¿µÀÌ³ä ¹× ºñÀü
{
    window.location.href="/eng/company/company03.asp";
}

function emamu05_03()  //  »ç¾÷¿µ¿ª
{
    window.location.href="/eng/company/company04.asp";
}

function emamu06()  //  Contact Us
{
    window.location.href="/eng/etc/contact.asp";
}

function emamu07()  // Age Control Program
{
    window.location.href="/eng/age/main.asp";
}

function emamu07_01()  // Ç»¸®ÆÄÀ× Å¬·£Àú
{
    window.location.href="/eng/age/age_product01.asp";
}

function emamu07_02()  // ¸®ÇÁ·¹½ÌÅä³Ê
{
    window.location.href="/eng/age/age_product02.asp";
}

function emamu07_03()  // ¸ÖÆ¼ÀÌÆÑÆ® ¿¡¸ÖÀü
{
    window.location.href="/eng/age/age_product03.asp";
}

function emamu07_04()  // È­ÀÌÆ®ÀÌÆÑÆ®¼¼·³
{
    window.location.href="/eng/age/age_product04.asp";
}

function emamu07_05()  // È­ÀÌÆ® ÀÌÆÑÆ® Å©¸²
{
    window.location.href="/eng/age/age_product05.asp";
}

function emamu07_06()  // ¸ÖÆ¼ÀÌÆåÆ® º£ÀÌ½º
{
    window.location.href="/eng/age/age_product06.asp";
}

function emamu07_07()  // ÇÁ¸®¹Ì¾öºñÅ¸¼¼·³
{
    window.location.href="/eng/age/age_product07.asp";
}

function emamu07_08()  // Å¬¸®¾î¸¶½ºÅ©ÆÑ
{
    window.location.href="/eng/age/age_product08.asp";
}

function emamu08()  // For men Program
{
    window.location.href="/eng/man/main.asp";
}

function emamu08_01()  // Ç»¸®ÆÄÀ× Å¬·£Àú
{
    window.location.href="/eng/man/man_product01.asp";
}

function emamu08_02()  // ¸®ÇÁ·¹½ÌÅä³Ê
{
    window.location.href="/eng/man/man_product02.asp";
}

function emamu08_03()  // ¸ÖÆ¼ÀÌÆÑÆ® ¿¡¸ÖÀü
{
    window.location.href="/eng/man/man_product03.asp";
}

function emamu08_04()  // È­ÀÌÆ®ÀÌÆÑÆ®¼¼·³
{
    window.location.href="/eng/man/man_product04.asp";
}

function eng()  //  ¿µ¹® È¨
{
    window.location.href="/eng/";
}

function personal()  //  ¿µ¹® È¨
{
   window.open("https://membership.kyowon.co.kr/user/join/UserJoinInfoP.asp", "popup", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=650,height=700,left=0,top=0");
}

/*************************************************************************************************/
function GoUrl(name) {	
	if (eval(name) == "") {
		alert("ÇØ´ç ÆäÀÌÁö°¡ ¾ø½À´Ï´Ù.");
		return;	
	}
	 else {
		var url = eval(name);
		location.href = eval(name);
	}
}

// mamu story
MamuStory = "/eng/story/concept.asp";
	MamuStory01 = "/eng/story/concept.asp";			// mamu concept
	MamuStory02 = "/eng/story/products.asp";		// mamu products
	MamuStory03 = "/eng/story/adgallery.asp";		// mamu AD gallery
	MamuStory04 = "/eng/story/bestmamu.asp";		// Best mamu

// White Control Program
WhiteControl = "/eng/white/main.asp";
	WhiteControl01 = "/eng/white/white_product01.asp";		// Ç»¸®ÆÄÀ× Å¬·£Àú
	WhiteControl02 = "/eng/white/white_product02.asp";		// ¸®ÇÁ·¹½ÌÅä³Ê
	WhiteControl03 = "/eng/white/white_product03.asp";		// ¸ÖÆ¼ÀÌÆÑÆ® ¿¡¸ÖÀü
	WhiteControl04 = "/eng/white/white_product04.asp";		// È­ÀÌÆ®ÀÌÆÑÆ®¼¼·³
	WhiteControl05 = "/eng/white/white_product05.asp";		// È­ÀÌÆ® ÀÌÆÑÆ® Å©¸²
	WhiteControl06 = "/eng/white/white_product06.asp";		// ¸ÖÆ¼ÀÌÆåÆ® º£ÀÌ½º
	WhiteControl07 = "/eng/white/white_product07.asp";		// ÇÁ¸®¹Ì¾öºñÅ¸¼¼·³
	WhiteControl08 = "/eng/white/white_product08.asp";		// Å¬¸®¾î¸¶½ºÅ©ÆÑ

// Age Control Program
AgeControl = "/eng/age/main.asp";
	AgeControl01 = "/eng/age/age_product01.asp";		// Ç»¸®ÆÄÀ× Å¬·£Àú
	AgeControl02 = "/eng/age/age_product02.asp";		// ¸®ÇÁ·¹½ÌÅä³Ê
	AgeControl03 = "/eng/age/age_product03.asp";		// ¸ÖÆ¼ÀÌÆÑÆ® ¿¡¸ÖÀü
	AgeControl04 = "/eng/age/age_product04.asp";		// È­ÀÌÆ®ÀÌÆÑÆ®¼¼·³
	AgeControl05 = "/eng/age/age_product05.asp";		// È­ÀÌÆ® ÀÌÆÑÆ® Å©¸²
	AgeControl06 = "/eng/age/age_product06.asp";		// ¸ÖÆ¼ÀÌÆåÆ® º£ÀÌ½º
	AgeControl07 = "/eng/age/age_product07.asp";		// ÇÁ¸®¹Ì¾öºñÅ¸¼¼·³
	AgeControl08 = "/eng/age/age_product08.asp";		// Å¬¸®¾î¸¶½ºÅ©ÆÑ

// BASIC	3
Basic = "/eng/basic/main.asp";
	Basic01 = "/eng/basic/basic_product01.asp";		// Ç»¸®ÆÄÀ× Å¬·£Àú
	Basic02 = "/eng/basic/basic_product02.asp";		// ¸®ÇÁ·¹½ÌÅä³Ê
	Basic03 = "/eng/basic/basic_product03.asp";		// ¸®ÇÁ·¹½ÌÅä³Ê

// INTENSIVE	4
Intensive = "/eng/intensive/intensive_product01.asp";
	Intensive01 = "/eng/intensive/intensive_product01.asp";		// Intensive program

// TROUBLE FREE	5
TroubleFree = "/eng/trouble/main.asp";
	TroubleFree01 = "/eng/trouble/trouble_product01.asp";		// ¸®ÆÄÀÌ´× Å¬·£Àú
	TroubleFree02 = "/eng/trouble/trouble_product02.asp";		// ÄÁÆ®·Ñ Åä³Ê
	TroubleFree03 = "/eng/trouble/trouble_product03.asp";		// ¸ðÀÌ½ºÃ³ ¿¡¸ÖÀü
	TroubleFree04 = "/eng/trouble/trouble_product04.asp";		// Æ®¸®Æ¼¸ÕÆ® ¼¼·³

// ATO FREE	6
AtoFree = "/eng/ato/main.asp";
	AtoFree01 = "/eng/ato/ato_product01.asp";		// ¸¶ÀÏµå ¹ÙµðÅ¬·£Àú
	AtoFree02 = "/eng/ato/ato_product02.asp";		// ¿¢½ºÆ®¶ó¹Ùµð·Î¼Ç
	AtoFree03 = "/eng/ato/ato_product03.asp";		// ¸ðÀÌ½ºÅÍ¹Ùµð¿ÀÀÏ
	AtoFree04 = "/eng/ato/ato_product04.asp";		// ¸ðÀÌ½ºÃ³ÆäÀÌ½ºÅ©¸²

// MAMU FOR MAN	7
MamuForman = "/eng/man/main.asp";
	MamuForman01 = "/eng/man/man_product01.asp";		// Ç»¸®ÆÄÀ× Å¬·£Àú
	MamuForman02 = "/eng/man/man_product02.asp";		// ¸®ÇÁ·¹½ÌÅä³Ê
	MamuForman03 = "/eng/man/man_product03.asp";		// ¸ÖÆ¼ÀÌÆÑÆ® ¿¡¸ÖÀü
	MamuForman04 = "/eng/man/man_product04.asp";		// È­ÀÌÆ®ÀÌÆÑÆ®¼¼·³

// PURECE	8
Purece = "/eng/purece/purece_product01.asp";
	Purece01 = "/eng/purece/purece_product01.asp";		// 
	Purece02 = "/eng/purece/purece_product02.asp";		// 
	Purece03 = "/eng/purece/purece_product03.asp";		// 

// ContactUs
ContactUs = "/eng/etc/contact.asp";

// KYOWON L&C
KyowonLnC = "eng/company/company01.asp";
	KyowonLnC01 = "/eng/company/company01.asp";		// 
	KyowonLnC02 = "/eng/company/company02.asp";		// 
	KyowonLnC03 = "/eng/company/company03.asp";		// 
	KyowonLnC04 = "/eng/company/company04.asp";		// 

/*************************************************************************************************/