/*-------------------------------
 * »çÀÌÆ®¸Þ´ºÀÌµ¿È£ÃâÇÔ¼ö
 *------------------------------*/

var menu = new Array;

//-- GARU --------------------------------------------------------------
menu['t1'] = "http://www.p-view.com/garu/index.html";

// GARU¼Ò°³
menu['t1m1'] = "/html/garu/01.htm";

// ¸Þ´º¼Ò°³
menu['t1m2'] = "/html/garu/02.htm";

// ÀÌ´ÞÀÇÃßÃµ¸Þ´º
menu['t1m3'] = "/prog/bbs/index.php?bbs_id=garu3";

// ÀÚÀ¯°Ô½ÃÆÇ
menu['t1m4'] = "/prog/bbs/index.php?bbs_id=garu4";

// À¥Áø(PRES RELEASE)
menu['t1m5'] = "/prog/bbs/index.php?bbs_id=garu5";

// °øÁö»çÇ×(ÀÌº¥Æ®¿Í´º½º)
menu['t1m6'] = "/prog/bbs/index.php?bbs_id=garu6";


//-- MOU ---------------------------------------------------------------
menu['t2'] = "/html/mou/index.htm";

// GARU¼Ò°³
menu['t2m1'] = "/html/mou/01.htm";

// ¸Þ´º¼Ò°³
menu['t2m2'] = "/html/mou/02.htm";

// ÀÌ´ÞÀÇÃßÃµ¸Þ´º
menu['t2m3'] = "/prog/bbs/index.php?bbs_id=mou3";

// ÀÚÀ¯°Ô½ÃÆÇ
menu['t2m4'] = "/prog/bbs/index.php?bbs_id=mou4";

// À¥Áø(PRES RELEASE)
menu['t2m5'] = "/prog/bbs/index.php?bbs_id=mou5";

// °øÁö»çÇ×(ÀÌº¥Æ®¿Í´º½º)
menu['t2m6'] = "/prog/bbs/index.php?bbs_id=mou6";


//-- Hair News ---------------------------------------------------------
menu['t3'] = "/html/hair/index.htm";

// Çì¾î´º½º
menu['t3m1']   = "/html/hair/hairnews/00.htm";
menu['t3m1s1'] = "/html/hair/hairnews/01.htm"; // ABOUT SALON
menu['t3m1s2'] = "/html/hair/hairnews/02.htm"; // LOCATION
menu['t3m1s3'] = "/html/hair/hairnews/03.htm"; // AVEDA

// SERVICE
menu['t3m2']   = "/html/hair/service/01.htm";
menu['t3m2s1'] = "/html/hair/service/01.htm"; // HAIR
menu['t3m2s2'] = "/html/hair/service/011.htm"; //SCALP
menu['t3m2s3'] = "/html/hair/service/02.htm"; // MAKE UP
menu['t3m2s4'] = "/html/hair/service/03.htm"; // SKINCARE
menu['t3m2s5'] = "/html/hair/service/04.htm"; // NAIL & FOOTCARE


// STYLE MAGAZINE
menu['t3m3']   = "/prog/bbs/index.php?bbs_id=hair_style1";
menu['t3m3s1'] = "/prog/bbs/index.php?bbs_id=hair_style1"; // BEAUTY MAGAZINE
menu['t3m3s2'] = "/prog/bbs/index.php?bbs_id=hair_style2"; // PRESS RELEASE

// WEDDING
menu['t3m4']   = "/html/hair/wedding/01.htm";
menu['t3m4s1'] = "/html/hair/wedding/01.htm"; // ¿þµùÁ¦¾È
menu['t3m4s2'] = "/prog/bbs/index.php?bbs_id=hair_wedding2"; // ¿þµùÈ­º¸
menu['t3m4s3'] = "/prog/req/index.php"; // ¿Â¶óÀÎ¿¹¾à»ó´ã

// ÀÌ»óÀÏ½ºÅä¸®
menu['t3m5']   = "/html/hair/leesangil/01.htm";
menu['t3m5s1'] = "/html/hair/leesangil/01.htm"; // INTRODUCTION
menu['t3m5s2'] = "/prog/bbs/index.php?bbs_id=hair_story3"; // SKETCH
menu['t3m5s3'] = "/prog/bbs/index.php?bbs_id=hair_story3"; // FLOWER
menu['t3m5s4'] = "/prog/bbs/index.php?bbs_id=hair_story4"; // FASHION
menu['t3m5s5'] = "/prog/bbs/index.php?bbs_id=hair_story5"; // FASHION

// CS CENTER
menu['t3m6']   = "/prog/bbs/index.php?bbs_id=hair_center1";
menu['t3m6s3'] = "/prog/bbs/index.php?bbs_id=hair_center3"; // notice
menu['t3m6s4'] = "/prog/bbs/index.php?bbs_id=hair_center2"; // ÀÚÀ¯°Ô½ÃÆÇ
menu['t3m6s2'] = "/prog/bbs/index.php?bbs_id=hair_center1"; // ¹Ì¿ë»ó´ã


// ±âÅ¸¸Þ´º
menu['home'] = "/html/main.htm"; // È¨
menu['login'] = "/prog/user/login/index.php"; // ·Î±×ÀÎ
menu['logout'] = "/prog/user/login/index.php?mode=logout"; // ·Î±×¾Æ¿ô
menu['join'] = "/prog/user/join/index.php"; // È¸¿ø°¡ÀÔ
menu['find'] = "/prog/user/find/index.php"; // Ã£±â
menu['mypage'] = "/prog/user/mypage/index.php"; // ¸¶ÀÌÆäÀÌÁö
//menu['sitemap'] = "/prog/doc/index.php?doc_id=sitemap"; // »çÀÌÆ®¸Ê
menu['sitemap'] = ""; // »çÀÌÆ®¸Ê

// »çÀÌÆ®ÀÌµ¿
function siteGo( t, m, s)
{
	//alert( "t=" + t + ", m=" + m + ", s=" + s);

	if( ! m && ! s && menu[t])
	{
		document.location.href = menu[t];
		return;
	}
	var mn = "";
	if( t > 0) mn = "t" + t;
	if( t > 0 && m > 0) mn += "m" + m;
	if( t > 0 && m > 0 && s > 0) mn += "s" + s;
	//alert( mn);

	if( ! menu[mn])
	{
		// ÁØºñÁßÀ¸·Î¿¬°á
		alert( "ÁØºñÁßÀÔ´Ï´Ù");
		//document.location.href = "/htm/notfound.htm";
	}
	else
	{
		document.location.href = menu[mn];
	}
}

function goSite( t, m, s)
{
	siteGo( t, m, s);
}
