
<!--
function goPackage(Arg){
   var Arg;
	if (Arg == "m1"){	
		location.href="/html/homepage_02.php";
	}else if (Arg == "m1_1"){
		location.href="/html/homepage_02.php";
	}else if (Arg == "m1_2"){
		location.href="/html/homepage_02_2.php";
	}else if (Arg == "m1_3"){
		location.href="/html/homepage_02_3.php";
	}else if (Arg == "m1_4"){
		location.href="/html/homepage_02_4.php";
	}else if (Arg == "m2"){
		location.href="/html/shop_02.php";
	}else if (Arg == "m2_1"){
		location.href="/html/shop_02.php";
	}else if (Arg == "m2_2"){
		location.href="/html/shop_02_2.php";
	}else if (Arg == "m2_3"){
		location.href="/html/shop_02_3.php";
	}else if (Arg == "m2_4"){
		location.href="/html/shop_02_4.php";
	}
	}


function goMenu(Arg){
   var Arg;
	if (Arg == "m1"){	
		location.href="/html/homepage_01.php";
	}else if (Arg == "m2"){
		location.href="/html/shop_01.php";
	}else if (Arg == "m3"){
		location.href="/html/support_01.php";
	}else if (Arg == "m4"){
		location.href="/board/list.php?bbs_id=ing";
	}else if (Arg == "m5"){
		location.href="/html/addition_01.php";
	}else if (Arg == "m6"){
		location.href="/board/write.php?&bbs_id=inquiry";
	}
	}

function goSubMenu(Arg){
   var Arg;
	if (Arg == "m1_1"){	
		location.href="/html/homepage_01.php";
	}else if (Arg == "m1_2"){
		location.href="/html/homepage_02.php ";
	}else if (Arg == "m1_3"){
		location.href="/board/write.php?&bbs_id=inquiry";
	}else if (Arg == "m1_4"){
		location.href="/board/list.php?&bbs_id=consult";
	}else if (Arg == "m2_1"){
		location.href="/html/shop_01.php";
	}else if (Arg == "m2_2"){
		location.href="/html/shop_02.php ";
	}else if (Arg == "m2_3"){
		location.href="/board/write.php?&bbs_id=inquiry";
	}else if (Arg == "m2_4"){
		location.href="/board/list.php?&bbs_id=consult";
	}else if (Arg == "m3_1"){
		location.href="/html/support_01.php";
	}else if (Arg == "m3_2"){
		location.href="/html/support_02.php";
	}else if (Arg == "m3_3"){
		location.href="/board/write.php?&bbs_id=maintenance";
	}else if (Arg == "m3_4"){
		location.href="/board/write.php?&bbs_id=inquiry";
	}else if (Arg == "m4_1"){
		location.href="/board/list.php?bbs_id=ing";
	}else if (Arg == "m4_2"){
		location.href="/board/list.php?bbs_id=complete"; 
	}else if (Arg == "m5_1"){
		location.href="/html/addition_01.php";
	}else if (Arg == "m5_2"){
		location.href="/html/addition_02.php";
	}else if (Arg == "m5_3"){
		location.href="/board/list.php?bbs_id=programming";
	}else if (Arg == "m5_4"){
		location.href="/html/addition_04.php";
	}else if (Arg == "m5_5"){
		location.href="/html/addition_05.php";
	}else if (Arg == "m5_6"){
		location.href="/html/addition_06.php";
	}else if (Arg == "m5_7"){
		location.href="/html/addition_07.php";
	}else if (Arg == "m5_8"){
		location.href="/html/addition_08.php"; 
	}else if (Arg == "m6_1"){
		location.href="/board/write.php?&bbs_id=inquiry";
	}else if (Arg == "m6_2"){
		location.href="/board/list.php?&bbs_id=consult";
	}else if (Arg == "m6_3"){
		location.href="/board/write.php?&bbs_id=maintenance";
	}else if (Arg == "m6_4"){
		location.href="/board/list.php?&bbs_id=pds";
	}else if (Arg == "m6_5"){
		location.href="/board/list.php?&bbs_id=faq";
	}else if (Arg == "m6_6"){
		location.href="/board/list.php?bbs_id=news";
	}
	}
function getOverImg(Obj,Name,Path)
{
	Obj.src		= Path+"/"+Name;
}
//-->

