/********************************************************************************************************

	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,width=" + wd +",height=" + he + ";");  }

    else 

    {  window.open(url,"","toolbar=0,menubar=0,scrollbars=yes,resizable=no,width=" + wd +",height=" + he + ";");  }

}





/*+******************************* 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;

     }

  }

}



/********************************* ÀÌ¹ÌÁöºä¾î ÆË¾÷ *********************************************/

//by kajongy

function OpenImgViewer(imgSrc,vWidth,vHeight)

{

//	var ImgViewer = window.open("/common/imageViewer2.asp?imgName="+imgSrc, "ImgViewer", "width="+(vWidth + 126)+",height="+(vHeight+170)+",top=10,left=10,scrollbars=yes,resizeable=no");

	var fixWidth

	var fixHeight

	 

	if (vWidth > 898 )

    {  fixWidth = 898 ;  }

    else 

    { fixWidth = vWidth; }



	if (vHeight > 530 )

    {  fixHeight = 530 ;  }

    else 

    { fixHeight = vHeight; }

	

	var ImgViewer = window.open("/common/imageViewer.jsp?imgsrc="+imgSrc, "ImgViewer", "width="+(fixWidth + 126)+",height="+(fixHeight+170)+",top=10,left=10,scrollbars=yes,resizeable=no");

}



/********************************* ÀÌ¹ÌÁöºä¾î ÆË¾÷ *********************************************/

function OpenImgViewer2(imgSrc)

{

	var ImgViewer = window.open("/common/imageViewer.jsp?imgsrc="+imgSrc, "ImgViewer", "width=800,height=800,top=10,left=10,scrollbars=yes,resizeable=no");

}



/*************************** ÄÁÅÙÃ÷ ÀÎ¼â ÆË¾÷Ã¢ ¸¸µé±â *********************************************/

function OpenPrintWnd(){

	var wnd = window.open("/mypage/common/common_print.jsp","print_wnd","toolbar=0,menubar=0,scrollbars=yes,resizable=no,width=728,height=660"); 

}



/*************************** ÄÁÅÙÃ÷ ÀÎ¼â ÆË¾÷Ã¢ ¸¸µé±â *********************************************/

function OpenInsuSupportWnd( insu_code, master_no ){

	var wnd = window.open("/insu/popup_support.jsp?insu_code=" + insu_code + "&master_no=" + master_no,"support_wnd","toolbar=0,menubar=0,scrollbars=yes,resizable=no,width=660,height=560"); 

}





/*************************** ÀüÈ­ Á¾·ù¿¡ µû¸¥ Áö¿ª¹øÈ£ »ý¼º *********************************************/

function MakePhoneBox(phone_gb, phone1){



	var sel_len = phone1.length;

	for( i = sel_len-1 ; i >=0  ; i-- )

	{

		phone1.options[i] = null;

	}



	if (phone_gb.options[phone_gb.options.selectedIndex].value != "01"){

		 var option0 = new Option("02","02", true,true);

		 var option1 = new Option("031","031", true);

		 var option2 = new Option("032","032", true);

		 var option3 = new Option("033","033", true);

		 var option4 = new Option("041","041", true);

		 var option5 = new Option("042","042", true);

		 var option6 = new Option("043","043", true);

		 var option7 = new Option("051","051", true);

		 var option8 = new Option("052","052", true);

		 var option9 = new Option("053","053", true);

		 var option10 = new Option("054","054", true);

		 var option11 = new Option("055","055", true);

		 var option12 = new Option("061","061", true);

		 var option13 = new Option("062","062", true);

		 var option14 = new Option("063","063", true);

		 var option15 = new Option("064","064", true);



		// option °´Ã¼¸¦ Ãß°¡

		phone1.options[0] = option0

		phone1.options[1] = option1

		phone1.options[2] = option2

		phone1.options[3] = option3

		phone1.options[4] = option4

		phone1.options[5] = option5

		phone1.options[6] = option6

		phone1.options[7] = option7

		phone1.options[8] = option8

		phone1.options[9] = option9

		phone1.options[10] = option10

		phone1.options[11] = option11

		phone1.options[12] = option12

		phone1.options[13] = option13

		phone1.options[14] = option14

		phone1.options[15] = option15

	}

	else{

		// option °´Ã¼¸¦ »ý¼º

		var option0 = new Option("010", "010", true, true);

		var option1 = new Option("011", "011", true);

		var option2 = new Option("016", "016", true);

		var option3 = new Option("017", "017", true);

		var option4 = new Option("018", "018", true);

		var option5 = new Option("019", "019", true);



		// option °´Ã¼¸¦ Ãß°¡

		phone1.options[0] = option0

		phone1.options[1] = option1

		phone1.options[2] = option2

		phone1.options[3] = option3

		phone1.options[4] = option4

		phone1.options[5] = option5

	}

}



/********************************************************************************************************

	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';

		}

	}

}

// onKepress¿¡¼­ ¿£ÅÍÀÔ·Â½Ã ÀÚ¹Ù½ºÅ©¸³Æ® ÇÔ¼ö ½ÇÇà

function isEnter(strScript) 

{

	if (window.event.keyCode==13)

			eval(strScript);	

}



/********************************************************************************************************

	Flash Link (Header GNB)

********************************************************************************************************/



function main_sda(){

	location.href = ("/");

}



function sda01(){ //º¸Çè

	location.href =  ("/insu/main.jsp");

}



function sda02(){ //´ëÃâ

	location.href =  ("/loan/main.jsp");

}



function sda03(){ //º¸»ó¼­ºñ½º

	location.href =  ("/bosang/main.jsp");

}



function sda04(){ //°í°´¼¾ÅÍ

	location.href =  ("/support/main.jsp");

}



function sda05(){ //¶óÀÌÇÁÀÎÆ÷

	location.href =  ("/life/main.jsp");

}



function sda06(){ //¸¶ÀÌÆäÀÌÁö

	location.href =  ("/mypage/main.jsp");

}



function top03(){ //È¸¿ø°¡ÀÔ

	location.href = ("/join/check_exist.jsp")

}



function top04(){ //È¸¿øÁ¤º¸¼öÁ¤

	location.href = ("/mypage/info/info.jsp")

}



function top05(){ //ÀÌ¸ÞÀÏ

	window.open("http://mail.sdafire.com/index.html")

}



function top06(){ //»çÀÌÆ®¸Ê

	location.href = ("/etc/sitemap/sitemap.jsp")

}



function top07(){ //»çÀÌÆ®¸Ê

	location.href = ("/company/main.jsp")

}







function email_pop() {//ÀÌ¸ÞÀÏ¼ö½Å°ÅºÎ

    window.open("http://www.hwgeneralins.com/footer/email.jsp","","width=450,height=320,toolbar=0,menubar=0,scrollbars=yes,resizable=no");

}



function eve_pop() {//ÀÌº¥Æ® ÀÓ½Ã

    window.open("/etc/event/carnation_2007/index.jsp?cid=hw02&oid=017","","width=1017,height=750,toolbar=0,menubar=0,scrollbars=yes,resizable=no");

}



/********************************************************************************************************

	Flash Link (Left GNB)

********************************************************************************************************/



/* °ú½ÇÆÇÁ¤µµ¿ì¹Ì */



function showLaw(num){

	window.open("/bosang/example/case04/law/" + num + ".html","","width=668,height=600,toolbar=0,menubar=0,scrollbars=yes,resizable=no");

}





/* º¸»ó¼­ºñ½º */



function service01(num){ //»ç°í°¡³ª¸é



	if (num =='2'){ //Áúº´/»óÇØº¸ÇèÃ³¸®ÀýÂ÷

	location.href = ("/bosang/accident/normal_process.jsp");

	}

	

	else if (num =='3'){ //È­ÀçÆ¯Á¾º¸ÇèÃ³¸®ÀýÂ÷

	location.href = ("/bosang/accident/fire_process.jsp");

	}

	

	else if (num =='4'){ //º¸Çè±ÝÃ»±¸¼­·ù

	location.href = ("/bosang/accident/request_paper_01.jsp");

	}

	

	else if (num =='5'){ //º¸ÇèÃ³¸®ÇÒ±î¸»±î?

	location.href = ("/bosang/accident/choice_index.jsp");

	}

	

	else { //ÀÚµ¿Â÷º¸ÇèÃ³¸®ÀýÂ÷

	location.href = ("/bosang/accident/car_process_01.jsp");

	}



}



function service02(num){ //Á¢¼ö¸¦ ÇÏ°í



	if (num =='2'){ //»ç°íÃ³¸®°á°úÁ¶È¸

	location.href = ("/bosang/accept/result_list.jsp");

	}

	

	else { //»ç°íÁ¢¼ö

	location.href = ("/bosang/accept/index.jsp");

	}



}



function service03(num){ //»ç·Ê È®ÀÎ ÈÄ - »ç°íÃ³¸®ÇØ°á»ç

	if (num =='2'){ //Áúº´/»óÇØº¸»ó»ç·Ê

	location.href = ("/faq/exSelfFAQS.jsp?category_id1=CATE20040512000015&category_id2=CATE20040512000019");

	}

	

	else if (num =='3'){ //È­ÀçÆ¯Á¾º¸»ó»ç·Ê

	location.href = ("/faq/exSelfFAQS.jsp?category_id1=CATE20040512000015&category_id2=CATE20040512000020");

	}

	

	else if (num =='4'){ //»ç°íÃ³¸®ÇØ°á»ç

	window.open("/bosang/example/case04/main.html","","width=700,height=522,toolbar=0,menubar=0,scrollbars=no,resizable=no");

	}

	

	else if (num =='1'){ //»ç°íÃ³¸®ÇØ°á»ç

	location.href = ("/faq/exSelfFAQS.jsp?category_id1=CATE20040512000015&category_id2=CATE20040512000017");

	}



	else { //ÀÚµ¿Â÷º¸»ó»ç·Ê

	location.href = ("/bosang/example/index.jsp");

	}

	

}



function service04(num){ //»ó´ãÇÏ¼¼¿ä



	if (num =='2'){ //1:1 ¸ÂÃã»ó´ã

	location.href = ("/mail/exMailQuestion.jsp?TBID2=&TBID3=");

	}

	

	else { //¼ÕÇØ»çÁ¤ÀÎ1:1»ó´ã

	location.href = ("/bosang/support/man_index.jsp");

	}



}



function service05(num){ //ÆóÂ÷¼­ºñ½º



	if (num =='2'){ //ÆóÂ÷Á¤º¸

	location.href = ("/bosang/out/info.jsp");

	}

	

	else if (num =='3'){ //°¡°ÝÁ¶È¸ ¹× ½ÅÃ»

	location.href = ("/bosang/out/apply_01.jsp");

	}

	

	else if (num =='4'){ //ÆóÂ÷Ã³¸®Á¶È¸

	location.href = ("/bosang/out/query.jsp");

	}

		

	else { //ÆóÂ÷¼­ºñ½ºÃ³¸®ÀýÂ÷

	location.href = ("/bosang/out/index.jsp");

	}



}



function service06(){ //Çù·Â¾÷Ã¼ º¸Çè±ÝÁö±Þ Á¶È¸

	location.href = ("/bosang/co_inquiry/index.jsp");	

}



function service07(num){ //µµ³­Â÷·®Ã£±â



	if (num =='2'){ //µµ³­È¸¼öÂ÷·®°æ¸Å¾È³»

	location.href = ("/bosang/theft/auction_list.jsp");

	}

	

	else { //Á¦º¸¾È³»

	location.href = ("/bosang/theft/report_list.jsp");

	}



}



function service08(num){ //·»Æ®Ä«ÇÒÀÎ



	if (num =='2'){ //·»Æ®Ä«¿ä±ÝÁ¶È¸

	location.href = ("/bosang/rent/pay_normal.jsp");

	}

	

	else if (num =='3'){ //¿µ¾÷¼­ºñ½º¸ÁÁ¶È¸

	location.href = ("/bosang/rent/branch.jsp");

	}

	

	else { //¼­ºñ½º¾È³»

	location.href = ("/bosang/rent/index.jsp");

	}



}



function service_banner01(){ // Banner - º¸»ó/¼­ºñ½º¸ÁÃ£±â

	window.open("/etc/center/ceneter_tel.jsp","","width=668,height=600,toolbar=0,menubar=0,scrollbars=yes,resizable=no");

}



function service_banner02(){ // Banner - º¸Çè¿ë¾î»çÀü

	window.open("/etc/dic/dic_01.jsp","","width=668,height=600,toolbar=0,menubar=0,scrollbars=yes,resizable=no");

}



function service_banner03(){ // Banner - ±ä±ÞÃâµ¿¼­ºñ½º

	location.href = ("/support/emergency/index.jsp");

}



function service_banner04(){ // Banner - Á¤ºÎº¸Àå»ç¾÷

	location.href = ("/bosang/gov/index_01.jsp");

}



function service_banner05(){ // Banner - °¡Áö±Þ º¸Çè±Ý Á¦µµ

	location.href = ("/bosang/etc/gajikeup.jsp");

}

function service_banner06(){ // Banner - º¸Çè±Ý Áö±Þ¾È³»

	window.open("/etc/act_mon.jsp","","width=468,height=580,toolbar=0,menubar=0,scrollbars=yes,resizable=no");

}





/* º¸Çè */

function products01(){ //ÀüÃ¼»óÇ°º¸±â

	location.href = ("/insu/all_product.jsp");

}



function products02(num){ //ÅëÇÕº¸Çè



	if (num =='2'){ //Ä«³×ÀÌ¼ÇÇÏ³ª·Îº¸Çè

	location.href = ("/insu/etc/carnationhanaro_index.jsp");	

	}

	

	else { //Ä«³×ÀÌ¼ÇÇÏ³ª·Îº¸Çè

	location.href = ("/insu/etc/carnationhanaro_index.jsp");	

	}



}



function products03(num){ //ÀÚµ¿Â÷º¸Çè



	if (num =='2'){ //¹«¹è´çC¥ËRnationº¸Çè

	location.href = ("/insu/carnation/pers_01_A4B.jsp");

	}

	

	else { //C¥ËRnation ÀÚµ¿Â÷º¸Çè

	location.href = ("/insu/carnation/pers_01_A4A.jsp");

	}



}



function products04(num) { //¿©Çà °ñÇÁ È­Àç



	if (num =='2'){ //ÇØ¿Ü¿©ÇàÀÚº¸Çè

	location.href = ("/insu/travel/out_index.jsp");	

	}

	

	else if (num =='3'){ //°ñÇÁÅõ¾îº¸Çè

	location.href = ("/insu/golf/golf_index.jsp");	

	}

	

	else if (num =='4'){ //°ñÇÁº¸Çè

	location.href = ("/insu/fire/golf_index.jsp");	

	}

	

	else if (num =='5') { //ÁÖÅÃÈ­Àçº¸Çè

	location.href = ("/insu/fire/house_index.jsp");	

	}



	else { //±¹³»¿©ÇàÀÚº¸Çè

	location.href = ("/insu/travel/in_index.jsp");	

	}



}



function products05(num) { //¿îÀüÀÚ/»óÇØ





	if (num =='2'){ //ÇÁ¶óÀÓ¿îÀüÀÚº¸Çè

	location.href = ("/insu/etc/pdrive_index.jsp");	

	}

	

	else { //ÇÑÈ­RichGuardº¸Çè

	location.href = ("/insu/richguard/richguard_index.jsp");	

	}

	

}





function products06(num) { //¾î¸°ÀÌ °¡Á·¾È½É



	if (num =='2'){ //Ä«³×ÀÌ¼Ç»óÁ¶º¸Çè

		location.href = ("/insu/sangjo/sangjo_index.jsp");	

	}

		

	else { //Ä«³×ÀÌ¼Ç ÀÚ³à»ç¶ûº¸Çè

	location.href = ("/insu/carnation_chd/carnation_chd_index.jsp");	

	}



}



function products07(num) { //Áúº´/°Ç°­



	if (num =='2'){ //ÀÌ±Û½ºÁ¾ÇÔ°Ç°­º¸Çè

	location.href = ("/insu/etc/eagle_index.jsp");	

	}



	else if (num =='3'){ //Ä«³×ÀÌRoyal Classº¸Çè

	location.href = ("/insu/royal/royal_index.jsp");	

	}



	else { //ÇÁ¶óÀÓÀÇ·áº¸Çè

	location.href = ("/insu/healtht/plmedi_index.jsp");	

	}



}



function products08(num) { //ÀúÃà/¿¬±Ý



	if (num =='2'){ //¹Ð·¹´Ï¾öÀúÃàº¸Çè

	location.href = ("/insu/etc/mille_index.jsp");	

	}

	

	else { //½Ç¹öµå¸²¿¬±Ýº¸Çè

	location.href = ("/insu/saving/silver_index.jsp");	

	}

	

}



function products09(num) { //ÀûÇÏº¸Çè

	location.href = ("/insu/cargo/login.jsp");	

	

}





function products010(num) { //±â¾÷º¸Çè



	if (num =='2'){ //¿î¼Ûº¸Çè

	location.href = ("/insu/fire/tran_index.jsp");	

	}

	

	else if (num =='3'){ //PL(»ý»ê¹°¹è»óÃ¥ÀÓº¸Çè)

	location.href = ("/insu/fire/pl_index.jsp");	

	}

	

	else { //±³À°±â°üÁ¾ÇÕº¸Çè

	location.href = ("/insu/fire/edu_index.jsp");	

	}

	

}



function products011(num) { //¹æÄ«½´¶û½º



	if (num =='2'){ //Ä«³×ÀÌ¼Ç½Ç¹öº¸Çè

	location.href = ("/insu/bangca/carnationsilver_index.jsp");	

	}

	

	else if (num =='3'){ //Ä«³×ÀÌ¼Ç¿îÀüÀÚº¸Çè

	location.href = ("/insu/bangca/carnationdriver_index.jsp");	

	}

	

	else if (num =='4'){ //Ä«³×ÀÌ¼Ç°Ç°­º¸Çè

	location.href = ("/insu/bangca/carnationhealth_index.jsp");	

	}

		

	else { //VIP¸íÇ°º¸Çè

	location.href = ("/insu/etc/vip_index.jsp");	

	}

	

}



function products012(num) { //ÅðÁ÷¿¬±Ý



	if (num =='2'){ //ÅðÁ÷¿¬±Ý-»óÇ°

	location.href = ("/insu/retirement/retirement_pro01.jsp");	

	}

	

	else { //ÅðÁ÷¿¬±Ý-¾È³»

	location.href = ("/insu/retirement/retirement_info01.jsp");	

	}

	

}



function products_banner01(){ // Banner - º¸Çè°¡°Ý°ø½Ã

	location.href = ("/insu/etc/index_01.jsp");

}



function products_banner02(){ // Banner - º¸Çè»óÇ°°ø½Ã

	location.href = ("/company/ir/product_main.jsp")

}



function products_banner03(){ // Banner - º¸»ó/¼­ºñ½º¸Á Ã£±â

	window.open("/etc/center/ceneter_tel.jsp","","width=668,height=600,toolbar=0,menubar=0,scrollbars=yes,resizable=no");

}







/*  ¸¶ÀÌÆäÀÌÁö */



function mypage01(num) { //³ªÀÇº¸Çè°ü¸®



	if (num =='2'){ //°è¾àÁ¤º¸º¯°æ

	location.href = ("/mypage/insu/change_list.jsp");

	}

	

	else if (num =='3'){ //ÀÚµ¿ÀÌÃ¼Á¤º¸º¯°æ

	location.href = ("/mypage/insu/tran_list.jsp");

	}

	

	else if (num =='4'){ //Â÷·®¹øÈ£º¯°æ/È®Á¤

	location.href = ("/mypage/insu/car_number_list.jsp");

	}

	

	else if (num =='5'){ //ÀÚµ¿Â÷ºÐ³³º¸Çè·á³³ºÎ

	location.href = ("/mypage/insu/car_bunnab_list.jsp");

	}

	

	else if (num =='6'){ //¼Òµæ°øÁ¦³³ÀÔÁõ¸í¼­

	location.href = ("/mypage/insu/nabib_bill.jsp");

	//alert("2006³â ¼Òµæ°øÁ¦³³ÀÔÁõ¸í¼­ Ãâ·Â ¼­ºñ½º´Â 12¿ù 4ÀÏºÎÅÍ °¡´ÉÇÕ´Ï´Ù.\n°í°´´Ô²² ºÒÆíÀ» µå·Á ÁË¼ÛÇÕ´Ï´Ù.\n°í°´¼¾ÅÍ(1566-8000)")

	}

	

	else if (num =='7'){ //Àå±âº¸ÇèÁõ±ÇÀç¹ß±Þ½ÅÃ»

	location.href = ("/mypage/insu/document_list.jsp");

	}

	

	else if (num =='8'){ //º¸Çè°¡ÀÔÁõ¸í¼­¹ß±Þ

	location.href = ("/mypage/insu/receipt_list.jsp");

	}

	

	else if (num =='9'){ //¿µ¹®¹«»ç°í Áõ¸í¼­ ¹ß±Þ½ÅÃ»

	location.href = ("/mypage/insu/english_list.jsp");

	}

	

	else{ //°è¾àÁ¶È¸

	location.href = ("/mypage/insu/info_list.jsp");

	}

}





function mypage02() { //³ªÀÇ º¸»ó°ü¸®

	location.href = ("/mypage/bosang/list.jsp");

}





function mypage04() { //±ä±ÞÃâµ¿¼­ºñ½ºÀÌ¿ë³»¿ª

	location.href = ("/mypage/emergency/list.jsp");

}





function mypage03(num) { //³ªÀÇÁ¤º¸°ü¸®



	if (num =='2'){ //ºñ¹Ð¹øÈ£º¯°æ

	location.href = ("/mypage/info/update_password.jsp");

	}

	

	else if (num =='3'){ //ºÎ°¡Á¤º¸º¯°æ

	location.href = ("/mypage/info/more_info.jsp");

	}

	

	else if (num =='4'){ //È¸¿øÅ»Åð

	location.href = ("/mypage/info/secession.jsp");

	}

	

	else{ //ÁÖ¼Ò/¿¬¶ôÃ³/ÀÌ¸ÞÀÏ º¯°æ

	location.href = ("/mypage/info/info.jsp");

	}

}





function mypage05() { //¾Ë¶÷¼­ºñ½º

	// location.href = ("/mypage/alarm/list.jsp");

	location.href = ("/mypage/alarm/list.jsp");

}



function mypage06() { //ÀÌÀü¼³°è³»¿ª

	location.href = ("/mypage/history/history.jsp");

}



function mypage07(num) { //³ªÀÇ»ó´ã³»¿ª



	if (num =='2'){ //¼ÕÇØ»çÁ¤ÀÎ1:1»ó´ã³»¿ª

		location.href = ("/mypage/support/list.jsp?flag=Y");

	}

	

	else{ //1:1¸ÂÃã»ó´ã³»¿ª

		location.href = ("/mypage/support/list.jsp?flag=N");

	}

}



function mypage08() { //³ªÀÇ ¿ìÇöÇÔ

	location.replace("/mypage/mailbox/list.jsp");

}



/*  ¶óÀÌÇÁÀÎÆ÷*/

function life01(num) { //·¹Àú¶óÀÌÇÁ

	

	if (num =='2'){ //ÃßÃµ¿©ÇàÄÚ½º

	location.href = ("/life/tourguide/recommend/spring_main.jsp");

	}

	

	else if (num =='3'){ //±¹³»¿©Çà

	location.href = ("/life/tourguide/korea/mt_main.jsp");

	}

	

	else if (num =='4'){ //ÇØ¿Ü¿©Çà

	location.href = ("/life/tourguide/abroad/out_main.jsp");

	}

	

	else if (num =='5'){ //¿©Çàµµ¿ì¹Ì

	location.href = ("/life/tourguide/help/help01.jsp");

	}



	else { //ÃßÃµ¿©ÇàÄÚ½º

	location.href = ("/life/cp/index.jsp?board_type=5");

	}

}



function life02() { //Çï½º¶óÀÌÇÁ

	location.href = ("/life/cp/index.jsp?board_type=3");

}



function life03() { //¸ÀÀÖ´Â¶óÀÌÇÁ

	

	location.href = ("/life/cp/index.jsp?board_type=2");

}



function life04() { //ÆÐ¼Ç ¶óÀÌÇÁ

	location.href = ("/life/cp/index.jsp?board_type=8");

}



function life05() { //¸Ó´Ï ¶óÀÌÇÁ

	location.href = ("/life/cp/index.jsp?board_type=12");	

}



function life06() { //¹«ºñ ¶óÀÌÇÁ

	location.href = ("/life/cp/index.jsp?board_type=6");	

}



function life07() { //¶óÀÌÇÁ ½ºÅä¸®

	location.href = ("/life/cp/index.jsp?board_type=9");	

}



function life08(num) { //Happy Live Poll

	

	if (num =='2'){ //Áö³­ ¶óÀÌºê Æú

	location.href = ("/etc/poll/last_poll.jsp");

	}

	

	else if (num =='3'){ //´çÃ·ÀÚ¹ßÇ¥

	location.href = ("/etc/poll/poll_prize.jsp");

	}

	

	else { //ÁøÇàÁßÀÎ ¶óÀÌºê Æú

	location.href = ("/etc/poll/index.jsp");

	}



}



function life09(num) { //ÀÌº¥Æ®

	

	if (num =='1'){ //ÀÌº¥Æ®-ÁøÇàÁßÀÎÀÌº¥Æ®

	location.href = ("/etc/event/event_list.jsp");

	}

	

	else if (num =='2'){ //ÀÌº¥Æ®-Áö³­ÀÌº¥Æ®

	location.href = ("/etc/event/pre_list.jsp");

	}

	

	else if (num =='3'){ //ÀÌº¥Æ®-´çÃ·ÀÚ¹ßÇ¥

	location.href = ("/etc/event/last_prize.jsp");

	}

	

	else { //

	location.href = ("/etc/event/index.jsp");

	}

} 



/*¶óÀÌÇÁÀÎÆ÷ */



/* old ¶óÀÌÇÁÀÎÆ÷ 

function life01(num) { //¿©Çà&·¹ÀúÁ¤º¸



	if (num =='2'){ //±¹³»¿©Çà

	location.href = ("/life/tourguide/korea/mt_main.jsp");

	}

	

	else if (num =='3'){ //ÇØ¿Ü¿©Çà

	location.href = ("/life/tourguide/abroad/out_main.jsp");

	}

	

	else if (num =='4'){ //¿©Çàµµ¿ì¹Ì

	location.href = ("/life/tourguide/help/help01.jsp");

	}

	

	else if (num =='5'){ //¿©°¡»ýÈ°Áñ±â±â

	location.href = ("/life/cp/index.jsp?board_type=6");

	}



	else if (num =='6'){ //¿ø Æ÷ÀÎÆ® Glof ·¹½¼

	location.href = ("/life/cp/index.jsp?board_type=10");

	}



	else { //ÃßÃµ¿©ÇàÄÚ½º

	location.href = ("/life/tourguide/recommend/winter_main.jsp");

	}

	

}



function life02(num) { //°Ç°­Á¤º¸

	if (num =='2'){ //À£ºù°Ç°­

	location.href = ("/life/cp/index.jsp?board_type=3");

	}



	else { //À£ºùÇªµå

	location.href = ("/life/cp/index.jsp?board_type=2");

	}



}



function life03(num) { //ÀÚµ¿Â÷Á¤º¸

	

	if (num =='2'){ //ÃßÃµ Drive ÄÚ½º

	location.href = ("/life/cp/index.jsp?board_type=5");

	}

	

	else { //³» Â÷¸¦ À§ÇÑ DIY

	location.href = ("/life/cp/index.jsp?board_type=1");

	}

}



function life04(num) { //ÀçÅ×Å©Á¤º¸

	

	if (num =='2'){ //¿äÁò ¶ß´Â ÀçÅ×Å©

	location.href = ("/life/cp/index.jsp?board_type=12");

	}

	

	else { //ÀçÅ×Å© µû¶óÇÏ±â

	location.href = ("/life/cp/index.jsp?board_type=11");

	}



}



function life05(num) { //»ç¶÷»ç´Â ÀÌ¾ß±â

	

	if (num =='2'){ //½ºÅ¸µ¥ÀÌÆ®

	location.href = ("/life/cp/index.jsp?board_type=8");

	}

	

	else if (num =='3'){ //ÀÌ°ÍÀÌ ÀÎ»ý

	location.href = ("/life/cp/index.jsp?board_type=9");

	}

	

	else { //¼º°øÀÌ¾ß±â

	location.href = ("/life/cp/index.jsp?board_type=7");

	}



}



function life06(num) { //Happy Live Poll

	

	if (num =='2'){ //Áö³­ ¶óÀÌºê Æú

	location.href = ("/etc/poll/last_poll.jsp");

	}

	

	else if (num =='3'){ //´çÃ·ÀÚ¹ßÇ¥

	location.href = ("/etc/poll/poll_prize.jsp");

	}

	

	else { //ÁøÇàÁßÀÎ ¶óÀÌºê Æú

	location.href = ("/etc/poll/index.jsp");

	}



}



function life07(num) { //ÀÌº¥Æ®

	

	if (num =='1'){ //ÀÌº¥Æ®-ÁøÇàÁßÀÎÀÌº¥Æ®

	location.href = ("/etc/event/event_list.jsp");

	//location.href = ("/etc/event/ci/ci_intro.jsp")

	}

	

	else if (num =='2'){ //ÀÌº¥Æ®-Áö³­ÀÌº¥Æ®

	location.href = ("/etc/event/pre_list.jsp");

	}

	

	else if (num =='3'){ //ÀÌº¥Æ®-´çÃ·ÀÚ¹ßÇ¥

	location.href = ("/etc/event/last_prize.jsp");

	}

	

	else { //

	location.href = ("/etc/event/index.jsp");

	}

} 



function life_banner01(){ // Banner - ¿ì¼ö°í°´È«º¸-yellow page

	location.href = ("/life/yellow/index.jsp?board_type=13");

}



old ¶óÀÌÇÁÀÎÆ÷ */



/* ´ëÃâ */ 

function lent01() { //º¸Çè°è¾à´ëÃâ

	location.href = ("/loan/loan03.jsp");

}



function lent02() { //¾ÆÆÄÆ®´ãº¸´ëÃâ

	location.href = ("/loan/loan01.jsp");

}



function lent03() { //ºÎµ¿»ê´ãº¸´ëÃâ

	location.href = ("/loan/loan02_01.jsp");

}

function lent04() { //´ëÃâÃ¢±¸¾È³»

	location.href = ("/loan/loan05.jsp");

}



function lent_banner01(){ // Banner - º¸»ó/¼­ºñ½º¸ÁÃ£±â

	window.open("/etc/center/ceneter_tel.jsp","","width=668,height=600,toolbar=0,menubar=0,scrollbars=yes,resizable=no");

}



function lent_banner02(){ // Banner - ÇÑÈ­¼ÕÇØº¸ÇèÀüÃ¼»óÇ°º¸±â

	location.href = ("/insu/all_product.jsp");

}



function lent_banner03(){ // Banner - °í°´»ó´ã½Ç

	location.href = ("/faq/faq_index.jsp");

}



function lent_banner04(){ // Banner - ¹«Ã¢±¸¼­ºñ½º

	location.href = ("/support/nowin/service.jsp");

}





/* °í°´¼¾ÅÍ */

function customer01(num){ //°í°´»ó´ã

	

	if (num =='1'){ //°í°´»ó´ã-º¸Çè°¡ÀÔ»ó´ã

	location.href = ("/faq/exSelfFAQS.jsp?category_id1=CATE20040512000000");

	}

	

	else if (num =='2'){ //°í°´»ó´ã-º¸Çè»óÇ°»ó´ã

	location.href = ("/faq/exSelfFAQS.jsp?category_id1=CATE20040512000004");

	}

	

	else if (num =='3'){ //°í°´»ó´ã-°è¾àÁ¤º¸»ó´ã

	location.href = ("/faq/exSelfFAQS.jsp?category_id1=CATE20040512000011");

	}

	

	else if (num =='4'){ //°í°´»ó´ã-º¸»ó¼­ºñ½º»ó´ã

	location.href = ("/faq/exSelfFAQS.jsp?category_id1=CATE20040512000015");

	}

	

	else if (num =='5'){ //°í°´»ó´ã-´ëÃâ°ü·Ã»ó´ã

	location.href = ("/faq/exSelfFAQS.jsp?category_id1=CATE20040512000021");

	}

	

	else if (num =='6'){ //°´»ó´ã-È¨ÆäÀÌÁöÀÌ¿ë»ó´ã

	location.href = ("/faq/exSelfFAQS.jsp?category_id1=CATE20040512000022");

	}

	

	else { //°í°´»ó´ã-È¨ÆäÀÌÁöÀÌ¿ë»ó´ã

	location.href = ("/faq/faq_index.jsp");

	}

	

}



function customer02(){ //°í°´¹Î¿øÁ¢¼ö

	location.href = ("/support/help/customer.jsp");

}



function customer03(){ //°øÁö&ÀÌº¥Æ®

	location.href = ("/support/notice/list.jsp");

}



function customer04(){ //³»°Ô¸Â´Â º¸ÇèÃ£±â

	location.href = ("/support/search/index.jsp");

}



function customer05(){ //¹«Ã¢±¸¼­ºñ½º

	location.href = ("/support/nowin/service.jsp");

}



function customer06(){ //°í°´½ÅÃ»¼­ ´Ù¿î·Îµå

	location.href = ("/support/form/form.jsp");

}

function customer07(){  //±ä±ÞÃâµ¿¼­ºñ½º - ¿¹½ºÄ« ¼­ºñ½º

	location.href = ("/support/emergency/index.jsp");

}



function customer_banner01(){ // Banner - pcÅ¬¸®´Ð

	location.href = ("/support/v3/v3_intro.jsp");

}



function customer_banner02(){ // Banner - º¸Çè¿ë¾î»çÀü

	window.open("/etc/dic/dic_01.jsp","","width=668,height=600,toolbar=0,menubar=0,scrollbars=yes,resizable=no");

}



function customer_banner03(){ // Banner - º¸»ó/¼­ºñ½º¸ÁÃ£±â

	window.open("/etc/center/ceneter_tel.jsp","","width=668,height=600,toolbar=0,menubar=0,scrollbars=yes,resizable=no");

}



function customer_banner04(){ // Banner - º¸Çè°¡ÀÔ¼¾ÅÍ¿î¿µ¾È³»

	location.href = ("/support/notice/view.jsp?notice_no=1473");

}



/* È¸¿ø°¡ÀÔ */

function member01(){ //·Î±×ÀÎ

	location.href = ("/login/login.jsp");

}



function member02(){ //È¸¿ø°¡ÀÔ

	location.href = ("/join/check_exist.jsp");

}



function member03(){ //ÀüÀÚ°Å·¡È¸¿ø°¡ÀÔ

	location.href = ("/join/insu_agreement1_1.jsp");

}



function member04(){ //ÀÓ½Ãºñ¹Ð¹øÈ£¹ß±Þ

	location.href = ("/join/make_password_01.jsp");

}



function member05(){ //È¸¿øÁ¤º¸º¯°æ

	location.href = ("/mypage/info/info.jsp");

}



function member06(){ //È¸¿øÅ»Åð

	location.href = ("/mypage/info/secession.jsp");

}



function member07(num){ //ÇÑÈ­¼ÕÇØº¸ÇèÀÌ¸ÞÀÏ

	

	//if (num =='2'){ //ÀÌ¸ÞÀÏ ID Ã£±â

	location.href = ("/mypage/email/search_email.jsp");

	//}

	

	//else { //ÀÌ¸ÞÀÏ ID ¹ß±Þ

	//location.href = ("/mypage/email/request_email.jsp");

	//}

	

}



/* È¸»ç¼Ò°³ */



function company01() { //CEOÀÎ»ç¸»

location.href = ("/company/ceo/ceo.jsp");

}



function company02() { //È¸»ç¿¬Çõ

	location.href = ("/company/history/history.jsp");

}



function company03(num){ //À±¸®°æ¿µ

	

	if (num =='2'){ //À±¸®°æ¿µ-À±¸®°­·É

	location.href = ("/company/moral/moral02.jsp");

	}

	

	else if (num =='3'){ //À±¸®°æ¿µ-À±¸®Çàµ¿°­·É

	location.href = ("/company/moral/moral03.jsp");

	}

	else if (num =='4'){ //À±¸®°æ¿µ-À±¸®Á¦º¸¼¾ÅÍ

	location.href = ("/company/moral/moral_center.jsp");

	}

		else { //À±¸®°æ¿µ-À±¸®°­·É Á¦Á¤ÃëÁö

	location.href = ("/company/moral/moral01.jsp");

	}

	

}



function company04() { //csÇåÀå

	location.href = ("/company/cs/cs_main.jsp");

}



function company05(num){ //ÇÑÈ­¼ÕÇØº¸ÇèÈ«º¸½Ç

	

	

	if (num =='2'){ //ÇÑÈ­¼ÕÇØº¸ÇèÈ«º¸½Ç-º¸µµÀÚ·á

	location.href = ("/company/pr/pds_list.jsp");

	}

	

	else if (num =='3'){ //ÇÑÈ­¼ÕÇØº¸ÇèÈ«º¸½Ç-±¤°í¸®ºä

	location.href = ("/company/pr/ad_tv.jsp");

	}



	

	else { //ÇÑÈ­¼ÕÇØº¸ÇèÈ«º¸½Ç-CI

	location.href = ("/company/pr/ci01.jsp");

	}

	

}



function company06(num){ //»çÈ¸°øÇåÈ°µ¿

	

	if (num =='2'){ //ÇÑÈ­¼ÕÇØº¸ÇèÈ«º¸½Ç-»çÈ¸°øÇå ¼Ò°³

	location.href = ("/company/welfare/activity.jsp");

	}

	

	else if (num =='3'){ //»çÈ¸°øÇåÈ°µ¿-ÁÖ¿äÈ°µ¿ ºÐ¾ß

	location.href = ("/company/welfare/wel_list.jsp");

	}

		

	else { //»çÈ¸°øÇåÈ°µ¿-ºÀ»ç´Ü È°µ¿ ¼Ò½Ä

	location.href = ("/company/welfare/intro.jsp");

	}

	

}



function company07(num){ //»ç¿øÃ¤¿ë

	

	if (num =='2'){ //»ç¿øÃ¤¿ë-ÀÎ»çÁ¦µµ

	location.href = ("/company/recruit/system_01.jsp");

	}

	

	else if (num =='3'){ //»ç¿øÃ¤¿ë-Ã¤¿ë¹®ÀÇ

	location.href = ("/company/recruit/recruit_support.jsp");

	}

	

	else if (num =='4'){ //»ç¿øÃ¤¿ë-Ã¤¿ë¹®ÀÇ

	location.href = ("/company/recruit/recruit_search.jsp");

	}



	else { //»ç¿øÃ¤¿ë-Ã¤¿ë°ø°í

	location.href = ("/company/recruit/recruit_list.jsp");

	}

	

}



function company08(num){ //SRCÃ¤¿ë

	

	if (num =='2'){ //SRCÃ¤¿ë-Ã¤¿ë¾È³»

	location.href = ("/company/src/src_02.jsp");

	}

	

	else if (num =='3'){ //SRCÃ¤¿ë-±³À°Ã¼°è

	location.href = ("/company/src/src_03.jsp");

	}

	

	else if (num =='4'){ //SRCÃ¤¿ë-¿Â¶óÀÎÀÔ»çÁö¿ø

	location.href = ("/company/src/src_04.jsp");

	}



	else { //SRCÃ¤¿ë-SRC/º¹¸®ÈÄ»ý

	location.href = ("/company/src/src_01.jsp");

	}

	

}



function company09(num){ //°ø½ÃÀÚ·á

	

	if (num =='2'){ //°ø½ÃÀÚ·á-»óÇ°°ø½Ã

	location.href = ("/company/ir/product_main.jsp");

	}

	

	else if (num =='3'){ //°ø½ÃÀÚ·á-°¡°Ý°ø½Ã

	location.href = ("/insu/etc/index_01.jsp");

	}

	

	else { //°ø½ÃÀÚ·á-°æ¿µ°ø½Ã

	location.href = ("/company/ir/biz01.jsp");

	}

	

}





function company010(){ //Á¦ÈÞ

	location.href = ("/company/coop/coop_index.jsp");

}



function company011(){ //»ç¿ÁÀÓ´ë¾È³»

	location.href = ("/company/rent/rent.jsp");

}





/* Footer */



function report01(){ //¸ðÁýÁú¼­½Å°í¼¾ÅÍ

	location.href = ("/footer/report_index.jsp");

}



function commercial01(){ //ÀüÀÚ°Å·¡À¯ÀÇ»çÇ×

	location.href = ("/etc/policy/ecommerce_02.jsp");

}



function personal01(){ //°³ÀÎÁ¤º¸º¸È£Á¤Ã¥

	location.href = ("/etc/policy/privacy.jsp");

}



function credit01(){ //½Å¿ëÁ¤º¸º¸È£Á¦µµ

	location.href = ("/etc/credit/credit01.jsp");



}

function unjust01(){ //¸ðÁýÁú¼­½Å°í¼¾ÅÍ

	location.href = ("/footer/unjust_index.jsp");

}





function sitemap01(){ //»çÀÌÆ®¸Ê

	location.href = ("/etc/sitemap/sitemap.jsp");

}



function agreement01(){  //¼­ºñ½ºÀÌ¿ë¾à°ü

	location.href = "/etc/policy/service.jsp"

}



/* resort */



function resort01(num) { //¿©Çàº¸Çè

	if (num =='2'){ //ÇØ¿Ü¿©ÇàÀÚº¸Çè

	window.open("/insu/travel/out_index.jsp","","");

	}	

	else { //±¹³»¿©ÇàÀÚº¸Çè

	window.open("/insu/travel/in_index.jsp","","");

	//location.href = ("/insu/travel/in_index.jsp");	

	}

}



function resort02(num) { //¿©Çà&·¹ÀúÁ¤º¸



	if (num =='2'){ //±¹³»¿©Çà

	window.open("/life/tourguide/korea/mt_main.jsp","","");

	//location.href = ("/life/tourguide/korea/mt_main.jsp");

	}

	

	else if (num =='3'){ //ÇØ¿Ü¿©Çà

	window.open("/life/tourguide/abroad/out_main.jsp","","");

	//location.href = ("/life/tourguide/abroad/out_main.jsp");

	}

	

	else if (num =='4'){ //¿©Çàµµ¿ì¹Ì

	window.open("/life/tourguide/help/help01.jsp","","");

	//location.href = ("/life/tourguide/help/help01.jsp");

	}

	

	else { //ÃßÃµ¿©ÇàÄÚ½º

	window.open("/life/tourguide/recommend/spring_main.jsp","","");

	//location.href = ("/life/tourguide/recommend/spring_main.jsp");

	}

}

	

	

	function chTab(val1, val2) {

		var tar = val2.substr(val2.length-1, val2.length);

		for (i=1; i<10; i++) {

			if (document.getElementById(val1+"_img_"+i)) {

				if (i == tar) {

					document.getElementById(val1+"_img_"+i).src = document.getElementById(val1+"_img_"+i).src.replace("off", "on");				

					naviForm.listMore.value = document.getElementById(val1+"_img_"+i).src;

					

					if (document.getElementById(val1+"_div_"+i)) {

						document.getElementById(val1+"_div_"+i).style.display = "";

						

						if(val1 == "board") {

							document.naviForm.tab_status.value = val2.substr(val2.length-1, val2.length);

						}

					}//if

				} else {

					document.getElementById(val1+"_img_"+i).src = document.getElementById(val1+"_img_"+i).src.replace("on_", "off_");

					

					if (document.getElementById(val1+"_div_"+i)) {

						document.getElementById(val1+"_div_"+i).style.display = "none";

					}//if

				}//if

			} else {

				break;

			}

		}

	}

	

	

	//20091221.s

	function goLogin() {

		location.replace("/login/login.jsp?depth1=7&depth2=1&return_url=/main.jsp");

	}

	

	function goLogout() {

		location.replace("/login/logout.jsp?depth1=7&depth2=1");

	}

	

	function goJoin() {

		//location.replace("/join/check_exist.jsp?depth1=7&depth2=2");
		location.replace("/join/hsso_check_exist.jsp?depth1=7&depth2=2"); //2011.10.19 


	}

	

	function goModify() {

		location.replace("/mypage/insu/change_list.jsp?depth1=6&depth2=7&depth3=1");

	}

	

	function goCompany() {

		location.replace("/corp/index.jsp");

	}

	

	function goCounsel() {

		location.replace("/faq/faq_index.jsp?depth1=4&depth2=1");

	}

	

	function goDirect() {

		window.open("http://www.hanwhadirect.com/main.jsp", "goDirect", "");

	}

	

	function goSitemap() {

		location.replace("/etc/sitemap/sitemap.jsp?depth1=8&depth2=1");

	}

	

	function goNewUserview() {

		window.open("http://www.knia.or.kr/Main/main_guide/CarTable/userview/index.asp", "userview", "");

	}

	

	function goYessign() {

		window.open("http://www.yessign.or.kr/cgi-bin/serverinfo.cgi?www.hwgeneralins.com","yessign","width=574,height=650,toolbar=0,menubar=0,scrollbars=yes,resizable=no");

	}

	

	function goHanwha() {

		window.open("http://www.hanwha.co.kr/kor/main.jsp","hanwha","");

	}

	

	function goCorpFP() {

		window.open("/FC/main.jsp","goCorpFP","width=950,height=550,toolbar=0,menubar=0,scrollbars=no,resizable=no");

	}

	//20091221.e

	

	

	

	//20100624.s

	function goComInsu() {

		window.open("http://www.hwgeneralins.com/firstfire/business/company/company_01.jsp","goComInsu","width=1000,height=700,toolbar=0,menubar=0,scrollbars=no,resizable=no");

	}

	//20100624.e

	

	

	

	function winPop(bunho){

      if(bunho == 1){

        location.href="/bosang/co_inquiry/index.jsp?depth2=6&depth3=1"; 

      }else if(bunho == 2){

        location.href="/insu/cargo/login.jsp?depth2=9&depth3=1"; 

      }else if(bunho == 3){        

        window.open("http://www.crossselling.co.kr","hanwha","");

      }else if(bunho == 4){

        window.open("http://pension.hwgi.kr","hanwha","");

      }

    }

    function goView(no,bunho){

	 if(bunho == 1){

	   naviForm.notice_no.value = no;

	   naviForm.action = "../support/notice/view.jsp?depth1=4&depth2=3";

	   naviForm.submit();

	 }else if(bunho == 2){

	   naviForm.inform_no.value = no;

	   naviForm.action = "../corp/ad/pds_list.jsp?depth1=2&depth2=2&depth3=1";

	   naviForm.submit();

	 }else if(bunho == 3){

	   naviForm.recruit_no.value = no;

	   naviForm.action = "../corp/recruit/recruit_view.jsp?depth1=4&depth2=4&depth3=2";

	   naviForm.submit();

	 }else if(bunho == 4){	   

	   naviForm.event_no.value = no;

	   naviForm.action = "../etc/event/event_view.jsp?depth1=4&depth2=7&depth7=1";

	   naviForm.submit();

	 }else if(bunho == 5){	//ÃÑ¹«ÆÀ °øÁö »çÇ× 2010.06.11

	   naviForm.notice_no.value = no;

	   naviForm.action = "/corp/ir/general_view.jsp?depth1=3&depth2=1&depth7=2";

	   naviForm.submit();

	 }

    }

    



	function goMore() {

		var form = document.naviForm;

		var goUrl = "";

		

		if(form.tab_status.value == "1") {

			goUrl = "/support/notice/list.jsp?depth1=4&depth2=3";

		} else if(form.tab_status.value == "2") {

			goUrl = "/corp/ad/pds_list.jsp?depth1=2&depth2=2&depth3=1";

		} else if(form.tab_status.value == "3") {

			goUrl = "/corp/recruit/recruit_list.jsp?depth1=4&depth2=4&depth3=2";

		} else if(form.tab_status.value == "4") {

			goUrl = "/etc/event/event_list.jsp?depth1=4&depth2=7&depth7=1";

		} else if(form.tab_status.value == "5") { //ÃÑ¹«ÆÀ °øÁö »çÇ× 2010.06.11

			

			goUrl = "/corp/ir/general_list.jsp?depth1=3&depth2=1&depth7=2";

		}

		

		form.target = "_self";

		form.action = goUrl;

		form.submit();

	}

	
