	function actionAspHome()
	{
		OpenWin('comCodeMgmtMn.action', 'aspHome', 1016, 693);  // 693
	}



//asp ÆäÀÌÁö ·Î±×ÀÎ / ¸ÞÀÎ
	 function actionAspLoginHome()
	 {
		var url = "comLogin.action"
		var width = 1016
		var height = 693

		var dim = new Array(2);

//		dim = CenterWindow(height,width);
//			top = dim[0];
		top = 0;
		left = 0;

		var left = left;
		var top = top;
		var toolbar = 'no';     
		var menubar = 'no';     
		var status = 'yes';     
		var scrollbars = 'yes';
		var resizable = 'yes';

//			Minimize();
		var asp = window.open( url, 'crown', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
		asp.focus();
	 }



	// ¾ÖÇÃ¸´ ¸Þ¼¼Áö - °øÅë ¸Þ¼¼Áö È­ÀÏ
	function showMessage(msg){
		if (msg != null) {
		  if(msg == "·Î±×ÀÎ ÇØ ÁÖ½Ê½Ã¿ä"){      // AppletÀÇ msg°¡ "·Î±×ÀÎ ÇØ ÁÖ½Ê½Ã¿ä" ¸®ÅÏÇÒ¶§ ·Î±×ÀÎ ÆäÀÌÁö·Î ÀÌµ¿(¼¼¼ÇÀÌ ²÷°åÀ½)
		  //alert(msg);
			//location.href = "comLogin.action";
		  }else{
			  //alert(msg);
		  }
		}
	}
 
    /**
    * ¸ÖÆ¼ ÁöÃâÁ¤»êÇ×¸ñ °øÁ¦
    * 
    * @param func - ºÎ¸ðÃ¢ÀÇ Javascript Function
    * @param cmpy_no - °Å·¡Ã³ÄÚµå

    * @param etc_basis_no - Â÷·®¹øÈ£
    */
    function actionMultiMutualAid(func,cmpy_code,cmpy_name,etc_basis_no,find_type)
    {
        var width = 710;
        var height = 255;

        var dim = new Array(2);
        dim = CenterWindow(height,width);
        top = dim[0];
        left = dim[1];

        var left = left;
        var top = top;
        var toolbar = 'no';
        var menubar = 'no';
        var status = 'yes';
        var scrollbars = 'no';
        var resizable = 'yes';

        var url =  "/PopMultiMutualAid.action?function=" + func +"&cmpy_code="+ cmpy_code +"&cmpy_name="+ cmpy_name +"&etc_basis_no="+ etc_basis_no+"&find_type="+ find_type;
        var PopMultiMutualAid = window.open( url, 'PopMultiMutualAid', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
        PopMultiMutualAid.focus();
    }
    ////////////////////////////////////////////////////////////////////////////////////
	//ÀÛ¼ºÀÚ : azabong                                                                    
	//ÀÛ¼ºÀÏ : 2005.9.25                                                                 
	//¼³   ¸í : Â÷·®°Ë»ö  
	////////////////////////////////////////////////////////////////////////////////////
         function actionFindCar(sfunc)
         {
            var width = 600
            var height = 600

            var dim = new Array(2);
			      dim = CenterWindow(height,width);
            top = dim[0];
            left = dim[1];                                                                                                

            var left = left;
            var top = top;
            var toolbar = 'no';     
            var menubar = 'no';     
            var status = 'yes';     
            var scrollbars = 'no';   
            var resizable = 'no';

            url =  "/PopCarFind.action?function=" + sfunc;
            

			var PopCarFind = window.open( url, 'PopCarFind', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
            PopCarFind.focus();               
         }
// °ßÀû¼­ Ãâ·Â
    function actionPrintQuot(trans_req_no){
        var width  = 730
        var height = 580

        var dim  = new Array(2);
            dim  = CenterWindow(height,width);
            top  = dim[0];
            left = dim[1];                                                                                                
        var d = document.all.formList;
        var left       = left;
        var top        = top;
        var toolbar    = 'no';     
        var menubar    = 'no';     
        var status     = 'yes';     
        var scrollbars = 'yes';   
        var resizable  = 'no';

        url =  "/PopQuotPrt.action?trans_req_no="+trans_req_no;
        window.open( url, 'tradePaper', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
    }

   /** 
     *   ÀÏÀÏ¹èÂ÷ÀÏÁö Ãâ·ÂÈ­¸é
     *   argument »óÂ÷ÀÏÀÚ
     *   ¡Ø ¸¸ÀÏ ´õ ¸¹Àº Á¶°ÇÀ» ³ÖÀ¸·Á¸é SvlTransReq.setAlloDaily()¸¦ ÂüÁ¶ÇÏ¸é µË´Ï´Ù..(ÀÌ°Ç ¹èÂ÷ÀÏº¸¿Í °°À½)
     */ 
     function actionAlloDailyPrt(s_load_date,s_cmpy_name,s_buy_cmpy_name,s_car_no,s_tons,s_load_addr,s_alight_addr){
        var width = 770      
        var height = 580
        
        var dim = new Array(2);
        dim = CenterWindow(height,width);
        top = dim[0];
        left = dim[1];
        
        var left = left;
        var top = top;
        var toolbar = 'no';
        var menubar = 'no';
        var status = 'yes';
        var scrollbars = 'yes';
        var resizable = 'no';
        
        url =  "/PopAlloDailyPrt.action?METHOD_NAME=getAlloDaily&S_START_LOAD_DATE="+s_load_date+"&S_END_LOAD_DATE="+s_load_date+"&S_CMPY_NAME="+s_cmpy_name+"&S_BUY_CMPY_NAME="+s_buy_cmpy_name+"&S_CAR_NO="+s_car_no+"&S_TONS="+s_tons+"&S_LOAD_ADDR="+s_load_addr+"&S_ALIGHT_ADDR="+s_alight_addr;
        var PopAlloDailyPrt = window.open( url, 'PopSectFind', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
        PopAlloDailyPrt.focus();
     }
     //°è¾à¿îÀÓ ¸®½ºÆ® ÆË¾÷
     // func - ºÎ¸ðÃ¢Function
     // buy_sell_div - ¸ÅÀÔ/¸ÅÃâ ±¸ºÐ
     // cmpy_code - °Å·¡Ã³ÄÚµå

     // cmpy_name - °Å·¡Ã³¸í
     function actionTransFeeContrt(func,buy_sell_div,cmpy_code,cmpy_name,brnch_code,brnch_name)
     {
        var width = 520
        var height = 440

        var dim = new Array(2);
        dim = CenterWindow(height,width);
        top = dim[0];
        left = dim[1];        

        var left = left;
        var top = top;
        var toolbar = 'no';     
        var menubar = 'no';     
        var status = 'yes';     
        var scrollbars = 'no';   
        var resizable = 'no';
        url =  "/PopTransFeeContrt.action?function=" + func + "&buy_sell_div=" + buy_sell_div + "&cmpy_code=" + cmpy_code + "&cmpy_name=" + cmpy_name + "&brnch_code=" + brnch_code  + "&brnch_name=" + brnch_name;
        var crown_TransFee = window.open( url, 'CrownOperCarLi', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
        crown_TransFee.focus();               
     }
     //Á¦Ç°Á¤º¸¸®½ºÆ®

     // arg - ºÎ¸ðÃ¢Function
     function actionProdFind(func)
     {
        var width = 495
        var height = 375

        var dim = new Array(2);
        dim = CenterWindow(height,width);
        top = dim[0];
        left = dim[1];        

        var left = left;
        var top = top;
        var toolbar = 'no';     
        var menubar = 'no';     
        var status = 'yes';     
        var scrollbars = 'no';   
        var resizable = 'no';
        url =  "/PopProdFind.action?function=" + func;
        var kolonet_ProdInfo = window.open( url, 'CrownOperCarLi', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
        kolonet_ProdInfo.focus();               
     }
     //Á¦Ç°Á¤º¸¸®½ºÆ®

     // arg - ºÎ¸ðÃ¢Function
     function actionProdFind(func,cmpy_code,cmpy_name)
     {
        var width = 495
        var height = 375

        var dim = new Array(2);
        dim = CenterWindow(height,width);
        top = dim[0];
        left = dim[1];        

        var left = left;
        var top = top;
        var toolbar = 'no';     
        var menubar = 'no';     
        var status = 'yes';     
        var scrollbars = 'no';   
        var resizable = 'no';
        url =  "/PopProdFind.action?function=" + func + "&s_cmpy_code=" + cmpy_code + "&s_cmpy_name=" + cmpy_name;
        var kolonet_ProdInfo = window.open( url, 'CrownOperCarLi', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
        kolonet_ProdInfo.focus();               
     }
     //¹èÂ÷°¡´ÉÂ÷·®¸®½ºÆ®
     // arg - ºÎ¸ðÃ¢Function
     function actionOperCarFind(func,cmpy_code)
     {
        var width = 495
        var height = 375

        var dim = new Array(2);
        dim = CenterWindow(height,width);
        top = dim[0];
        left = dim[1];   
        var left = left;
        var top = top;
        var toolbar = 'no';     
        var menubar = 'no';     
        var status = 'yes';     
        var scrollbars = 'no';   
        var resizable = 'no';
        url =  "/popOperCarLi.action?function=" + func + "&atta_cmpy_code=" + cmpy_code;
        var kolonet_member = window.open( url, 'CrownOperCarLi', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
        kolonet_member.focus();               
     }
     
     //»ç¿ëÀÚ¸®½ºÆ® - SVC_INFO Å×ÀÌºí¿¡ SVC_NO°¡ NULL ÀÎ°Í¸¸ °Ë»ö - »ç¿ëÀÚ°ü¸®¿¡¼­ ¾²ÀÓ
     // arg - ºÎ¸ðÃ¢Function, ¼­ºñ½º¹øÈ£, »ç¿ëÀÚÀ¯Çü

     function actionBrnchFind(func)
     {
        var width = 500
        var height = 600

        var dim = new Array(2);
        dim = CenterWindow(height,width);
        top = dim[0];
        left = dim[1];        

        var left = left;
        var top = top;
        var toolbar = 'no';     
        var menubar = 'no';     
        var status = 'yes';     
        var scrollbars = 'no';   
        var resizable = 'no';
        url =  "/PopBrnchFind.action?function=" + func;
        var kolonet_member = window.open( url, 'kolonet_member', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
        kolonet_member.focus();               
     }
     //»ç¿ëÀÚ¸®½ºÆ® - SVC_INFO Å×ÀÌºí¿¡ SVC_NO°¡ NULL ÀÎ°Í¸¸ °Ë»ö - »ç¿ëÀÚ°ü¸®¿¡¼­ ¾²ÀÓ
     // arg - ºÎ¸ðÃ¢Function, ¼­ºñ½º¹øÈ£, »ç¿ëÀÚÀ¯Çü

     function actionParentBrnchFind(func,brnch_level)
     {
        var width = 500
        var height = 600

        var dim = new Array(2);
        dim = CenterWindow(height,width);
        top = dim[0];
        left = dim[1];        

        var left = left;
        var top = top;
        var toolbar = 'no';     
        var menubar = 'no';     
        var status = 'yes';     
        var scrollbars = 'no';   
        var resizable = 'no';
        url =  "/PopBrnchFind.action?function=" + func + "&s_parent_brnch_level=" + brnch_level;
        var kolonet_member = window.open( url, 'kolonet_member', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
        kolonet_member.focus();               
     }
     //»ç¿ëÀÚ¸®½ºÆ® - SVC_INFO Å×ÀÌºí¿¡ SVC_NO°¡ NULL ÀÎ°Í¸¸ °Ë»ö - »ç¿ëÀÚ°ü¸®¿¡¼­ ¾²ÀÓ
     // arg - ºÎ¸ðÃ¢Function, ¼­ºñ½º¹øÈ£, »ç¿ëÀÚÀ¯Çü

     function actionBrnchFind2(func,cmpy_name)
     {
        var width = 500
        var height = 600

        var dim = new Array(2);
        dim = CenterWindow(height,width);
        top = dim[0];
        left = dim[1];        

        var left = left;
        var top = top;
        var toolbar = 'no';     
        var menubar = 'no';     
        var status = 'yes';     
        var scrollbars = 'no';   
        var resizable = 'no';
        url =  "/PopBrnchFind.action?function=" + func + "&s_cmpy_name=" + cmpy_name;
        var kolonet_member = window.open( url, 'kolonet_member', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
        kolonet_member.focus();               
     }
     //»ç¿ëÀÚ¸®½ºÆ® - SVC_INFO Å×ÀÌºí¿¡ SVC_NO°¡ NULL ÀÎ°Í¸¸ °Ë»ö - »ç¿ëÀÚ°ü¸®¿¡¼­ ¾²ÀÓ
     // arg - ºÎ¸ðÃ¢Function, ¼­ºñ½º¹øÈ£, »ç¿ëÀÚÀ¯Çü

     function actionFindUser(func,svc_no,user_type)
     {
        var width = 410
        var height = 375

        var dim = new Array(2);
        dim = CenterWindow(height,width);
        top = dim[0];
        left = dim[1];        

        var left = left;
        var top = top;
        var toolbar = 'no';     
        var menubar = 'no';     
        var status = 'yes';     
        var scrollbars = 'no';   
        var resizable = 'no';
        url =  "/PopUserFind.action?function=" + func + "&s_svc_no=" + svc_no + "&s_user_type=" + user_type;
        var kolonet_member = window.open( url, 'kolonet_member', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
        kolonet_member.focus();               
     }

    ////////////////////////////////////////////////////////////////////////////////////
	//ÀÛ¼ºÀÚ : indigo                                                                    
	//ÀÛ¼ºÀÏ : 2005.8.01                                                                 
	//¼³   ¸í : °Å·¡Ã³°Ë»ö  
	//argument 1. ÇÔ¼ö(È£ÃâÇÑ ÆäÀÌÁöÀÇ ¼ÂÆÃ ÇÔ¼ö))
	//         2. ±¸ºÐ(
	//				  Â÷ÁÖ°Å·¡Ã³   : car
	//			      ¿î¼Û»ç°Å·¡Ã³ : trans
	//				  ÁÖ¼±»ç°Å·¡Ã³ : arra)				   )
	////////////////////////////////////////////////////////////////////////////////////
         function actionFindCmpy(sfunc,cmpy_gubn)
         {
            var width = 410
            var height = 600

            var dim = new Array(2);
			      dim = CenterWindow(height,width);
            top = dim[0];
            left = dim[1];                                                                                                

            var left = left;
            var top = top;
            var toolbar = 'no';     
            var menubar = 'no';     
            var status = 'yes';     
            var scrollbars = 'no';   
            var resizable = 'no';

            url =  "/PopCmpyFind.action?function=" + sfunc + "&cmpy_gubn=" + cmpy_gubn;
            

			var PopCmpyFind = window.open( url, 'PopCmpyFind', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
            PopCmpyFind.focus();               
         }


    ////////////////////////////////////////////////////////////////////////////////////
	//ÀÛ¼ºÀÚ : ejpapa                                                                    
	//ÀÛ¼ºÀÏ : 2005.8.01                                                                 
	//¼³   ¸í : ½Ã¹Ä·¹ÀÌ¼Ç °Ë»ö  
	//argument 1. ÇÔ¼ö(È£ÃâÇÑ ÆäÀÌÁöÀÇ ¼ÂÆÃ ÇÔ¼ö))
	//         2. ±¸ºÐ(
	//				  Â÷ÁÖ°Å·¡Ã³   : car
	//			      ¿î¼Û»ç°Å·¡Ã³ : trans
	//				  ÁÖ¼±»ç°Å·¡Ã³ : arra)				   )
	////////////////////////////////////////////////////////////////////////////////////
         function actionFindSimul(sfunc,gubn)
         {
            var width = 410
            var height = 500

            var dim = new Array(2);
			      dim = CenterWindow(height,width);
            top = dim[0];
            left = dim[1];                                                                                                

            var left = left;
            var top = top;
            var toolbar = 'no';     
            var menubar = 'no';     
            var status = 'yes';     
            var scrollbars = 'no';   
            var resizable = 'no';

            url =  "/PopTransSimul.action?function=" + sfunc + "&cmpy_gubn=" + gubn;
            

			var PopCmpyFind = window.open( url, 'PopTransSimul', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
            PopCmpyFind.focus();               
         }


    ////////////////////////////////////////////////////////////////////////////////////
	//ÀÛ¼ºÀÚ : indigo                                                                    
	//ÀÛ¼ºÀÏ : 2005.9.01                                                                 
	//¼³   ¸í : Á¤»ê ´ë»ó °Å·¡Ã³°Ë»ö  
	//argument 1. ÇÔ¼ö(È£ÃâÇÑ ÆäÀÌÁöÀÇ ¼ÂÆÃ ÇÔ¼ö))
	//         2. ±¸ºÐ(
	//				  Â÷ÁÖ°Å·¡Ã³   : car
	//			      ¿î¼Û»ç°Å·¡Ã³ : trans
	//				  ÁÖ¼±»ç°Å·¡Ã³ : arra)				   )
	////////////////////////////////////////////////////////////////////////////////////
         function actionFindAdjstCmpy(sfunc,cmpy_gubn,sub_start_adjst_date,sub_end_adjst_date)
         {

            var width = 410
            var height = 600

            var dim = new Array(2);
			     dim = CenterWindow(height,width);
            top = dim[0];
            left = dim[1];                                                                                                

            var left = left;
            var top = top;
            var toolbar = 'no';     
            var menubar = 'no';     
            var status = 'yes';     
            var scrollbars = 'no';   
            var resizable = 'no';
			

            url =  "/PopAdjstCmpyFind.action?function=" + sfunc +"&cmpy_gubn="+cmpy_gubn+"&sub_start_adjst_date=" + sub_start_adjst_date+"&sub_end_adjst_date="+sub_end_adjst_date;
            

			var PopAdjstCmpyFind = window.open( url, 'PopAdjstCmpyFind', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
            PopAdjstCmpyFind.focus();               
         }

    ////////////////////////////////////////////////////////////////////////////////////
	//ÀÛ¼ºÀÚ : indigo                                                                    
	//ÀÛ¼ºÀÏ : 2005.9.01                                                                 
	//¼³   ¸í : Á¤»ê ´ë»ó Â÷·®°Ë»ö  
	//argument 1. ÇÔ¼ö(È£ÃâÇÑ ÆäÀÌÁöÀÇ ¼ÂÆÃ ÇÔ¼ö))
	//         2. ±¸ºÐ(
	//				  Â÷ÁÖ°Å·¡Ã³   : car
	//			      ¿î¼Û»ç°Å·¡Ã³ : trans
	//				  ÁÖ¼±»ç°Å·¡Ã³ : arra)				   )
	////////////////////////////////////////////////////////////////////////////////////
         function actionFindAdjstCar(sfunc,cmpy_gubn,sub_start_adjst_date,sub_end_adjst_date)
         {
            var width = 600
            var height = 600

            var dim = new Array(2);
			      dim = CenterWindow(height,width);
            top = dim[0];
            left = dim[1];                                                                                                

            var left = left;
            var top = top;
            var toolbar = 'no';     
            var menubar = 'no';     
            var status = 'yes';     
            var scrollbars = 'no';   
            var resizable = 'no';
			url =  "/PopAdjstCarFind.action?function=" + sfunc +"&cmpy_gubn="+cmpy_gubn+"&sub_start_adjst_date=" + sub_start_adjst_date+"&sub_end_adjst_date="+sub_end_adjst_date;
           
            var PopAdjstCarFind = window.open( url, 'PopAdjstCarFind', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
            PopAdjstCarFind.focus();               
         }
        ////////////////////////////////////////////////////////////////////////
        // °Å·¡Ã³º° Á¤»ê¼­ Ãâ·ÂÈ­¸é
		//ÀÛ¼ºÀÚ : indigo
		//ÀÛ¼ºÀÏ : 2005.9.01                                                                 
		//¼³   ¸í : °Å·¡Ã³º° Á¤»ê¼­ Ãâ·ÂÈ­¸é  
        ////////////////////////////////////////////////////////////////////////
        function actionCmpyAdjstPrt(adjst_no,s_start_find_date,s_end_find_date)
	    {
            var width = 490;
            var height = 650;

            var dim = new Array(2);
            dim = CenterWindow(height,width);
            top = dim[0];
            left = dim[1];

            var left = left;
            var top = top;
            var toolbar = 'no';
            var menubar = 'no';
            var status = 'yes';
            var scrollbars = 'no';
            var resizable = 'yes';

            var url =  "/popAdjstCustPrt.action?adjst_no=" + adjst_no+ "&s_start_find_date=" + s_start_find_date+ "&s_end_find_date=" + s_end_find_date;
            var popAdjstCustPrt = window.open( url, 'popAdjstCustPrt', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
            popAdjstCustPrt.focus();
        }

        ////////////////////////////////////////////////////////////////////////
        // Â÷·®º° Á¤»ê¼­ Ãâ·ÂÈ­¸é
		//ÀÛ¼ºÀÚ : indigo
		//ÀÛ¼ºÀÏ : 2005.9.01                                                                 
		//¼³   ¸í : Â÷·®º° Á¤»ê¼­ Ãâ·ÂÈ­¸é  
        ////////////////////////////////////////////////////////////////////////
        function actionCarAdjstPrt(adjst_no,s_start_find_date,s_end_find_date)
	    {
            var width = 490;
            var height = 690;

            var dim = new Array(2);
            dim = CenterWindow(height,width);
            top = dim[0];
            left = dim[1];

            var left = left;
            var top = top;
            var toolbar = 'no';
            var menubar = 'no';
            var status = 'yes';
            var scrollbars = 'no';
            var resizable = 'yes';

            var url =  "/popAdjstCarPrt.action?adjst_no=" + adjst_no+ "&s_start_find_date=" + s_start_find_date+ "&s_end_find_date=" + s_end_find_date;
            var popAdjstCarPrt = window.open( url, 'popAdjstCarPrt', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
            popAdjstCarPrt.focus();
        }


        ////////////////////////////////////////////////////////////////////////
        // Á¤»êÀÔÃâ±Ý¿Ï·á ÆË¾÷
		//ÀÛ¼ºÀÚ : indigo
		//ÀÛ¼ºÀÏ : 2005.9.01  
        ////////////////////////////////////////////////////////////////////////
        function actionIOComplete(sfunc,adjst_no,cmpy_code, cmpy_name, total_amt,etc_basis_no) {
            var width = 710;
            var height = 300;

            var dim = new Array(2);
            dim = CenterWindow(height,width);
            top = dim[0];
            left = dim[1];

            var left = left;
            var top = top;
            var toolbar = 'no';
            var menubar = 'no';
            var status = 'yes';
            var scrollbars = 'no';
            var resizable = 'yes';
            url =  "/PopIOComplete.action?function=" + sfunc +"&adjst_no="+ adjst_no +"&cmpy_code="+ cmpy_code +"&cmpy_name="+ cmpy_name +"&total_amt="+ total_amt+"&etc_basis_no="+ etc_basis_no ;
            var PopIOComplete = window.open( url, 'PopIOComplete', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
            PopIOComplete.focus();
        }

        ////////////////////////////////////////////////////////////////////////
        //¼¼±Ý°è»ê¼­ Á¤º¸/¸ÅÀÔ¸ÅÃâ Á¤»êÇ×¸ñ È÷½ºÅä¸® ¸®½ºÆ® ÆË¾÷
		//ÀÛ¼ºÀÚ : indigo
		//ÀÛ¼ºÀÏ : 2005.9.01                                                                 
		//¼³   ¸í : ¼¼±Ý°è»ê¼­ Á¤º¸/¸ÅÀÔ¸ÅÃâ Á¤»êÇ×¸ñ È÷½ºÅä¸® ¸®½ºÆ® ÆË¾÷
		// @param sch_gubn - Á¶È¸±¸ºÐ- ¸ÅÀÔ¸ÅÃâ±¸ºÐ (°Å·¡Ã³º° : CMPYS Â÷·®º° : CARS, ¸ÅÀÔ : BUY, ¸ÅÃâ : SELL)
        // @param cmpy_code - °Å·¡Ã³ÄÚµå

        // @param adjst_item_code - Á¤»êÇ×¸ñ
        // @param etc_basis_no - Â÷·®¹øÈ£
        //////////////////////////////////////////////////////////////////////////
        function actionAdjstBuySellHstr(sch_gubn, cmpy_code, adjst_item_code, etc_basis_no,start_find_date,end_find_date,svc_no,adjst_no)
       {
            var width = 710;
            var height = 255;

            var dim = new Array(2);
            dim = CenterWindow(height,width);
            top = dim[0];
            left = dim[1];

            var left = left;
            var top = top;
            var toolbar = 'no';
            var menubar = 'no';
            var status = 'yes';
            var scrollbars = 'no';
            var resizable = 'yes';

            var url =  "/PopAdjstDetlSellBuy.action?sch_gubn=" + sch_gubn +"&cmpy_code="+ cmpy_code +"&adjst_item_code="+ adjst_item_code +"&etc_basis_no="+ etc_basis_no +"&start_find_date="+ start_find_date +"&end_find_date="+ end_find_date+"&svc_no="+ svc_no+"&adjst_no="+ adjst_no;
            var PopAdjstDetlSellBuy = window.open( url, 'PopAdjstDetlSellBuy', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
            PopAdjstDetlSellBuy.focus();
        }
        ////////////////////////////////////////////////////////////////////////
        // ¼¼±Ý°è»ê¼­ ¹ßÇà ÆË¾÷
		//ÀÛ¼ºÀÚ : indigo
		//ÀÛ¼ºÀÏ : 2005.9.01                                                                 
		//¼³   ¸í : Â÷·®º° Á¤»ê¼­ Ãâ·ÂÈ­¸é  
        ////////////////////////////////////////////////////////////////////////
        function actionTaxPublInsert(func,cmpy_code,supply_amt,supply_vat,supply_sum,mi_adjst_detl_no,repr_item)
	    {
            var width = 490;
            var height = 670;

            var dim = new Array(2);
            dim = CenterWindow(height,width);
            top = dim[0];
            left = dim[1];

            var left = left;
            var top = top;
            var toolbar = 'no';
            var menubar = 'no';
            var status = 'yes';
            var scrollbars = 'no';
            var resizable = 'yes';

            var url =  "/PopTaxDetail.action?function=" + func +"&cmpy_code="+ cmpy_code +"&supply_amt="+ supply_amt +"&supply_vat="+ supply_vat+"&supply_sum="+ supply_sum+"&mi_adjst_detl_no="+ mi_adjst_detl_no+"&repr_item="+ repr_item;
            var PopTaxDetail = window.open( url, 'PopTaxDetail', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
            PopTaxDetail.focus();
        }
    ////////////////////////////////////////////////////////////////////////////////////
	//ÀÛ¼ºÀÚ : indigo                                                                    
	//ÀÛ¼ºÀÏ : 2005.8.01                                                                 
	//¼³   ¸í : °Å·¡Ã³°Ë»ö  
	//         Á¤»êÁ¤º¸ - ¼¼±Ý°è»ê¼­¹Ì¹ßÇà±Ý¾×ÀÌ ÀÖ´Â °Å·¡Ã³ÆË¾÷

    //         ¼¼±Ý°è»ê¼­ ´ë»óÁ¶È¸½Ã »ç¿ë				   )
	////////////////////////////////////////////////////////////////////////////////////
         function actionTaxCmpySearch(fun,s_start_reg_date,s_end_reg_date){
            var width = 427
            var height = 600
            
            var dim = new Array(2);
            dim = CenterWindow(height,width);
            top = dim[0];
            left = dim[1];
            
            var left = left;
            var top = top;
            var toolbar = 'no';
            var menubar = 'no';
            var status = 'yes';
            var scrollbars = 'yes';
            var resizable = 'no';
           
            url =  "/PopTaxCmpyFind.action?function="+ fun+"&s_start_reg_date="+s_start_reg_date+"&s_end_reg_date="+s_end_reg_date;
            var PopTaxCmpyFind = window.open( url, 'PopTaxCmpyFind', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
            PopTaxCmpyFind.focus();
         }
    ////////////////////////////////////////////////////////////////////////////////////
	//ÀÛ¼ºÀÚ : indigo                                                                    
	//ÀÛ¼ºÀÏ : 2005.8.11                                                                
	//¼³   ¸í : ÀÔÃâ±Ù°Å°Ë»ö  
	//         Á¤»êÁ¤º¸ - ¼¼±Ý°è»ê¼­¹Ì¹ßÇà±Ý¾×ÀÌ ÀÖ´Â °Å·¡Ã³ÆË¾÷

    //         ¼¼±Ý°è»ê¼­ ´ë»óÁ¶È¸½Ã »ç¿ë				   )
	////////////////////////////////////////////////////////////////////////////////////
        function actionFindIOFix(sfunc, cmpy_code) {
            var width = 605
            var height = 290

            var dim = new Array(2);
            dim = CenterWindow(height,width);
            top = dim[0];
            left = dim[1];

            var left = left;
            var top = top;
            var toolbar = 'no';
            var menubar = 'no';
            var status = 'yes';
            var scrollbars = 'no';
            var resizable = 'no';
            url =  "/PopIOFixFind.action?function=" + sfunc +"&cmpy_code="+ cmpy_code;
            var PopIOFixFind = window.open( url, 'PopIOFixFind', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
            PopIOFixFind.focus();
        }

     ////////////////////////////////////////////////////////////////////////////////////
	//ÀÛ¼ºÀÚ : ejpapa                                                                    
	//ÀÛ¼ºÀÏ : 2005.8.12                                                                
	//¼³   ¸í : »ç¾÷Àå°Ë»ö(¸®½ºÆ®)ÆË¾÷ 
	////////////////////////////////////////////////////////////////////////////////////
         function actionFindBrnch(sfunc)
         {
            var width = 605
            var height = 290

            var dim = new Array(2);
			dim = CenterWindow(height,width);
            top = dim[0];
            left = dim[1];

           var left = left;
           var top = top;
            var toolbar = 'no';
            var menubar = 'no';
            var status = 'yes';
            var scrollbars = 'no';
            var resizable = 'no';
            //comAcntMgmtMn.action
            url =  "/PopBrnchFind.action?function=" + sfunc;
            var PopAcntFind = window.open( url, 'PopBrnchFind', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
            PopAcntFind.focus();
         }



		/*
         °Å·¡Ã³»ó¼¼

		 argument 1. °Å·¡Ã³ÄÚµå

				  2. ±¸ºÐ(DETAIL, INSERT)
				  3. ÇÔ¼ö(È£ÃâÇÑ ÆäÀÌÁöÀÇ ¼ÂÆÃ ÇÔ¼ö))
		 */ 
         function actionDetailCmpy(cmpy_code, gubn,func)    
         {
            var width = 500
            var height = 550

            var dim = new Array(2);
			      dim = CenterWindow(height,width);
            top = dim[0];
            left = dim[1];                                                                                                

           var left = left;
           var top = top;
            var toolbar = 'no';     
            var menubar = 'no';     
            var status = 'yes';     
            var scrollbars = 'no';   
            var resizable = 'no';
            url =  "/PopCmpyDetail.action?cmpy_code=" + cmpy_code + "&gubn=" + gubn + "&function=" + func;
            var PopCmpyDetail = window.open( url, 'PopCmpyDetail', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
            PopCmpyDetail.focus();
         }
    ////////////////////////////////////////////////////////////////////////////////////
	//ÀÛ¼ºÀÚ : indigo                                                                    
	//ÀÛ¼ºÀÏ : 2005.8.01                                                                 
	//¼³  ¸í :°Å·¡¸í¼¼¼­ °è»ê¼­ ¹ßÇà¿¹Á¤°Ç °Å·¡Ã³ °Ë»ö

    //       tax_inv_req_yn : ¼¼±Ý°è»ê¼­¿©ºÎ
	//	     trade_detl_no  : °Å·¡¸í¼¼¼­ ¹øÈ£
	//	     tax_inv_no     : ¼¼±Ý°è»ê¼­ ¹øÈ£				   )
	////////////////////////////////////////////////////////////////////////////////////
         function actionTradeCmpySearch(fun,tax_inv_req_yn,trade_detl_no,tax_inv_no){
            var width = 427
            var height = 600
            
            var dim = new Array(2);
            dim = CenterWindow(height,width);
            top = dim[0];
            left = dim[1];
            
            var left = left;
            var top = top;
            var toolbar = 'no';
            var menubar = 'no';
            var status = 'yes';
            var scrollbars = 'yes';
            var resizable = 'no';
            
            url =  "/PopTradeCmpyFind.action?function="+ fun + "&tax_inv_req_yn=" + tax_inv_req_yn + "&trade_detl_no=" + trade_detl_no + "&tax_inv_no=" + tax_inv_no;
            var PopTradeCmpyFind = window.open( url, 'PopTradeCmpyFind', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
            PopTradeCmpyFind.focus();
         }




       /** 
		 *   ÀÏÀÏ¹èÂ÷ÀÏÁö Ãâ·ÂÈ­¸é
		 *   argument »óÂ÷ÀÏÀÚ
		 *   ¡Ø ¸¸ÀÏ ´õ ¸¹Àº Á¶°ÇÀ» ³ÖÀ¸·Á¸é SvlTransReq.setAlloDaily()¸¦ ÂüÁ¶ÇÏ¸é µË´Ï´Ù..(ÀÌ°Ç ¹èÂ÷ÀÏº¸¿Í °°À½)
		 */ 
         function actionAlloDailyPrt(s_load_date,s_cmpy_name,s_buy_cmpy_name,s_car_no,s_tons,s_load_addr,s_alight_addr){
            var width = 770      
            var height = 580
            
            var dim = new Array(2);
            dim = CenterWindow(height,width);
            top = dim[0];
            left = dim[1];
            
            var left = left;
            var top = top;
            var toolbar = 'no';
            var menubar = 'no';
            var status = 'yes';
            var scrollbars = 'yes';
            var resizable = 'no';
            
            url =  "/popAlloDailyPrt.action?METHOD_NAME=getAlloDaily&S_START_LOAD_DATE="+s_load_date+"&S_END_LOAD_DATE="+s_load_date+"&S_CMPY_NAME="+s_cmpy_name+"&S_BUY_CMPY_NAME="+s_buy_cmpy_name+"&S_CAR_NO="+s_car_no+"&S_TONS="+s_tons+"&S_LOAD_ADDR="+s_load_addr+"&S_ALIGHT_ADDR="+s_alight_addr;
            var PopAlloDailyPrt = window.open( url, 'PopSectFind', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
            PopAlloDailyPrt.focus();
         }

		////////////////////////////////////////////////////////////////////////////////////
		//ÀÛ¼ºÀÚ : azabong                                                                    
		//ÀÛ¼ºÀÏ : 2006.05.08                                                                 
		//¼³  ¸í : TestÆË¾÷
		// Parameter
		// fun : ÆË¾÷¼öÇàÈÄ µ¿ÀÛÇÒ Function¸í
		// LoadGubn : ÆË¾÷ÀÏ¶§ : POP ¾Æ´Ò¶§ : 
		// actGubn : select, update, insert, delete
		////////////////////////////////////////////////////////////////////////////////////
		function actionPopTest(fun,LoadGubn,actGubn){
			var width = 600
			var height = 680
			
			var dim = new Array(2);
			dim = CenterWindow(height,width);
			top = dim[0];
			left = dim[1];
			
			var left = left;
			var top = top;
			var toolbar = 'no';
			var menubar = 'no';
			var status = 'yes';
			var scrollbars = 'yes';
			var resizable = 'no';
			
			url =  "/metaTestDt.action?function="+ fun + "&LoadGubn=" + LoadGubn + "&actGubn=" + actGubn;
			var PopmetaTestDt = window.open( url, 'PopmetaTestDt', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
			PopmetaTestDt.focus();
		}
		////////////////////////////////////////////////////////////////////////////////////
		//ÀÛ¼ºÀÚ : azabong                                                                    
		//ÀÛ¼ºÀÏ : 2006.05.08                                                                 
		//¼³  ¸í : TestÆË¾÷
		// Parameter
		// fun : ÆË¾÷¼öÇàÈÄ µ¿ÀÛÇÒ Function¸í
		// LoadGubn : ÆË¾÷ÀÏ¶§ : POP ¾Æ´Ò¶§ : 
		// actGubn : select, update, insert, delete
		////////////////////////////////////////////////////////////////////////////////////
		function actionPopTest1(fun,LoadGubn,actGubn,key){
			var width = 600
			var height = 680
			
			var dim = new Array(2);
			dim = CenterWindow(height,width);
			top = dim[0];
			left = dim[1];
			
			var left = left;
			var top = top;
			var toolbar = 'no';
			var menubar = 'no';
			var status = 'yes';
			var scrollbars = 'yes';
			var resizable = 'no';
			
			url =  "/metaTestDt.action?function="+ fun + "&LoadGubn=" + LoadGubn + "&actGubn=" + actGubn + "&n_1=" + key;
			var PopmetaTestDt = window.open( url, 'PopmetaTestDt', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
			PopmetaTestDt.focus();
		}

		////////////////////////////////////////////////////////////////////////////////////
		//ÀÛ¼ºÀÚ : triple96                                                                    
		//ÀÛ¼ºÀÏ : 2006.06.01                                                                 
		//¼³  ¸í : ÀüÀÚÀÔÂû ÆË¾÷ (ÀÓ½Ã Å×½ºÆ®)
		// Parameter
		// pActionId : È£ÃâµÉ ¼­ºí¸´ÀÇ Alias(action.xml ¿¡ Á¤ÀÇµÈ)
		// fun : ÆË¾÷¼öÇàÈÄ µ¿ÀÛÇÒ Function¸í
		// LoadGubn : ÆË¾÷ÀÏ¶§ : POP ¾Æ´Ò¶§ : 
		// actGubn : select, update, insert, delete
		////////////////////////////////////////////////////////////////////////////////////
		function openPopupValue3(fun,LoadGubn,actGubn, pActionId, pVaule1, pVaule2, pVaule3)
		{
			var width = 600
			// ÀÔÂû °Ë»ö ¹× ³«Âû ¼±Á¤À» À§ÇÑ full È­¸é ÀÓ½Ã..
			if(pActionId == 'bidSbidMgmtMn')
				width = 1015
			
			var height = 680
			
			var dim = new Array(2);
			dim = CenterWindow(height,width);
			top = dim[0];
			left = dim[1];
			
			var left = left;
			var top = top;
			var toolbar = 'no';
			var menubar = 'no';
			var status = 'yes';
			var scrollbars = 'yes';
			var resizable = 'no';

			url =  "/"+pActionId+".action?function="+ fun + "&LoadGubn=" + LoadGubn + "&actGubn=" + actGubn + "&pVaule1=" + pVaule1 + "&pVaule2=" + pVaule2 + "&pVaule3=" + pVaule3;
			var PopName = window.open( url, pActionId, 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
			PopName.focus();
		}

		////////////////////////////////////////////////////////////////////////////////////
		//ÀÛ¼ºÀÚ : funkyboy                                                                   
		//ÀÛ¼ºÀÏ : 2006.05.23                                                                     
		//¼³  ¸í : TestÆË¾÷
		// Parameter
		// fun : ÆË¾÷¼öÇàÈÄ µ¿ÀÛÇÒ Function¸í

		// LoadGubn : ÆË¾÷ÀÏ¶§ : POP ¾Æ´Ò¶§ : 
		// actGubn : select, update, insert, delete
		////////////////////////////////////////////////////////////////////////////////////
		function actionPopTest(fun,LoadGubn,actGubn){
			var width = 600
			var height = 680
			
			var dim = new Array(2);
			dim = CenterWindow(height,width);
			top = dim[0];
			left = dim[1];
			
			var left = left;
			var top = top;
			var toolbar = 'no';
			var menubar = 'no';
			var status = 'yes';
			var scrollbars = 'yes';
			var resizable = 'no';
			
			url =  "/expDrftInfoDt.action?function="+ fun + "&LoadGubn=" + LoadGubn + "&actGubn=" + actGubn;
			var PopmetaTestDt = window.open( url, 'PopmetaTestDt', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
			PopmetaTestDt.focus();
		}
		////////////////////////////////////////////////////////////////////////////////////
		//ÀÛ¼ºÀÚ : funkyboy                                                                   
		//ÀÛ¼ºÀÏ : 2006.05.23                                                                 
		//¼³  ¸í : TestÆË¾÷
		// Parameter
		// fun : ÆË¾÷¼öÇàÈÄ µ¿ÀÛÇÒ Function¸í

		// LoadGubn : ÆË¾÷ÀÏ¶§ : POP ¾Æ´Ò¶§ : 
		// actGubn : select, update, insert, delete
		////////////////////////////////////////////////////////////////////////////////////
		function actionPopTest1(fun,LoadGubn,actGubn,key){
			var width = 600
			var height = 680
			
			var dim = new Array(2);
			dim = CenterWindow(height,width);
			top = dim[0];
			left = dim[1];
			
			var left = left;
			var top = top;
			var toolbar = 'no';
			var menubar = 'no';
			var status = 'yes';
			var scrollbars = 'yes';
			var resizable = 'no';
			
			url =  "/expDrftInfoDt.action?function="+ fun + "&LoadGubn=" + LoadGubn + "&actGubn=" + actGubn + "&n_1=" + key;
			var PopmetaTestDt = window.open( url, 'PopmetaTestDt', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
			PopmetaTestDt.focus();
		}				
		
		
    /** 
	 *   ¾ÖÇÃ¸´ Å©±â ÀÚµ¿Á¶Àý
	 *   argument 'in', 'out'
	 *            ¾ÖÇÃ¸´¸í
	 */ 
	function wide(arg,applet){
		if (arg == "out") {
			applet.width = 1000;
         eval("document.all.zoom_out.style.display='none'");                              
         eval("document.all.zoom_in.style.display=''");                              
		} else {
			applet.width = '100%';
         eval("document.all.zoom_out.style.display=''");                              
         eval("document.all.zoom_in.style.display='none'");                              
		}
	}
	// Object ÀÎÁõ Ã³¸® ¹®Á¦ Á¦°Å ÇÏ±â À§ÇØ
	function __ws__(id)
	{
	    document.write(id.innerHTML); id.id="";
	}
		
	///////////////////////////////////////////////////////////////////	
	//¹öÆ° ¾ÆÀÌÄÜ Á¦¾î (2006-05-24 by Indigo)
	//argument(2°¡Áö):LayreName,Àû¿ë¹öÆ°ÀÎ¼ö°ªµé
	//¹öÆ°Á¾·ù(Ãß°¡ÇÒ¼öÀÖÀ½):½Å±Ô(New)@Ãß°¡(Add)@ÀúÀå(Save)@»èÁ¦(Delete)@¿¢¼¿(Excel)@ÇÁ¸°Æ®(Print)@°Ë»ö¼ø(Search)
	//ÇÏ³ªÀÇ argument¿¡ ¹öÆ°ÀÌ ¿©·µÀÏ¶§ ±¸ºÐÀÚ´Â '@'
	//ÇÏ³ªÀÇ ¹öÆ°¿¡ 3°³ÀÇ ÀÎ¼ö°ªÀ» ³ÖÀ½
	//ÀÎÀÚ°ª:¹öÆ°¼³¸í,¹öÆ°ÀÌ¹ÌÁö¸í,CallÇÒ ÇÔ¼ö¸í --> ÀÎ¼öµéÀÇ ½Äº°ºÎÈ£´Â '/' 
	//°á±¹ ¹öÆ° ÇÏ³ª´ç 3°³ÀÇ ÀÎ¼ö°ªÀÌ µé¾î¿À°í ±¸ºÐÀÚ´Â '/'·Î ÇÑ´Ù.
	//¿¹)CallÇÔ¼ö¸íÀº  ActionNew() ¶Ç´Â ÇÔ¼ö¾È¿¡ ÀÎÀÚ°ªÀÌ ÀÖÀ»¶§´Â ActionNew("ÀÎÀÚ°ª1","ÀÎÀÚ°ª2") ÇüÅÂ·Î Àû¿ë.
	///////////////////////////////////////////////////////////////////	  
	function viewBtn(b_layer,btn_arry){
		eval("document.all."+b_layer+"").innerHTML =''; //ÃÊ±âÈ­		
		var b_layer,btn_arry;
		var sp_btn = btn_arry.split("@");

		if(!b_layer){
		    alert("·¹ÀÌ¾î ÀÌ¸§ ÁöÁ¤");
		    return;
		}		
		/*if(sp_btn.length > 1 && btn_arry.indexOf("@") < 0){
		    alert("ÄÁÆ®·Ñ·¯ ÀÔ·Â");
		    return;
		}*/	
		for(var f=0; f < sp_btn.length; f++){
		    //¹öÆ°ÇÏ³ª´ç 3°³ÀÇ ÀÎ¼ö°¡ ÀÖ¾î¾ß ÇÔ
		  	var btn_str = sp_btn[f].split("/");	
			if(btn_str.length%3 !=0){
			    alert(b_layer+"·¹ÀÌ¾îÀÇ ¹öÆ°ÄÁÆ®·Ñ·¯ Çü½ÄÀÌ Æ²¸²..");
			    return;
			}	    
		    if(sp_btn[f] != null && sp_btn[f].length > 1){		
				if(btn_str[0].length > 1 && btn_str[1].length > 1 && btn_str[2].length > 1){
				eval("document.all."+b_layer+"").innerHTML += "<img src='/img/btn_image/"+btn_str[1]+"_over.gif' style='cursor:hand' onclick=javascript:"+btn_str[2]+"; alt='"+btn_str[0]+"'>";  		   
				}
		    }
		}
	
	}
	////////////////////////////////////////////////////////////////////////////////////
	//ÀÛ¼ºÀÚ : dskim                                                                   
	//ÀÛ¼ºÀÏ : 2006.06.08                                                                 
	//¼³  ¸í : »ç¿ëÀÚ ÀúÀåÁß ¾ÆÀÌµð Áßº¹ Ã¼Å©
	//Parameter:¾øÀ½
	////////////////////////////////////////////////////////////////////////////////////
	 function actionFindUserId(f)
	{
		var width = 290;
		var height = 180;
         
		var dim = new Array(2);
         
		dim = CenterWindow(height,width);
		top = dim[0];
		left = dim[1];                                                                                                

		var left = left;
		var top = top;
		var toolbar = 'no';     
		var menubar = 'no';     
		var status = 'yes';     
		var scrollbars = 'no';   
		var resizable = 'no';

		url =  "/popUserIdFd.action?function="+f;
            

		var PopUserIdFd = window.open( url, 'popUserIdFd', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
		PopUserIdFd.focus();               
	}
	
	
////////////////////////////////////////////////////////////////////////////////////
	//ÀÛ¼ºÀÚ : azabong                                                                
	//ÀÛ¼ºÀÏ : 2006.07.05                                                                 
	//¼³  ¸í : ¼­ºñ½ºº°Å¸ÀÔ¸®½ºÆ® ÆË¾÷ - ¼­ºñ½º½ÅÃ»°ü¸®
	//Parameter: function¸í
	//Commnets :
	//actGubnÆÄ¶ó¹ÌÅÍ´Â ²À ³Ñ°Ü¾ßÇÑ´Ù.
	//Å¸ÀÔ»ó¼¼ ¼­ºí¸´ÇÏ°í °°ÀÌ »ç¿ëÇÏ¹Ç·Î ºÎµæÀÌÇÏ°Ô actGubnÀ¸·Î ±¸ºÐÇØ¼­ »ç¿ëÇÑ´Ù.
	////////////////////////////////////////////////////////////////////////////////////
	 function popSvcMenuLi(f)
	{
		var width = 410;
		var height = 565;
         
		var dim = new Array(2);
         
		dim = CenterWindow(height,width);
		top = dim[0];
		left = dim[1];                                                                                                

		var left = left;
		var top = top;
		var toolbar = 'no';     
		var menubar = 'no';     
		var status = 'yes';     
		var scrollbars = 'no';   
		var resizable = 'no';
		url =  "/popSvcMenuLi.action?function="+f+"&actGubn=popselect";
            

		var popSvcMenuLi = window.open( url, 'popSvcMenuLi', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
		popSvcMenuLi.focus();               
	}

	////////////////////////////////////////////////////////////////////////////////////
	//ÀÛ¼ºÀÚ : azabong                                                                
	//ÀÛ¼ºÀÏ : 2006.07.03                                                                 
	//¼³  ¸í : Å¸ÀÔ°ü¸® - À©µµ¿ì¸®½ºÆ® ÆË¾÷
	//Parameter: function¸í
	////////////////////////////////////////////////////////////////////////////////////
	 function popSvcWinLi(f)
	{
		var width = 410;
		var height = 565;
         
		var dim = new Array(2);
         
		dim = CenterWindow(height,width);
		top = dim[0];
		left = dim[1];                                                                                                

		var left = left;
		var top = top;
		var toolbar = 'no';     
		var menubar = 'no';     
		var status = 'yes';     
		var scrollbars = 'no';   
		var resizable = 'no';

		url =  "/popSvcWinLi.action?function="+f;
            

		var popSvcWinLi = window.open( url, 'popSvcWinLi', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
		popSvcWinLi.focus();               
	}
	
	////////////////////////////////////////////////////////////////////////////////////
	//ÀÛ¼ºÀÚ : leegibok                                                                
	//ÀÛ¼ºÀÏ : 2006.09.15                                                                 
	//¼³  ¸í : µð·ºÅä¸® °ü¸® - HTML ÆË¾÷
	//Parameter: function¸í
	////////////////////////////////////////////////////////////////////////////////////
	 function popDeptContsLi(f, SVC_ID)
	{
		var width = 410;
		var height = 565;
         
		var dim = new Array(2);
         
		dim = CenterWindow(height,width);
		top = dim[0];
		left = dim[1];                                                                                                

		var left = left;
		var top = top;
		var toolbar = 'no';     
		var menubar = 'no';     
		var status = 'yes';     
		var scrollbars = 'no';   
		var resizable = 'no';

		url =  "/popDeptContsLi.action?function="+f+"&SVC_ID=" + SVC_ID;
            

		var popDeptContsLi = window.open( url, 'popDeptContsLi', 'left='+left+', top='+top+', width='+width+', height='+height+', toolbar='+toolbar+', menubar='+menubar+', status='+status+', scrollbars='+scrollbars+', resizable='+resizable);
		popDeptContsLi.focus();               
	}



