
	var rootPath = 'http://www.citibank.co.kr';
	var cRotPath = 'http://koreacitidirect.citigroup.com';

	function gcgPopLoc(subURL, winName, sizeW, sizeH){

		uf_newWin(gcgURL +"/pass.jsp?Call="+ subURL, winName, sizeW, sizeH);
	}

	function UrlLink_Home_Page(url,target_info) {
		frm.action	= rootPath+"/pass.jsp?Call="+url;
		frm.target	= target_info;
		frm.submit();
	}

	function UrlLink_Page(url_info,login_statr){

		var target_str = "" ;

		//target_str°¡ login(·Î±×ÀÎ ÈÄ)ÀÌ¸é »õÃ¢À¸·Î ¿­¸®°í ±×·¸Áö ¾ÊÀ¸¸é Ã¢ ÀüÈ¯
		if (login_statr == 'login') {
			target_str = '_blank' ;
		} else  {
			target_str = '_parent' ;
		}

		if( url_info == 'about_cki' ){  //°³ÀÎ_ÀºÇà¼Ò°³
			frm.action	= rootPath+"/pass.jsp?Call=/kor/info/info_index.jsp";
			frm.target	= target_str;
			frm.submit();
		}else if( url_info == 'citibank' ){	 //°³ÀÎ_Main_Page
			frm.action	= rootPath;
			frm.target	= target_str;
			frm.submit();
		}else if( url_info == 'ir' ){  //°³ÀÎ_IR
			frm.action	= rootPath+"/pass.jsp?Call=/kor/ir/ir_index.jsp";
			frm.target	= target_str;
			frm.submit();
		}else if( url_info == 'ir_eng' ){  //°³ÀÎ_¿µ¹®_IR
			frm.action	= rootPath+"/pass.jsp?Call=/eng/ir/ir_index.jsp&Lang=E";
			frm.target	= target_str;
			frm.submit();
		} else if( url_info == 'consumer_banking' ) {  //°³ÀÎ_°³ÀÎ°í°³
			frm.action	= rootPath+"/pass.jsp?Call=/kor/k_index.jsp";
			frm.target	= target_str;
			frm.submit();
		} else if( url_info == 'citibusiness' ) {  //°³ÀÎ_¾¾Æ¼ºñÁî´Ï½º
			frm.action	= rootPath+"/pass.jsp?Call=/cgrp/kor/kmain.jsp";
			frm.target	= target_str;
			frm.submit();
		} else if( url_info == 'customer_center' ) {  //°³ÀÎ_°í°´¼¾ÅÍ
			frm.action	= rootPath+"/pass.jsp?Call=/kor/center/center_index.jsp";
			frm.target	= target_str;
			frm.submit();
		} else if( url_info == 'stock' ) { //°³ÀÎ_ÀÚº»±Ý ÇöÈ²
			frm.action	= rootPath+"/pass.jsp?Call=/kor/ir/stock/money/kism_money.jsp";
			frm.target	= target_str;
			frm.submit();
		} else if( url_info == 'news' ) {  //°³ÀÎ_°øÁö»çÇ×
			frm.action	= rootPath+"/pass.jsp?Call=/kor/etc/news/notice/kenn_notice.jsp";
			frm.target	= target_str;
			frm.submit();
		} else if( url_info == 'oneclick1' ) {	//°³ÀÎ_ÀÜ¾×/°Å·¡³»¿ªÁ¶È¸
			frm.action	= rootPath+"/pass.jsp?Call=/kor/ib/es/es01/kibes01001_0.jsp";
			frm.target	= target_str;
			frm.submit();
		} else if( url_info == 'oneclick4' ) {	//°³ÀÎ_¾¾Æ¼ÀºÇà ÀÚ±â¾Õ¼öÇ¥
			frm.action	= rootPath+"/pass.jsp?Call=/kor/ib/es/es02/kibes02001_0.jsp";
			frm.target	= target_str;
			frm.submit();
		} else if( url_info == 'oneclick5' ) {	//°³ÀÎ_ÈÞ¸é°èÁÂ Á¶È¸
			frm.action	= rootPath+"/pass.jsp?Call=/kor/ib/es/es03/kibes03001_0.jsp";
			frm.target	= target_str;
			frm.submit();
		} else if( url_info == 'sitemap' ) {	//°³ÀÎ_Sitemap
			frm.action	= rootPath+"/pass.jsp?Call=/kor/etc/sitemap/kes_sitemap01.jsp";
			frm.target	= target_str;
			frm.submit();
		} else if( url_info == 'recruit' ) {	 //°³ÀÎ_Ã¤¿ë¾È³»
			frm.action	= rootPath+"/pass.jsp?Call=/kor/info/employ/anno/kiea_anno.jsp";
			frm.target	= target_str;
			frm.submit();
		} else if( url_info == 'Consumers_Privacy' ) {	//°³ÀÎ_°³ÀÎÁ¤º¸º¸È£Á¤Ã¥
			frm.action	= rootPath+"/pass.jsp?Call=/kor/ib/us/us03/kibus03002_0.jsp";
			frm.target	= target_str;
			frm.submit();
		} else if( url_info == 'Consumers_Privacy_eng' ) {	//°³ÀÎ_°³ÀÎÁ¤º¸º¸È£Á¤Ã¥_¿µ¹®
			frm.action	= rootPath+"/pass.jsp?Call=/eng/ib/us/us03/eibus03002_0.jsp";
			frm.target	= target_str;
			frm.submit();
		} else if( url_info == 'cati_main' ) {	//±â¾÷_Cati_main
			frm.action	= cRotPath;
			frm.target	= target_str;
			frm.submit();
		} else if( url_info == 'catiE_main' ) {	//±â¾÷_Cati_main(¿µ¹®)
			frm.action	= "/catiE/main/index_cati.jsp";
			frm.target	= target_str;
			frm.submit();
		/*} else if( url_info == 'quick' ) {
			frm.action	= "/quick/main/index.jsp";
			frm.target	= target_str;
			frm.submit();*/
		} else {

		}

	}



        /*
         Function Name	: go_page
         Purpose		: url ·Î ÆäÀÌÁö ÀÌµ¿
                          num : 0 ÀÌ¸é ¹Ù·Î ¸µÅ©,
                          num : 1 ÀÌ¸é ÀÎÁõ¼­°¡ ÇÊ¿äÇÑ ¾ÏÈ£È­ ÆäÀÌÁö·Î ÀÌµ¿
                          num : 2 ÀÌ¸é ÀÎÁõ¼­°¡ ÇÊ¿ä¾ø´Â ¾ÏÈ£È­ ÆäÀÌÁö·Î ÀÌµ¿
         Scope			: Request
         Inputs			: url, num
         Returns		: none
        */
        function go_page( url, num )
        {
            if ( num == 0){
        	    location.href=url;
            }
            else if ( num == 1){
                go_SecureMove( url );
            }
            else if ( num == 2){
                go_aSecureMove( url );
            }
        }
