/************************************************* ÇÃ·¡½Ã ¸Þ´º url (start) *******************************************************/
/************************************************************
*  javascript:gotoPage('page')
************************************************************/

//#########################################################################################################
//¸ÞÀÎ
pagehome="http://jp.hanbitsoft.com";
//#########################################################################################################

//±¹¹®ÆäÀÌÁö
page_1 = "http://www.hanbitsoft.co.kr";
page_2 = "http://www.hanbitsoft.co.kr/Biz/HanbitOn.aspx";

//¿µ¹®ÆäÀÌÁö
page_eng1 = "http://www.hanbitsoft.com/about/index.asp";
page_eng2 = "/products/index.asp";

//===================================================================================================================//
//JAPAN
//===================================================================================================================//

//About*************************************************************************/
page_jpn1="/about/index.asp";

//company--------------------------------------------/
page1_1="/about/company/about_hanbit.asp";

//È¸»ç¼Ò°³
page1_1_1="/about/company/about_hanbit.asp";

//ºñÁ¯
page1_1_2="/about/company/vision.asp";

//¿¬Çõ
page1_1_3="/about/company/history.asp";

//ÆÄÆ®³Ê
page1_1_4="/about/company/partner.asp";

//ÃÖ°í°æ¿µÀÚ
page1_1_5="/about/company/Top management.asp";


//investor info--------------------------------------------/
page1_2="/about/investor/stock_info.asp";

//ÁÖ½ÄÁ¤º¸
page1_2_1="/about/investor/stock_info.asp";

//Àç¹«Á¤º¸
page1_2_2="/about/investor/financial1.asp";

//´ëÂ÷´ëÁ¶Ç¥
page1_2_2_1="/about/investor/financial1.asp";

//¼ÕÀÍ°è»ê¼­
page1_2_2_2="/about/investor/financial2.asp";

//Çö±ÝÈå¸§Ç¥
page1_2_2_3="/about/investor/financial3.asp";

//Àç¹«ÁöÇ¥
page1_2_2_4="/about/investor/financial4.asp";

//ºÎºÐº° ¸ÅÃâ¾×
page1_2_2_5="/about/investor/financial5.asp";

//ºÎºÐº° ¸ÅÃâ¾× ºñÁß
page1_2_2_6="/about/investor/financial6.asp";

//±â¾÷°ø½Ã
page1_2_3="/about/investor/publication.asp";

//ºÐ¼®ÀÚ·á½Ç
page1_2_4="/about/investor/data.asp";


//business--------------------------------------------/
page1_4="/about/business/interior_online.asp";

//±¹³»»ç¾÷
page1_4_1="/about/business/interior_online.asp";

//¿Â¶óÀÎ°ÔÀÓ
page1_4_1_1="/about/business/interior_online.asp";

//°ÔÀÓÆ÷Å»
page1_4_1_2="/about/business/interior_game potal.asp";

//pc°ÔÀÓ
page1_4_1_3="/about/business/interior_pc.asp";

//Ä³¸¯ÅÍ
page1_4_1_4="/about/business/interior_character.asp";

//ÇØ¿Ü»ç¾÷
page1_4_2="/about/business/foreign.asp";

//ÆÛºí¸®½Ì
page1_4_3="/about/business/publish1.asp";

//ÀÚÃ¼°³¹ß
page1_4_3_1="/about/business/publish2.asp";

//outside
page1_4_3_2="/about/business/publish3.asp";

//publishing
page1_4_3_3="/about/business/publish4.asp";


//FOOTER--------------------------------------------/
//contact us
page1_0_3="/about/member/contact.asp";

//»çÀÌÆ®¸Ê
page1_0_4="/about/member/sitemap.asp";


//Products*************************************************************************/
page_jpn2="/products/index.asp";

//ÇÑºû¿Â--------------------------------------------/
page2_2="/products/hanbiton/on.asp";

//ÇÑºû¿Â
page2_2_1="/products/hanbiton/on.asp";


//character--------------------------------------------/
page2_3="/products/character/character.asp";

page2_3_3="/products/character/character.asp";


//pc/consol game--------------------------------------------/
page2_4="/products/pcgame/pccon.asp";

page2_4_1="/products/pcgame/pccon.asp";


//online gaem--------------------------------------------/
page2_5="/products/onlinegame/pangya.asp";

//½Å¾ß±¸
page2_5_1="/products/onlinegame/pangya.asp";

//ÆÎ¾ß
page2_5_2="/products/onlinegame/neo.asp";

//³×¿À½ºÆÀ
page2_5_3="/products/onlinegame/tan.asp";

//tantra
page2_5_4="/products/onlinegame/yd.asp";

//wid
page2_5_5="/products/onlinegame/sp.asp";

//¼­ÇÁ
page2_5_6="/products/onlinegame/gra.asp";

//±×¶ó³ªµµ ¿¡½ºÆÄ´Ù
page2_5_7="/products/onlinegame/hell.asp";

//Çï°ÔÀÌÆ®
page2_5_8="/products/onlinegame/mythos.asp";

//Çï°ÔÀÌÆ®
page2_5_9="/products/onlinegame/popoming.asp";

//FOOTER--------------------------------------------/
//contact us
page2_0_3="/products/member/contact.asp";

//»çÀÌÆ®¸Ê
page2_0_4="/products/member/sitemap.asp";


//#########################################################################################################
//ÇÃ·¡½Ã ¸µÅ©¼Ò½º
//#########################################################################################################

function gotoPage(page,target){
	//alert(page);
	if (eval(page) == ""){
		alert("ÁØºñÁßÀÔ´Ï´Ù!");
	}else{
		//parent.location.target="_top";
		if (eval(page) == "/"){
			parent.location.href = eval(page);
		}else{
			location.href = eval(page);
		}
	}
}

function imgOpen(pageName,popname){
		popup = window.open(pageName,popname,'width=616,height=550,resizable=no,scrollbars=yes,top=100,left=100,status=yes');
		popup.focus();
	}

function gotofamily(familyName){
		window.open(eval(familyName), '_new');
	}
	
/*************************************** ÇÃ·¡½Ã ¸Þ´º url (end) *********************************************/