

// CRTL + N ¸·±â 2009.01 Ãß°¡

function controlNCheck(){

	var event=window.event;

   	if (event.ctrlKey==true && event.keyCode==78) { // ctrl + N Å° ¸·±â

		event.keyCode = 0;

		event.cancelBubble = true;

		event.returnValue = false;

	}

}



function popupSize(w){



	var width  = document.body.scrollWidth;



	if(w)

		width = w;

	

	



	var height = document.body.scrollHeight;

	if(height > 550){

		height = 550;

	}

	

	



	var clintAgent = navigator.userAgent;

	if ( clintAgent.indexOf("Windows NT 6.0") != -1 )

		height += 30;

	else if(navigator.appVersion.indexOf("MSIE 7") >= 0)

		height += 80;

	else

		height += 55;

		

		



	window.resizeTo(width, height);

			

			



}
		
//2011.12.02 º¸»óÆÑ½ºÁ¶È¸¿¡¼­ »ç¿ëÇÔ		
function popupSizeFax(w){

	var width = 1050;
	//var width  = document.body.scrollWidth;
	//alert("[popupSizeFax]width="+ width);

	if(w)
		width = w;
	
	var height = document.body.scrollHeight;
	if(height > 550){
		height = 550;
	}
	
	

	var clintAgent = navigator.userAgent;
	if ( clintAgent.indexOf("Windows NT 6.0") != -1 )
		height += 30;
	else if(navigator.appVersion.indexOf("MSIE 7") >= 0)
		height += 80;
	else
		height += 55;
		
		

	window.resizeTo(width, height);

}		
		



// input box ÃÊ±â°ª

function input_show(obj) {

    if(obj.value==obj.defaultValue) obj.value="";

}

function input_hidden(obj) {

    if(!obj.value) obj.value=obj.defaultValue;

}



// imageRollOver

function imgOver(imgs) {

    imgs.src = imgs.src.replace("off.gif", "on.gif");

    imgs.style.cursor = "pointer";

}

function imgOut(imgs) {

    imgs.src = imgs.src.replace("on.gif", "off.gif");

}



// tab layer (¸ÞÀÎÈ­¸é ÀÌº¥Æ®)

function swapTab(id, total) {

    tabNum = eval(total);



    tMenu = document.getElementById("tMenu" + id);

    tMenu.style.cursor = "pointer";



    tLayer = document.getElementById("tLayer" + id);



    if(tLayer.style.display == "none") {

        tMenu.src = tMenu.src.replace("off.gif", "on.gif");

        tLayer.style.display = "block";

    }



    for(var i = 0; i < tabNum; i++) {

        if(i != id) {

            tMenu = document.getElementById("tMenu" + i);

            tLayer = document.getElementById("tLayer" + i);



            tMenu.src = tMenu.src.replace("on.gif", "off.gif");

            tLayer.style.display = "none";

        }

    }

}



// tab list (¸ÞÀÎÈ­¸é °øÁö»çÇ×)

function swapTabList(id, total) {

    tabListNum = eval(total);

    tlLayer = document.getElementById("tlLayer" + id);



    if(tlLayer.style.display == "none") {

        tlLayer.style.display = "block";

    }



    for(var i = 0; i < tabListNum; i++) {

        if(i != id) {

            tlLayer = document.getElementById("tlLayer" + i);

            tlLayer.style.display = "none";

        }

    }

}



    function swapTabList02(id) {

        tlLayer02_ = document.getElementById("tlLayer02_" + id);



        if(tlLayer02_.style.display == "none") {

            tlLayer02_.style.display = "block";

        }



        for(var i = 0; i < tabListNum02; i++) {

            if(i != id) {

                tlLayer02_ = document.getElementById("tlLayer02_" + i);

                tlLayer02_.style.display = "none";

            }

        }

    }



// viewcard

function viewcard(id, total) {

    vcNum = eval(total);

    vcLayer = document.getElementById("vcLayer" + id);



    if(vcLayer.style.display == "none") {

        vcLayer.style.display = "block";

    } else {

        vcLayer.style.display = "none";

    }



    for(var i = 0; i < vcNum; i++) {

        if(i != id) {

            vcLayer = document.getElementById("vcLayer" + i);

            vcLayer.style.display = "none";

        }

    }

}



// folding list (faq list)

function foldingList(id, total) {

    foldingNum = eval(total);

    fdMenu = document.getElementById("fdMenu" + id);

    fdLayer = document.getElementById("fdLayer" + id);



    if(fdLayer.style.display == "none") {

        fdMenu.className = "question_on";

        fdLayer.style.display = "block";

    } else {

        fdMenu.className = "question";

        fdLayer.style.display = "none";

    }



    for(var i = 0; i < foldingNum; i++) {

        if(i != id) {

            fdMenu = document.getElementById("fdMenu" + i);

            fdLayer = document.getElementById("fdLayer" + i);



            fdMenu.className = "question";

            fdLayer.style.display = "none";

        }

    }

}



// folding list (±â¾÷ÅðÁ÷º¸Çè list)

function foldingIns(id) {

    fdiMenu = document.getElementById("fdiMenu" + id);

    fdiLayer = document.getElementById("fdiLayer" + id);



    if(fdiLayer.style.display == "none") {

        fdiMenu.className = "subject_on";

        fdiLayer.style.display = "block";

    } else {

        fdiMenu.className = "subject";

        fdiLayer.style.display = "none";

    }



    for(var i = 0; i < foldingInsNum; i++) {

        if(i != id) {

            fdiMenu = document.getElementById("fdiMenu" + i);

            fdiLayer = document.getElementById("fdiLayer" + i);



            fdiMenu.className = "subject";

            fdiLayer.style.display = "none";

        }

    }

}



// rollover list

function rolloverList(id, total) {

    rolloverNum = eval(total);

    rMenu = document.getElementById("rMenu" + id);



    if(rMenu.className == "") {

        rMenu.className = "on";

    }



    for(var i = 0; i < rolloverNum; i++) {

        if(i != id) {

            rMenu = document.getElementById("rMenu" + i);

            rMenu.className = "";

        }

    }

}



// rollover list 02

function rolloverList02(id, total) {

    rolloverNum = eval(total);

    rMenu = document.getElementById("rMenu" + id);

    rImg = document.getElementById("rImg" + id);



    if(rMenu.className == "") {

        rMenu.className = "on";

        rImg.src = rImg.src.replace("off.gif", "on.gif");

    }



    for(var i = 0; i < rolloverNum; i++) {

        if(i != id) {

            rMenu = document.getElementById("rMenu" + i);

            rImg = document.getElementById("rImg" + i);



            rMenu.className = "";

            rImg.src = rImg.src.replace("on.gif", "off.gif");

        }

    }

}



// rollover layer

function rolloverLayer(id, total) {

    rLMenuNum = eval(total);

    rLMenu = document.getElementById("rLMenu" + id);

    rLayer = document.getElementById("rLayer" + id);

    rLImg = document.getElementById("rLImg" + id);



    if(rLMenu.className == "") {

        rLMenu.className = "on";

        rLayer.style.display = "block";

        rLImg.src = rLImg.src.replace("off.gif", "on.gif");

    }



    for(var i = 0; i < rLMenuNum; i++) {

        if(i != id) {

            rLMenu = document.getElementById("rLMenu" + i);

            rLayer = document.getElementById("rLayer" + i);

            rLImg = document.getElementById("rLImg" + i);

            rLMenu.className = "";

            rLayer.style.display = "none";

            rLImg.src = rLImg.src.replace("on.gif", "off.gif");

        }

    }

}



// familysite

function familysite(id, total) {

    fLayer = document.getElementById('familysite');



    if(fLayer.style.display == "none") {

        fLayer.style.display = "block";

    } else {

        fLayer.style.display = "none";

    }

}



// ÆË¾÷Ã¢(°øÅë)

function popupWindow(theURL, winName, features) {

    window.open(theURL, winName, features);

}



// ARS´ÜÃà¹øÈ£ ¾È³» ÆË¾÷Ã¢(°¡·Î400px)

function popupCrossing(url) {

    newwindow = window.open(url, "addresspop", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=417, height=490, left=100, top=50");

}



// ±×¸²¹®ÀÚ ÆË¾÷Ã¢(°¡·Î550px)

function popupAddress02(url) {

    newwindow = window.open(url, "addresspop", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=567, height=250, left=100, top=50");

}

// ÁÖ¼Ò·Ï ÆË¾÷Ã¢(°¡·Î550px)

function popupAddress(url) {

    newwindow = window.open(url, "addresspop", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=567, height=640, left=100, top=50");

}



// ÆË¾÷Ã¢(°¡·Î600px)

function popupCheck(url) {

    newwindow = window.open(url, "openpop", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=617, height=300, left=100, top=50");

}

// ÆË¾÷Ã¢(°¡·Î600px)

function popupCheck2(url) {

    newwindow = window.open(url, "openpop", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=617, height=480, left=100, top=50");

}

// Á¤º¸º¯°æ ¾È³» ÆË¾÷Ã¢(°¡·Î500px)

function popupCheck3(url) {

    newwindow = window.open(url, "addresspop", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=517, height=300, left=100, top=50");

}



// ÀÌ¸ÞÀÏ »ùÇÃº¸±â ÆË¾÷Ã¢(°¡·Î650px)

function popupEmail(url) {

    newwindow = window.open(url, "openpop", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=650, height=890, left=100, top=50");

}



// ÆË¾÷Ã¢(°¡·Î700px)

function popupOpen(url) {

    newwindow = window.open(url, "openpop", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=717, height=550, left=100, top=50");

}

// ºí·Î±× ¹Ì¸®º¸±â ÆË¾÷Ã¢(°¡·Î700px)

function popupOpen2(url) {

    newwindow = window.open(url, "openpop", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=700, height=730, left=100, top=50");

}



// ÆË¾÷Ã¢(°¡·Î800px)

function popupBig(url) {

    newwindow = window.open(url, "openpop", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=817, height=580, left=100, top=50");

}



// ÀÌ¿ë°¡ÀÌµå ÆË¾÷Ã¢(°¡·Î550px, ¼¼·Î710px)

function popupGuide(url) {

    newwindow = window.open(url, "openpop", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=550, height=710, left=100, top=50");

}



// »ó´Ü ÇÃ·¡½¬ ////////////////////////////////////////////////////////////////////////////////

// ¸¶¿ì½º ¿À¹ö & ¾Æ¿ô Ã¼Å©¸¦ À§ÇØ¼­ ÇÃ·¡½¬ ¿ÀºêÁ§Æ® ÅÂ±×¿¡

// onMouseOver='MueseStatus(\"Over\")' onMouseOut='MueseStatus(\"Out\")'°¡ Ãß°¡ µÇ¾î ÀÖ±â ¶§¹®¿¡

// ¿ÞÂÊ ÇÃ·¡½¬ ÅÂ±×¸¦ ¾²±â ÇÔ¼ö¿Í Æ²¸®°Ô °¡¾ß µÊÀ» À¯ÀÇ ÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.



    function flash_Top_Write(url,w,h,id,bg,vars,win) {

        var flash_Str=

        "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+w+"' height='"+h+"' id='"+id+"' align='middle'  onMouseOver='MueseStatus(\"Over\")' onMouseOut='MueseStatus(\"Out\")'>"+

        "<param name='allowScriptAccess' value='always' />"+

        "<param name='movie' value='"+url+"' />"+

        "<param name='FlashVars' value='"+vars+"' />"+

        "<param name='wmode' value='"+win+"' />"+

        "<param name='menu' value='false' />"+

        "<param name='quality' value='high' />"+

        "<param name='salign' value='LT' />"+

        "<param name='scale' value='noscale' />"+

        "<param name='bgcolor' value='"+bg+"' />"+

        "<embed src='"+url+"' FlashVars='"+vars+"' wmode='"+win+"' menu='false' scale='noscale' salign='LT' quality='high' bgcolor='"+bg+"' width='"+w+"' height='"+h+"' name='"+id+"' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"+

        "</object>";

        document.write(flash_Str);

    }



// È¸»ç¼Ò°³ ÇÃ·¡½¬ ////////////////////////////////////////////////////////////////////////////////

// È¸»ç¼Ò°³ »ó´ÜÀº ¹Ýµå½Ã ±âÁ¸ GNB¿Í º°·ÎÀÇ ÇÔ¼ö·Î ÀÛ¼ºÇØ¾ßÇÕ´Ï´Ù. À¯ÀÇ ÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.

// ¸¶¿ì½º ¿À¹ö & ¾Æ¿ô Ã¼Å©¸¦ À§ÇØ¼­ ÇÃ·¡½¬ ¿ÀºêÁ§Æ® ÅÂ±×¿¡

// onMouseOver='ComMueseStatus(\"Over\")' onMouseOut='ComMueseStatus(\"Out\")'°¡ Ãß°¡ µÇ¾î ÀÖ±â ¶§¹®¿¡

// ¿ÞÂÊ ÇÃ·¡½¬ ÅÂ±×¸¦ ¾²±â ÇÔ¼ö¿Í Æ²¸®°Ô °¡¾ß µÊÀ» À¯ÀÇ ÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.



    function flash_Top_Company_Write(url,w,h,id,bg,vars,win) {

        var flash_Str=

        "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+w+"' height='"+h+"' id='"+id+"' align='middle'  onMouseOver='ComMueseStatus(\"Over\")' onMouseOut='ComMueseStatus(\"Out\")'>"+

        "<param name='allowScriptAccess' value='always' />"+

        "<param name='movie' value='"+url+"' />"+

        "<param name='FlashVars' value='"+vars+"' />"+

        "<param name='wmode' value='"+win+"' />"+

        "<param name='menu' value='false' />"+

        "<param name='quality' value='high' />"+

        "<param name='salign' value='LT' />"+

        "<param name='scale' value='noscale' />"+

        "<param name='bgcolor' value='"+bg+"' />"+

        "<embed src='"+url+"' FlashVars='"+vars+"' wmode='"+win+"' menu='false' scale='noscale' salign='LT' quality='high' bgcolor='"+bg+"' width='"+w+"' height='"+h+"' name='"+id+"' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"+

        "</object>";

        document.write(flash_Str);

    }



// ¿ÞÂÊ ÇÃ·¡½¬ ////////////////////////////////////////////////////////////////////////////////



    function flash_Left_Write(url,w,h,id,bg,vars,win) {

        var flash_Str=

        "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+w+"' height='"+h+"' id='"+id+"' align='middle'>"+

        "<param name='allowScriptAccess' value='always' />"+

        "<param name='movie' value='"+url+"' />"+

        "<param name='FlashVars' value='"+vars+"' />"+

        "<param name='wmode' value='"+win+"' />"+

        "<param name='menu' value='false' />"+

        "<param name='quality' value='high' />"+

        "<param name='salign' value='LT' />"+

        "<param name='scale' value='noscale' />"+

        "<param name='bgcolor' value='"+bg+"' />"+

        "<embed src='"+url+"' FlashVars='"+vars+"' wmode='"+win+"' menu='false' scale='noscale' salign='LT' quality='high' bgcolor='"+bg+"' width='"+w+"' height='"+h+"' name='"+id+"' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"+

        "</object>";

        document.write(flash_Str);

    }

	

	



	



 // Äü¸Þ´º ÇÃ·¡½¬ ////////////////////////////////////////////////////////////////////////////////

    function flash_Place_Write(url,w,h,id,bg,vars,win){

        var flash_Str=

        "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+w+"' height='"+h+"' id='"+id+"' align='right'>"+

        "<param name='allowScriptAccess' value='always' />"+

        "<param name='movie' value='"+url+"' />"+

        "<param name='FlashVars' value='"+vars+"' />"+

        "<param name='wmode' value='"+win+"' />"+

        "<param name='menu' value='false' />"+

        "<param name='quality' value='high' />"+

        "<param name='salign' value='RT' />"+

        "<param name='scale' value='noscale' />"+

        "<param name='bgcolor' value='"+bg+"' />"+

        "<embed src='"+url+"' FlashVars='"+vars+"' wmode='"+win+"' menu='false' scale='noscale' salign='RT' quality='high' bgcolor='"+bg+"' width='"+w+"' height='"+h+"' name='"+id+"' align='right' allowScriptAccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"+

        "</object>";

        document.write(flash_Str);

    }

	/////////////////////////////ÇÃ·¡½¬ ¾²±â ½ÃÀÛ /////////////////////////////////////////////////



	function flash_hiplaner_Write(url,w,h,id,bg,vars,win){

		var flash_Str=

		"<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+w+"' height='"+h+"' id='"+id+"' align='middle'>"+

		"<param name='allowScriptAccess' value='always' />"+

		"<param name='movie' value='"+url+"' />"+

		"<param name='FlashVars' value='"+vars+"' />"+

		"<param name='wmode' value='"+win+"' />"+

		"<param name='menu' value='false' />"+

		"<param name='quality' value='high' />"+

		"<param name='salign' value='LT' />"+

		"<param name='scale' value='noscale' />"+

		"<param name='bgcolor' value='"+bg+"' />"+

		"<embed src='"+url+"' FlashVars='"+vars+"' wmode='"+win+"' menu='false' scale='noscale' salign='LT' quality='high' bgcolor='"+bg+"' width='"+w+"' height='"+h+"' name='"+id+"' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"+

		"</object>";

		document.write(flash_Str);

	}



		function nameSearch(nameText){

		//alert(nameText)

			//location.href="/trm/search/searchList02.jsp?depth=2&hq=920000&mbr=250000&sbr=250022&depth01=&hq01=&mbr01=&chuFlag=&hqText=%B0%AD%B3%B2&mbrText=%B0%AD%B3%B2&sbrText=%BF%B5%BE%F7%C1%F6%BF%F8&pnm="+nameText

			location.href="/trm/search/searchList02.jsp?depth=2&hq=&mbr=&sbr=&depth01=&hq01=&mbr01=&chuFlag=&hqText=&mbrText=sbrText=&pnm="+nameText;			

		}

		function groupSearch(txt1,code1,txt2,code2,txt3,code3){

		if(code1==0 && code2==0 && code3==0 ){

			alert('¼Ò¼ÓÁ¤º¸¸¦ ¼±ÅÃÇÏ¼¼¿ä')

		}else{

		//alert(txt1+"\t"+code1+"\t"+txt2+"\t"+code2+"\t"+txt3+"\t"+code3)

			location.href="/trm/search/searchListUcc.jsp?depth=2&hq="+code1+"&mbr="+code2+"&sbr="+code3+"&depth01=&hq01=&mbr01=&chuFlag=&hqText="+txt1+"&mbrText="+txt2+"&sbrText="+txt3+"&pnm="

		}

	}

	

	



// [°øÅë] ÇÃ·¡½¬ ¸µÅ© ÇÔ¼ö ////////////////////////////////////////////////////////////////////////////////



    function flash_href(xmlurl, target) {

        if( target == "self" ) { // xml¿¡ ¹ÞÀº °æ·Î target= self ÀÏ¶§

            location.href=xmlurl;

            //alert(xmlurl)

        } else { //xml¿¡ ¹ÞÀº °æ·Î target= blank ÀÏ¶§

            window.open( xmlurl );

            //alert(xmlurl)

        }

    }



// »ó´Ü ÇÃ·¡½¬ ¸¶¿ì½º¿À¹ö&¾Æ¿ô ////////////////////////////////////////////////////////////////////////////////



    function MueseStatus(stVal) {

        document.top_gnb.SetVariable("OverValues", stVal);

    }



    function ComMueseStatus(stVal) {

        document.com_gnb.SetVariable("OverValues", stVal);

    }



// ¿ÞÂÊ ÇÃ·¡½¬ »çÀÌÁî ´Ù½Ã¾²±â ¹× DIV ½½¶óÀÌµù ////////////////////////////////////////////////////////////////////////////////



    function flash_resize(h) {

        //¿ÞÂÊ ¸Þ´º ÇÃ·¡½¬

        var side_MenuEl = document.getElementById("sideflash");

        side_MenuEl.style.height = h + "px";



        //¿ÞÂÊ °Ë»ö

        var side_SearchEl = document.getElementById("totalsrh_s");

        side_SearchEl.style.top = h + 10 + "px";

    }



// ³»À§Ä¡¾Ë¸®¹Ì ÇÃ·¡½¬ »çÀÌÁî ´Ù½Ã¾²±â ¹× DIV ½½¶óÀÌµù ////////////////////////////////////////////////////////////////////////////////



	function myplace_resize(x, h, sta) {

		var o = document.getElementById("quickmenu");

		

		



		if(sta == "open"){

			o.style.marginLeft = "162px";

			o.style.width = "825px";

			o.style.height = "481px"

		}else{

			o.style.marginLeft = "915px";

			o.style.width = "72px";

		}

	}









/*½ºÅ©¸³Æ®¸¦ Ãß°¡·Î ÀÛ¾÷ÇÒ °æ¿ì ===============================================================================

ÀÚ¹Ù ½ºÅ©¸³½º¸¦ ¾Æ·¡¿Í °°ÀÌ Ãß°¡ ÇØ¾ßÇÔ.*/



	function Flash_Link(name,mode){

//alert(name+'|'+mode);		

			if(mode=="self"||mode=="self_mode"){								

				/* Çö´ëÇØ»ó ¸ÞÀÎ »çÀÌ¹öÃ¢±¸ ¼­ºñ½º ÇÃ·¡½Ã ¸Þ´º */

				//if(name == "CyberCenter_1") javascript:checkLogin(function(){XecureNavigate('/servlet/hi.cybercenter.cmts.servlet.P2001AGServlet?VIEW_URL=/cybercenter/contractcenter/contractlist/contractInquiryView.jsp','_self','');});			// °è¾àÁ¶È¸ 

				//else if(name == "CyberCenter_2")javascript:checkLogin(function(){XecureNavigate('/servlet/hi.cybercenter.cmts.servlet.AddServlet', '_self', '');});	// °è¾àº¯°æ 

				//else if(name == "CyberCenter_3") javascript:checkLogin(function(){XecureNavigate('/servlet/hi.cybercenter.cmts.servlet.P2005AGServlet?end_account_flag=end_account','_self','');});	// Áõ¸í¼­¹ß±ÞÃ¢±¸

//				else if(name == "CyberCenter_4") location.href="/loan/index.jsp";	// ´ëÃâÃ¢±¸ 

				//else if(name == "CyberCenter_4") location.href="/cybercenter/loancenter/insuloanRequestInfoView.jsp";	// »çÀÌ¹ö´ëÃâÃ¢±¸ 

				//else if(name == "CyberCenter_5") location.href="/FundMall/fundAll.jsp";	// ÆÝµåÃ¢±¸ 

//				else if(name == "CyberCenter_6") location.href="/amends/index.jsp";	// º¸»óÃ¢±¸ 

				//else if(name == "CyberCenter_6") javascript:checkLogin(function(){XecureNavigate('/servlet/hi.amends.servlet.ViewSagoListServlet?FROM=cyber','_self','');});	// »çÀÌ¹öº¸»óÃ¢±¸ 

				//else if(name == "CyberCenter_7") javascript:checkLogin(function(){XecureNavigate('/servlet/hi.cybercenter.motor.servlet.MRS65AUServlet?mrew_cat=1','_self','');});	// ÀÔ±Ý/È¯±Þ

                

                



                if(name == "CyberCenter_1") javascript:checkLogin(function(){XecureNavigate('/servlet/hi.cybercenter.cmts.servlet.P2001AGServlet?VIEW_URL=/cybercenter/contractcenter/contractlist/contractInquiryView.jsp','_self','');ACEF_Tracking('/servlet/hi.cybercenter.cmts.servlet.P2001AGServlet?VIEW_URL=/cybercenter/contractcenter/contractlist/contractInquiryView.jsp','FLASH_S','','',2,'main_flash.swf/»çÀÌ¹ö¼¾ÅÍ/°è¾àÁ¶È¸');});			// °è¾àÁ¶È¸ 



				else if(name == "CyberCenter_2")javascript:checkLogin(function(){XecureNavigate('/servlet/hi.cybercenter.cmts.servlet.AddServlet', '_self', '');ACEF_Tracking('/servlet/hi.cybercenter.cmts.servlet.AddServlet','FLASH_S','','',2,'main_flash.swf/»çÀÌ¹ö¼¾ÅÍ/°è¾àº¯°æ');});	// °è¾àº¯°æ 



				else if(name == "CyberCenter_3") javascript:checkLogin(function(){XecureNavigate('/servlet/hi.cybercenter.cmts.servlet.P2005AGServlet?end_account_flag=end_account','_self','');ACEF_Tracking('/servlet/hi.cybercenter.cmts.servlet.P2005AGServlet?end_account_flag=end_account','FLASH_S','','',2,'main_flash.swf/»çÀÌ¹ö¼¾ÅÍ/Áõ¸í¼­¹ß±ÞÃ¢±¸');});	// Áõ¸í¼­¹ß±ÞÃ¢±¸				



				else if(name == "CyberCenter_4") javascript:ACEF_Tracking('/cybercenter/loancenter/insuloanRequestInfoView.jsp','FLASH','','',2,'main_flash.swf/»çÀÌ¹ö¼¾ÅÍ/»çÀÌ¹ö´ëÃâÃ¢±¸');	// »çÀÌ¹ö´ëÃâÃ¢±¸ 



				else if(name == "CyberCenter_5") javascript:ACEF_Tracking('/FundMall/fundAll.jsp','FLASH','','',2,'main_flash.swf/»çÀÌ¹ö¼¾ÅÍ/ÆÝµåÃ¢±¸');	// ÆÝµåÃ¢±¸ 



				else if(name == "CyberCenter_6") javascript:checkLogin(function(){XecureNavigate('/servlet/hi.amends.servlet.ViewSagoListServlet?FROM=cyber','_self','');ACEF_Tracking('/servlet/hi.amends.servlet.ViewSagoListServlet?FROM=cyber','FLASH_S','','',2,'main_flash.swf/»çÀÌ¹ö¼¾ÅÍ/»çÀÌ¹öº¸»óÃ¢±¸');});	// »çÀÌ¹öº¸»óÃ¢±¸ 



				else if(name == "CyberCenter_7") javascript:checkLogin(function(){XecureNavigate('/servlet/hi.cybercenter.motor.servlet.MRS65AUServlet?mrew_cat=1','_self','');ACEF_Tracking('/servlet/hi.cybercenter.motor.servlet.MRS65AUServlet?mrew_cat=1','FLASH_S','','',2,'main_flash.swf/»çÀÌ¹ö¼¾ÅÍ/ÀÔ±Ý/È¯±Þ');});	// ÀÔ±Ý/È¯±Þ

				

				

				

				



				



				/* Çö´ëÇØ»ó ¸ÞÀÎ °í°´»ó´ã¼¾ÅÍ ÇÃ·¡½Ã ¸Þ´º */

	        	//else if(name == "Customer_Contact_1") location.href="/counsel/voice/listView.jsp";	// °í°´ÀÇ ¸»¾¸

	        	//else if(name == "Customer_Contact_2") location.href="/counsel/erms/faqlistView.jsp";	// FAQ

	        	//else if(name == "Customer_Contact_3") location.href="/counsel/erms/email_main.jsp";	// ÀÌ¸ÞÀÏ»ó´ã

	        	//else if(name == "Customer_Contact_4") location.href="/counsel/telemaket/index.jsp";	// ÀüÈ­»ó´ã



				else if(name == "Customer_Contact_1") javascript:ACEF_Tracking('/counsel/voice/appealinfo.jsp','FLASH','','',2,'°í°´¼¾ÅÍ/ÀüÀÚ¹Î¿øÃ¢±¸');// ÀüÀÚ¹Î¿øÃ¢±¸



	        	else if(name == "Customer_Contact_2") javascript:ACEF_Tracking('/counsel/erms/faqlistView.jsp','FLASH','','',2,'°í°´¼¾ÅÍ/FAQ');	// FAQ



	        	else if(name == "Customer_Contact_3") javascript:ACEF_Tracking('/counsel/erms/email_main.jsp','FLASH','','',2,'°í°´¼¾ÅÍ/ÀÌ¸ÞÀÏ»ó´ã');	// ÀÌ¸ÞÀÏ»ó´ã



	        	else if(name == "Customer_Contact_4") javascript:ACEF_Tracking('/counsel/customerservice/index.jsp','FLASH','','',2,'°í°´¼¾ÅÍ/°í°´°¨µ¿¼­ºñ½º');	// °í°´°¨µ¿¼­ºñ½º

	        	

	        	



				/* ÇÏÀÌÇÃ·¡³Ê ¸ÞÀÎ ÇÃ·¡½Ã ±³À°°úÁ¤, ÀÔ»çÁö¿ø,¿¬µµ´ë»ó,¼º°ø½ºÅä¸® ¼­Å¬ Å¬¸¯½Ã È£Ãâ */

				//else if(name == "hiPlanner_circle_1") location.href="/trm/edu/eduView.jsp";				// ±³À°°úÁ¤

				//else if(name == "hiPlanner_circle_2") location.href="/trm/apply/applyView.jsp";		// ÀÔ»çÁö¿ø

				//else if(name == "hiPlanner_circle_3") location.href="/trm/subject/subject2007.jsp";	// ¿¬³»´ë»ó

				//else if(name == "hiPlanner_circle_4") location.href="/trm/advice/advice2007.jsp";	// ¼º°ø½ºÅä¸®

				//else if(name == "hiPlanner_blog") location.href="/trm/blog/index.jsp?planFlag=U";	// ÇÏÀÌÇÃ·¡³Ê ºí·¯±×

				else if(name == "hiPlanner_circle_1") javascript:ACEF_Tracking('/trm/edu/eduView.jsp','FLASH','','',1,'ÇÏÀÌÇÃ·¡³Ê/±³À°°úÁ¤');			// ±³À°°úÁ¤

				else if(name == "hiPlanner_circle_2") javascript:ACEF_Tracking('/trm/apply/applyView.jsp','FLASH','','',1,'ÇÏÀÌÇÃ·¡³Ê/ÀÔ»çÁö¿ø');		// ÀÔ»çÁö¿ø

				else if(name == "hiPlanner_circle_3") javascript:ACEF_Tracking('/trm/subject/subject2007.jsp','FLASH','','',1,'ÇÏÀÌÇÃ·¡³Ê/¿¬³»´ë»ó');	// ¿¬³»´ë»ó

				else if(name == "hiPlanner_circle_4") javascript:ACEF_Tracking('/trm/advice/advice2007.jsp','FLASH','','',1,'ÇÏÀÌÇÃ·¡³Ê/¼º°ø½ºÅä¸®');	// ¼º°ø½ºÅä¸®

				else if(name == "hiPlanner_blog") javascript:ACEF_Tracking('/trm/blog/index.jsp?planFlag=U','FLASH','','',1,'ÇÏÀÌÇÃ·¡³Ê/ÇÏÀÌÇÃ·¡³Ê ºí·¯±×');	// ÇÏÀÌÇÃ·¡³Ê ºí·¯±×

				

				



				/* º¸Çè»óÇ° ¸ÞÀÎ */

				//else if(name == "lnsurance_1") location.href="/insurance/health/goodkid/childView01.jsp";	// ±Â¾Ø±Â¾î¸°ÀÌCIº¸Çè

				//else if(name == "lnsurance_2") location.href="/insurance/tripleisure/ski/skiView01.jsp";	// °Ü¿ï¿£ ½ºÅ°º¸µåº¸Çè

				//else if(name == "lnsurance_2") location.href="/insurance/tripleisure/golf/golfView01.jsp";	// °ñÇÁº¸Çè

				//else if(name == "lnsurance_3") location.href="/insurance/car/hicar/hicarinsuView01.jsp";	// ÇÏÀÌÄ«ÀÚµ¿Â÷º¸Çè

				//else if(name == "lnsurance_4") location.href="/insurance/colligate/newhappy/happinessView01.jsp";	// Çàº¹À»´Ù¸ðÀºº¸Çè

				//else if(name == "lnsurance_5") location.href="/insurance/colligate/hiperfect/hiperfectView01.jsp";	// ÇÏÀÌÆÛÆåÆ®Á¾ÇÕº¸Çè



				/*  #######################¿øº» ¸µÅ© º¸Á¸À» À§ÇÏ¿© ¸·±â################################

				else if(name == "lnsurance_1") javascript:ACEF_Tracking('/insurance/health/goodkid/childView01.jsp','FLASH','','',1,'º¸Çè»óÇ°/±Â¾Ø±Â¾î¸°ÀÌCIº¸Çè');	// ±Â¾Ø±Â¾î¸°ÀÌCIº¸Çè



				else if(name == "lnsurance_2") javascript:ACEF_Tracking('/insurance/tripleisure/bicycle/bicycleView01.jsp','FLASH','','',1,'º¸Çè»óÇ°/ÀÚÀü°Åº¸Çè');	// ÀÚÀü°Åº¸Çè



				else if(name == "lnsurance_3") javascript:ACEF_Tracking('/insurance/car/hicar/hicarinsuView01.jsp','FLASH','','',1,'º¸Çè»óÇ°/ÇÏÀÌÄ«ÀÚµ¿Â÷º¸Çè');	// ÇÏÀÌÄ«ÀÚµ¿Â÷º¸Çè



				else if(name == "lnsurance_4") javascript:ACEF_Tracking('/insurance/colligate/newhappy/happinessView01.jsp','FLASH','','',1,'º¸Çè»óÇ°/Çàº¹À»´Ù¸ðÀºº¸Çè');	// Çàº¹À»´Ù¸ðÀºº¸Çè



				else if(name == "lnsurance_5") javascript:ACEF_Tracking('/insurance/colligate/hiperfect/hiperfectView01.jsp','FLASH','','',1,'º¸Çè»óÇ°/ÇÏÀÌÆÛÆåÆ®Á¾ÇÕº¸Çè');	// ÇÏÀÌÆÛÆåÆ®Á¾ÇÕº¸Çè

                */

				



				else if(name == "lnsurance_1") javascript:ACEF_Tracking('/insurance/health/goodkid/childView01.jsp','FLASH','','',1,'º¸Çè»óÇ°/±Â¾Ø±Â¾î¸°ÀÌCIº¸Çè');	// 20110530¸µÅ©¼öÁ¤_±Â¾Ø±Â¾î¸°ÀÌCIº¸Çè



				else if(name == "lnsurance_2") javascript:ACEF_Tracking('/insurance/tripleisure/bicycle/bicycleView01.jsp','FLASH','','',1,'º¸Çè»óÇ°/ÀÚÀü°Åº¸Çè');	// ÀÚÀü°Åº¸Çè



				else if(name == "lnsurance_3") javascript:ACEF_Tracking('/insurance/car/hicar/hicarView01.jsp','FLASH','','',1,'º¸Çè»óÇ°/ÇÏÀÌÄ«ÀÚµ¿Â÷º¸Çè');	// ÇÏÀÌÄ«ÀÚµ¿Â÷º¸Çè



				else if(name == "lnsurance_4") javascript:ACEF_Tracking('/insurance/colligate/newhappy/happinessView01.jsp','FLASH','','',1,'º¸Çè»óÇ°/Çàº¹À»´Ù¸ðÀºº¸Çè');	// 20110530¸µÅ©¼öÁ¤_Çàº¹À»´Ù¸ðÀºº¸Çè



				else if(name == "lnsurance_5") javascript:ACEF_Tracking('/insurance/colligate/hiperfect/hiperfectView01.jsp','FLASH','','',1,'º¸Çè»óÇ°/ÇÏÀÌÆÛÆåÆ®Á¾ÇÕº¸Çè');	// 20110530¸µÅ©¼öÁ¤_ÇÏÀÌÆÛÆåÆ®Á¾ÇÕº¸Çè



				



				/* ÆÝµå ¸ÞÀÎ */

				//else if(name == "fundmall_visual_1") location.href="/FundMall/stocks/H01080701.jsp?fund_code=H01080701";	// ÆÝµå ¸ÞÀÎ Çö´ëÇÁ·¹½ºÆ®Áö·ÕÅÒ ÁÖ½ÄÅõÀÚ½ÅÅ¹(AÇü)

				//else if(name == "fundmall_visual_2") location.href="/FundMall/bond/H04081001.jsp?fund_code=H04081001";	// ¾ÆÀÌÇÁ¸®¹Ì¾î Ã¤±ÇÅõÀÚ½ÅÅ¹ 1È£ Class-C1 -- »èÁ¦

				//else if(name == "fundmall_visual_2") location.href="/FundMall/fundNotice_capitalmarket.jsp";	// ÀÚº»½ÃÀå¹ý¾È³»

				//else if(name == "fundmall_visual_3") location.href="/FundMall/mmf/H06080701.jsp?fund_code=H06080701";	// Å«¸¸Á· ½ÅÁ¾ MMF ÅõÀÚ½ÅÅ¹(¹ýÀÎ¿ë)

				else if(name == "fundmall_visual_1") javascript:ACEF_Tracking('/FundMall/stocks/H01080701.jsp?fund_code=H01080701','FLASH','','',1,'ÆÝµå¸ÞÀÎ/ÆÝµå ¸ÞÀÎ Çö´ëÇÁ·¹½ºÆ®Áö·ÕÅÒ ÁÖ½ÄÅõÀÚ½ÅÅ¹(AÇü)');	// ÆÝµå ¸ÞÀÎ Çö´ëÇÁ·¹½ºÆ®Áö·ÕÅÒ ÁÖ½ÄÅõÀÚ½ÅÅ¹(AÇü)

				else if(name == "fundmall_visual_2") javascript:ACEF_Tracking('/FundMall/fundNotice_capitalmarket.jsp','FLASH','','',1,'ÆÝµå¸ÞÀÎ/ÀÚº»½ÃÀå¹ý¾È³»');	// ÀÚº»½ÃÀå¹ý¾È³»

				else if(name == "fundmall_visual_3") javascript:ACEF_Tracking('/FundMall/bond/H04090403.jsp?fund_code=H04090403','FLASH','','',1,'ÆÝµå¸ÞÀÎ/Çö´ëÇÃ·¡Æ¼´½ Àå±âÈ¸»çÃ¤ÇüÀÚÅõÀÚ½ÅÅ¹(C1)');	// Çö´ëÇÃ·¡Æ¼´½ Àå±âÈ¸»çÃ¤ÇüÀÚÅõÀÚ½ÅÅ¹(C1)

				

				



				/* Äü¸Þ´º link*/



				//else if(name == "quick_menu_1") checkLogin(function(){goNavi('CY0101')});	//°è¾àÁ¶È¸ ¹× º¯°æ



				else if(name == "quick_menu_1") javascript:checkLogin(function(){XecureNavigate('/servlet/hi.cybercenter.cmts.servlet.P2001AGServlet?VIEW_URL=/cybercenter/contractcenter/contractlist/contractInquiryView.jsp','_self','');ACEF_Tracking('/servlet/hi.cybercenter.cmts.servlet.P2001AGServlet?VIEW_URL=/cybercenter/contractcenter/contractlist/contractInquiryView.jsp','FLASH_S','','',5,'my_place.swf/Äü¸Þ´º/°è¾àÁ¶È¸');});			// °è¾àÁ¶È¸ 



				else if(name == "quick_menu_2") javascript:ACEF_Tracking('/cybercenter/loancenter/insuloanRequestInfoView.jsp','FLASH','','',5,'my_place.swf/Äü¸Þ´º/ÀÎÅÍ³Ýº¸Çè°è¾à´ëÃâ');	// ÀÎÅÍ³Ýº¸Çè°è¾à´ëÃâ



				else if(name == "quick_menu_3") javascript:ACEF_Tracking('/insurance/internet/directjoinView01.jsp?hipath=servicemenu','FLASH','','',5,'my_place.swf/Äü¸Þ´º/ÀÎÅÍ³Ýº¸Çè¹Ù·Î°¡ÀÔ');	// ÀÎÅÍ³Ýº¸Çè¹Ù·Î°¡ÀÔ

				

				else if(name == "quick_menu_4") javascript:ACEF_Tracking('/counsel/erms/email_input.jsp?cat1=TBOX20051019000002','FLASH','','',5,'my_place.swf/Äü¸Þ´º/º¸Çè°¡ÀÔ»ó´ã');	// º¸Çè°¡ÀÔ»ó´ã



				else if(name == "quick_menu_5") javascript:checkLogin(function(){XecureNavigate('/servlet/hi.cybercenter.cmts.servlet.P2005AGServlet?end_account_flag=end_account','_self','');ACEF_Tracking('/servlet/hi.cybercenter.cmts.servlet.P2005AGServlet?end_account_flag=end_account','FLASH_S','','',5,'my_place.swf/Äü¸Þ´º/Áõ¸í¼­ ¹ß±Þ');});	// Áõ¸í¼­ ¹ß±Þ







				//else if(name == "quick_menu_6") javascript:ACEF_Tracking('/amends/damage/care/accident_takeDetailView.jsp','FLASH','','',5,'my_place.swf/Äü¸Þ´º/»ç°íÁ¢¼ö');	// »ç°íÁ¢¼ö

				else if(name == "quick_menu_6") javascript:ACEF_Tracking('/amends/guide/amendsFormView.jsp','FLASH','','',6,'my_place.swf/Äü¸Þ´º/º¸»óÃ»±¸¾ç½ÄÃâ·Â');	// º¸Çè°¡ÀÔ»ó´ã

				else if(name == "quick_menu_7") javascript:checkLogin(function(){XecureNavigate('/amends/damage/care/accidentJubsuIndex.jsp','_self','');ACEF_Tracking('/amends/damage/care/accidentJubsuIndex.jsp','FLASH','','',5,'my_place.swf/Äü¸Þ´º/»ç°íÁ¢¼ö');});	// »ç°íÁ¢¼ö 2011-04-29



				else if(name == "quick_menu_8") javascript:ACEF_Tracking(window.open('http://hyundaimf.chzero.com/main.jsp?svc_type=1','GIS','width=960,height=660,top=50px,left=50px'),'FLASH','','',5,'my_place.swf/Äü¸Þ´º/Çö´ëÇØ»ó ¼­ºñ½º¸ÁÃ£±â');	// Çö´ëÇØ»ó ¼­ºñ½º¸ÁÃ£±â//

				



				

				

				/* Life is Hi */

				//else if(name == "LifeisHi_1") location.href="/happyplus/life/financialTechnology.jsp";	// ÀçÅ×Å© / ºÎµ¿»ê  (ÀçÅ×Å© ¸µÅ©)

				//else if(name == "LifeisHi_2_1") location.href="/happyplus/insu/newsView.jsp";	// º¸Çè´º½º

				//else if(name == "LifeisHi_2_2") location.href="/happyplus/prevention/weather/weatherView01.jsp";	// À§Çè°ü¸®

				//else if(name == "LifeisHi_2_3") location.href="/happyplus/insu/isudicView01.jsp";	// º¸Çè¿ë¾î»çÀü

				//else if(name == "LifeisHi_3") location.href="/happyplus/car/drivingguider/newCar.jsp";	// ÀÚµ¿Â÷

				

				



				else if(name == "LifeisHi_1") javascript:ACEF_Tracking('/happyplus/life/financialTechnology.jsp','FLASH','','',1,'Life is Hi/ÀçÅ×Å©/ºÎµ¿»ê(ÀçÅ×Å© ¸µÅ©)');	// ÀçÅ×Å©/ºÎµ¿»ê(ÀçÅ×Å© ¸µÅ©)

				else if(name == "LifeisHi_2_1") javascript:ACEF_Tracking('/happyplus/insu/newsView.jsp','FLASH','','',1,'Life is Hi/º¸Çè´º½º');	// º¸Çè´º½º

				else if(name == "LifeisHi_2_2") javascript:ACEF_Tracking('/happyplus/prevention/weather/weatherView01.jsp','FLASH','','',1,'Life is Hi/À§Çè°ü¸®');	// À§Çè°ü¸®

				else if(name == "LifeisHi_2_3") javascript:ACEF_Tracking('/happyplus/insu/isudicView01.jsp','FLASH','','',1,'Life is Hi/º¸Çè¿ë¾î»çÀü');	// º¸Çè¿ë¾î»çÀü

				else if(name == "LifeisHi_3") javascript:ACEF_Tracking('/happyplus/car/drivingguider/newCar.jsp','FLASH','','',1,'Life is Hi/ÀÚµ¿Â÷');	// ÀÚµ¿Â÷

				

				



				/*¸ÞÀÎÈ­¸éÀÌº¥Æ®*/

				else if(name == "Event_1") javascript:ACEF_Tracking('/events/luck/luck_index.jsp?hipath=luck0904_mainroll','FLASH','','',3,'ÀÌº¥Æ®/Çà¿î¹øÈ£ÀÌº¥Æ®');

				else if(name == "Event_2") javascript:ACEF_Tracking('/events/interactive/main.jsp?hipath=interactive0905_mainroll','FLASH','','',3,'ÀÌº¥Æ®/°í°´Âü¿©±¤Àå');

				else if(name == "Event_3") javascript:ACEF_Tracking('/loan/contract/internet/intro01.jsp?hipath=sms_mainroll','FLASH','','',3,'ÀÌº¥Æ®/´ëÃâÀÌº¥Æ®');

								

								



			}else{				

				/*footer link*/

				//if(name == "footer_1_1") popupOpen1('/mypage/join/popPrivateSecurity.jsp');		// °³ÀÎÁ¤º¸Ãë±Þ¹æÄ§

				//else if(name == "footer_1_2") window.open("/mypage/help/agreementView.jsp","nospam","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=720, height=500, left=100, top=50"); // ÀÌ¿ë¾à°ü

				//else if(name == "footer_1_3") location.href="/cybercenter/elecinsu/elecinsuInfoView.jsp";	// ÀüÀÚ±ÝÀ¶°Å·¡

				//else if(name == "footer_1_4") OpenFooter("/portal/nospam.jsp");	// ÀÌ¸ÞÀÏÁÖ¼Ò¹«´Ü¼öÁý°ÅºÎ

				//else if(name == "footer_1_5") location.href="/mypage/help/sitemapView.jsp";	// »çÀÌÆ®¸Ê

				

				



				//else if(name == "footer_2_1") location.href="/cybercenter/contractcenter/return/dormantInfoView.jsp";	// ÈÞ¸Õº¸Çè±ÝÁ¶È¸

				//else if(name == "footer_2_2") location.href="/cybercenter/contractcenter/return/carInfoView.jsp";	// °ú³³º¸Çè·á½ÅÃ»

				//else if(name == "footer_2_3") location.href="/amends/service/add/addView01.jsp";	// °¡Áö±Þº¸Çè±Ý

				//else if(name == "footer_2_4") location.href="/company/ko/info/morals/ethicsView0104.jsp";	// º¸Çè¸ðÁýÁú¼­½Å°í

				//else if(name == "footer_2_5") window.open("http://www.fss.or.kr/kr/mw/sin/busori.jsp","busori","");	// ¹æÄ«½´¶û½ººÎÁ¶¸®½Å°í

				

				



				//else if(name == "footer_3_1") window.open("http://www.fss.or.kr/kor/pop/seomin119.jsp","seomin119","");	// ¼­¹Î±ÝÀ¶119¼­ºñ½º

				//else if(name == "footer_3_2") location.href="/mypage/guide/confidenceView.jsp";	// °í°´±Ç¸®¾È³»¹®

				//else if(name == "footer_3_3") location.href="/loan/mortgage/apt_long/declare.jsp";	// ´ëÃâºÎ´ç±¤°í½Å°í¼¾ÅÍ

				//else if(name == "footer_3_4") location.href="/FundMall/fundappealinfo.jsp";	// ÆÝµåÆÇ¸Å°ü·ÃºÒÆí½Å°í¼¾ÅÍ		

				

				



				if(name == "footer_1_1") javascript:ACEF_Tracking(popupOpen1('/mypage/join/popPrivateSecurity.jsp'),'FLASH','','',4,'°³ÀÎÁ¤º¸Ãë±Þ¹æÄ§');		// °³ÀÎÁ¤º¸Ãë±Þ¹æÄ§

				else if(name == "footer_1_2") javascript:ACEF_Tracking(window.open("/mypage/help/agreementView.jsp","nospam","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=720, height=500, left=100, top=50"),'FLASH','','',4,'ÀÌ¿ë¾à°ü'); // ÀÌ¿ë¾à°ü

				else if(name == "footer_1_3") javascript:ACEF_Tracking('/cybercenter/elecinsu/elecinsuInfoView.jsp','FLASH','','',4,'ÀüÀÚ±ÝÀ¶°Å·¡');	// ÀüÀÚ±ÝÀ¶°Å·¡

				else if(name == "footer_1_4") javascript:ACEF_Tracking(OpenFooter("/portal/nospam.jsp"),'FLASH','','',4,'ÀÌ¸ÞÀÏÁÖ¼Ò¹«´Ü¼öÁý°ÅºÎ');	// ÀÌ¸ÞÀÏÁÖ¼Ò¹«´Ü¼öÁý°ÅºÎ

				else if(name == "footer_1_5") javascript:ACEF_Tracking('/mypage/help/sitemapView.jsp','FLASH','','',4,'»çÀÌÆ®¸Ê');	// »çÀÌÆ®¸Ê

				

				



				else if(name == "footer_2_1") javascript:ACEF_Tracking('/cybercenter/contractcenter/return/dormantInfoView.jsp','FLASH','','',4,'ÈÞ¸Õº¸Çè±ÝÁ¶È¸');	// ÈÞ¸Õº¸Çè±ÝÁ¶È¸

				else if(name == "footer_2_2") javascript:ACEF_Tracking('/cybercenter/contractcenter/return/carInfoView.jsp','FLASH','','',4,'°ú³³º¸Çè·á½ÅÃ»');	// °ú³³º¸Çè·á½ÅÃ»

				else if(name == "footer_2_3") javascript:ACEF_Tracking('/amends/service/add/addView01.jsp','FLASH','','',4,'°¡Áö±Þº¸Çè±Ý');	// °¡Áö±Þº¸Çè±Ý

				else if(name == "footer_2_4") javascript:ACEF_Tracking('/company/ko/info/morals/ethicsView0104.jsp','FLASH','','',4,'º¸Çè¸ðÁýÁú¼­½Å°í');	// º¸Çè¸ðÁýÁú¼­½Å°í

				else if(name == "footer_2_5") javascript:ACEF_Tracking(window.open("http://www.fss.or.kr/kr/mw/sin/busori.jsp","busori",""),'FLASH','','',4,'¹æÄ«½´¶û½ººÎÁ¶¸®½Å°í');	// ¹æÄ«½´¶û½ººÎÁ¶¸®½Å°í

				

				



				else if(name == "footer_3_1") javascript:ACEF_Tracking(window.open("http://www.fss.or.kr/kor/pop/seomin119.jsp","seomin119",""),'FLASH','','',4,'¼­¹Î±ÝÀ¶119¼­ºñ½º');	// ¼­¹Î±ÝÀ¶119¼­ºñ½º

				else if(name == "footer_3_2") javascript:ACEF_Tracking('/mypage/guide/confidenceView.jsp','FLASH','','',4,'°í°´±Ç¸®¾È³»¹®');	// °í°´±Ç¸®¾È³»¹®

				else if(name == "footer_3_3") javascript:ACEF_Tracking('/loan/mortgage/apt_long/declare.jsp','FLASH','','',4,'´ëÃâºÎ´ç±¤°í½Å°í¼¾ÅÍ');	// ´ëÃâºÎ´ç±¤°í½Å°í¼¾ÅÍ

				else if(name == "footer_3_4") javascript:ACEF_Tracking('/FundMall/fundappealinfo.jsp','FLASH','','',4,'ÆÝµåÆÇ¸Å°ü·ÃºÒÆí½Å°í¼¾ÅÍ');	// ÆÝµåÆÇ¸Å°ü·ÃºÒÆí½Å°í¼¾ÅÍ		

			}

	}

	//ÆË¾÷°³ÀÎÁ¤º¸Ãë±Þ¹æÄ§

	function OpenFooter(url, type) {		

	    if(type==1) window.open("/portal/nospam.jsp","nospam","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=700, height=240, left=100, top=50");

	    else if (type == 2) window.open(url,"nospam","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=720, height=500, left=100, top=50");

	    else if (type ==3 ) window.open(url,"seomin119","");	    

	}			

	//ÆË¾÷°³ÀÎÁ¤º¸Ãë±Þ¹æÄ§

	function popupOpen1(url) {

	    newwindow = window.open(url, "openpop", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=740, height=550, left=100, top=50");

	}

	

	



/* °Ë»ö *///////////////////////////////////////////////    

	function sendQuery(qt) {

		url = "/search/rapia_search.jsp?menu=ÅëÇÕ°Ë»ö&qt="+qt;

		location.href=url;

		}

	function goSearch(tp){

		o = document.getElementById("qt");

		if(o.value == "") {

			alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä.");

			o.focus();

			return;

		}

		if(tp == 'I') url = "/search/rapia_search.jsp?menu=ÅëÇÕ°Ë»ö&qt="+o.value;

		else if(tp == 'L') url = "/search/rapia_search.jsp?menu="+document.getElementById("menu").value+"&qt="+o.value;

		

		



		location.href=url;	

	}	

// Äü¸Þ´º ¸µÅ© ////////////////////////////////////////////////////////////////////////////////

	quick_menu_1 = "quick_menu_1"; //°è¾àÁ¶È¸ ¹× º¯°æ

	quick_menu_2 = "quick_menu_2"; // ÀÎÅÍ³Ýº¸Çè°è¾à´ëÃâ

	quick_menu_3 = "quick_menu_3"; // º¸Çè°¡ÀÔ»ó´ã	

	quick_menu_4 = "quick_menu_4";	// Áõ¸í¼­ ¹ß±Þ

	quick_menu_5 = "quick_menu_5"; // º¸»óÃ»±¸¾ç½Ä Ãâ·Â

	quick_menu_6 = "quick_menu_6"; // º¸»ó»ç°íÁ¢¼ö

	quick_menu_7 = "quick_menu_7"; // Çö´ëÇØ»ó ¼­ºñ½º¸ÁÃ£±â	

// »çÀÌ¹öÃ¢±¸ ºñÁÖ¾ó ¸µÅ© ////////////////////////////////////////////////////////////////////////////////

    CyberCenter_1="CyberCenter_1" //°è¾àÁ¶È¸

    CyberCenter_2="CyberCenter_2" //°è¾àº¯°æ

    CyberCenter_3="CyberCenter_3" //Áõ¸í¼­¹ß±ÞÃ¢±¸

    CyberCenter_4="CyberCenter_4" //´ëÃâÃ¢±¸

    CyberCenter_5="CyberCenter_5" //ÆÝµåÃ¢±¸

    CyberCenter_6="CyberCenter_6" //º¸»óÃ¢±¸

    CyberCenter_7="CyberCenter_7" //ÀÔ±Ý/È¯±Þ



// º¸Çè»óÇ° ºñÁÖ¾ó ¸µÅ© ////////////////////////////////////////////////////////////////////////////////

    lnsurance_1 = "lnsurance_1" //±Â¾Ø±Â¾î¸°ÀÌCIº¸Çè

    lnsurance_2 = "lnsurance_2" //°Ü¿ï¿£ ½ºÅ°º¸µåº¸Çè

    lnsurance_3 = "lnsurance_3" //ÇÏÀÌÄ«ÀÚµ¿Â÷º¸Çè

    lnsurance_4 = "lnsurance_4" //Çàº¹À»´Ù¸ðÀºº¸Çè

    lnsurance_5 = "lnsurance_5" //ÇÏÀÌÆÛÆåÆ®Á¾ÇÕº¸Çè



// ÆÝµå¸ô ºñÁÖ¾ó ¸µÅ© ////////////////////////////////////////////////////////////////////////////////

    fundmall_visual_1="fundmall_visual_1" // ÆÝµå¸ô Å¾ ºñÁÖ¾ó¿¡ Ã¹¹øÂ° ÀÚ¼¼È÷ º¸±â

    fundmall_visual_2="fundmall_visual_2" // ÆÝµå¸ô Å¾ ºñÁÖ¾ó¿¡ µÎ¹øÂ° ÀÚ¼¼È÷ º¸±â

    fundmall_visual_3="fundmall_visual_3" // ÆÝµå¸ô Å¾ ºñÁÖ¾ó¿¡ ¼¼¹øÂ° ÀÚ¼¼È÷ º¸±â



// Life is Hi ºñÁÖ¾ó ¸µÅ© ////////////////////////////////////////////////////////////////////////////////

    LifeisHi_1="LifeisHi_1" // ÀçÅ×Å© ºÎµ¿»ê

    LifeisHi_2_1="LifeisHi_2_1" // º¸Çè´º½º

    LifeisHi_2_2="LifeisHi_2_2" // À§Çè°ü¸®

    LifeisHi_2_3="LifeisHi_2_3" // ¿ë¾î»çÀü

    LifeisHi_3="LifeisHi_3" // ÀÚµ¿Â÷



// °í°´»ó´ã¼¾ÅÍ ºñÁÖ¾ó ¸µÅ© ////////////////////////////////////////////////////////////////////////////////

    Customer_Contact_1="Customer_Contact_1" //°í°´ÀÇ ¸»¾¸

    Customer_Contact_2="Customer_Contact_2" //FAQ

    Customer_Contact_3="Customer_Contact_3" //ÀÌ¸ÞÀÏ»ó´ã

    Customer_Contact_4="Customer_Contact_4" //ÀüÈ­»ó´ã



// ÀÌº¥Æ® ºñÁÖ¾ó ¸µÅ© ////////////////////////////////////////////////////////////////////////////////

    Event_1="Event_1" //Event_1

    Event_2="Event_2" //Event_2

    Event_3="Event_3" //Event_3



// footer ¸µÅ© ////////////////////////////////////////////////////////////////////////////////

footer_1_1="footer_1_1"						//°³ÀÎÁ¤º¸Ãë±Þ¹æÄ§

footer_1_2="footer_1_2"								//ÀÌ¿ë¾à°ü

footer_1_3="footer_1_3"						//ÀüÀÚ±ÝÀ¶°Å·¡

footer_1_4="footer_1_4"		//ÀÌ¸ÞÀÏÁÖ¼Ò¹«´Ü¼öÁý°ÅºÎ

footer_1_5="footer_1_5"								//»çÀÌÆ®¸Ê



footer_2_1="footer_2_1"					//ÈÞ¸Õº¸Çè±ÝÁ¶È¸

footer_2_2="footer_2_2"					//°ú³³º¸Çè·á½ÅÃ»

footer_2_3="footer_2_3"						//°¡Áö±Þº¸Çè±Ý

footer_2_4="footer_2_4"					//º¸Çè¸ðÁýÁú¼­½Å°í

footer_2_5="footer_2_5"			//¹æÄ«½´¶û½ººÎÁ¶¸®½Å°í



footer_3_1="footer_3_1"				//¼­¹Î±ÝÀ¶119¼­ºñ½º

footer_3_2="footer_3_2"					//°í°´±Ç¸®¾È³»¹®

footer_3_3="footer_3_3"			//´ëÃâºÎ´ç±¤°í½Å°í¼¾ÅÍ

footer_3_4="footer_3_4"	//ÆÝµåÆÇ¸Å°ü·ÃºÒÆí½Å°í¼¾ÅÍ

/*ÇÏÀÌÇÃ·¡³Ê ¿ø ¸Þ´º ¸µÅ© */

hiPlanner_circle_1="hiPlanner_circle_1"					//±³À°°úÁ¤

hiPlanner_circle_2="hiPlanner_circle_2"					//ÀÔ»çÁö¿ø

hiPlanner_circle_3="hiPlanner_circle_3"					//¿¬³»´ë»ó

hiPlanner_circle_4="hiPlanner_circle_4"				//¼º°ø½ºÅä¸®

hiPlanner_blog="hiPlanner_blog"			//ÇÏÀÌÇÃ·¡³Ê ºí·¯±×	

map_search="map_search"							//Áöµµ°Ë»ö

//¸ÞÀÎ ÀÌº¥Æ® ¸µÅ©

Event_1="Event_1"	//Event_1

Event_2="Event_2"				//Event_2

Event_3="Event_3"				//Event_3

Event_4="Event_4"				//Event_3

Event_5="Event_5"				//Event_3		
