<!--
	function MM_jumpMenu(targ,selObj,restore){ //v3.0
  		eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  		if (restore) selObj.selectedIndex=0;
	}
	function change(pay_gn){
      var pay=pay_gn.selectedIndex;
      window.location=pay_gn.options[pay].value;
      pay_gn.selectedIndex = 0;
     }
	<!-- °Ë»ö¾î Ã¼Å© ½ÃÀÛ -->
	function Search_chk() {
	if (document.left_form.qdata.value=="")
	{
		alert("°Ë»ö¾î¸¦ ÀÔ·Â ÁÖ¼¼¿ä");
		document.left_form.qdata.focus();
		return;
	}
	else if (document.left_form.qdata.value=="±×¸µ±Û" || document.left_form.qdata.value=="±×" || document.left_form.qdata.value=="±×¸µ")
	{
		alert("ÁË¼ÛÇÕ´Ï´Ù. ÀÏ½Ã Ç°Àý »óÅÂÀÔ´Ï´Ù.");
		document.left_form.qdata.focus();
		return;
	}
	document.left_form.submit();
	}
	<!-- °Ë»ö¾î Ã¼Å© ³¡ -->
	function popup(){
	window.open('/Public/Event/114_main_white.html','pro','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=400,left=0,top=0');	
	}
	<!-- °øÁö»çÇ× º¸±â ½ÃÀÛ-->
	function Notice_view(notice_no, notice_gn) 
	{     
	    var url = "/Public/Notice/notice_view.html?notice_no=" + notice_no + "&notice_gn=" + notice_gn;
	    newWindo = null;
	    newWindo = window.open(url, "Notice", "scrollbars=no,toolbar=no,location=no,directories=no, resizable=1,width=500,height=590, left=50, top=50,screenX=80,screenY=30");
	    if (newWindo != null && newWindo.opener == null)
        newWindo.opener=window;
	}
	<!-- °øÁö»çÇ× º¸±â ³¡-->
	
	<!-- °øÁö»çÇ× ÀüÃ¼º¸±â ½ÃÀÛ -->
	function Notice_list() 
	{ 
    	var url = "/Public/Notice/notice_list.html?notice_gn=14";
    	newWindo = null;
    	newWindo = window.open(url, "Notice2", "scrollbars=no,toolbar=no,location=no,directories=no, resizable=1,width=500,height=590, left=50, top=50,screenX=80,screenY=30");
    	if (newWindo != null && newWindo.opener == null)
        newWindo.opener=window;
	}
	<!-- °øÁö»çÇ× ÀüÃ¼º¸±â ³¡ -->
	
	<!-- ÆË¾÷ ¶ç¿ì±â ½ÃÀÛ -->	
	function MM_openBrWindow(theURL,winName,features) { //v2.0
  	window.open(theURL,winName,features);
  	}
	<!-- ÆË¾÷ ¶ç¿ì±â ³¡ -->	
	<!-- Áï½Ã±¸¸Å ½ÃÀÛ -->		
	function Order()
	{

		<!-- ½Å¼¼°è »óÇ°±Ç ÁÖ¹®Ã³¸®¿¡ µû¸¥ Ã¼Å© Ã³¸® ½ÃÀÛ --------------------------------------->
		v_product_code 		= document.preform.product_code.value;
		v_view_gn		 	= document.preform.view_gn.value;
		v_cok_coop_id	 	= document.preform.cok_coop_id.value;
		
		if((v_cok_coop_id == '114mail' || v_cok_coop_id == '114_event') && v_view_gn == '' && (v_product_code == '100000016' || v_product_code == '100000013' || v_product_code == '10000369a' || v_product_code == '100000038'))
		{
			alert('½Å¼¼°è »óÇ°±Ç ÁÖ¹® ¹è³Ê¸¦ Å¬¸¯ ÇÏ¼¼¿ä');
			return;
		}
		else
		{
			v_qty_10 		= parseFloat(document.preform.qty_10.value);
			v_qty_5 		= parseFloat(document.preform.qty_5.value);
			v_qty_1 		= parseFloat(document.preform.qty_1.value);
		
			v_qty_sum		= parseFloat(v_qty_10 + v_qty_5 + v_qty_1);
			
			if((v_cok_coop_id == '114mail' || v_cok_coop_id == '114_event') && ((v_product_code == '100000016' || v_product_code == '100000013' || v_product_code == '10000369a' || v_product_code == '100000038') && v_qty_sum == 0))
			{
				alert('ÇØ´ç»óÇ°Àº ½Å¼¼°è »óÇ°±Ç°ú ÇÔ²² ±¸¸ÅÇÏ¼Å¾ß ÇÒÀÎÀ» ¹ÞÀ¸½Ç ¼ö ÀÖ½À´Ï´Ù.');
				return;
			}		
		}	
		<!-- ½Å¼¼°è »óÇ°±Ç ÁÖ¹®Ã³¸®¿¡ µû¸¥ Ã¼Å© Ã³¸® ³¡ ----------------------------------------->			
	
		if(document.preform.qty.value == '' || document.preform.qty.value == '0')
		{
			alert('»óÇ° ÃÖ¼Ò ¼ö·®Àº 1°³ ÀÔ´Ï´Ù');
			document.preform.qty.value = '1';
			document.preform.qty.focus();			
			return;
		}
		preform.action = "./Cart.html";
		preform.gubun.value = "order";
		preform.submit();
	}	
	<!-- Áï½Ã±¸¸Å ³¡ -->		
	
	<!-- Àå¹Ù±¸´Ï ½ÃÀÛ -->
	function Cart()
	{	
		if(document.preform.qty.value == '' || document.preform.qty.value == '0')
		{
			alert('»óÇ° ÃÖ¼Ò ¼ö·®Àº 1°³ ÀÔ´Ï´Ù');
			document.preform.qty.value = '1';
			document.preform.qty.focus();
			return;
		}		
		preform.action= './Cart.html';
		preform.gubun.value = "cart";
		preform.submit();
	}
	<!-- Àå¹Ù±¸´Ï ³¡ -->	
	
	<!-- Àå¹Ù±¸´Ï ¼öÁ¤ ½ÃÀÛ -->		
	function re_cal()
	{
		document.modify_form.submit();
		return true;
	}
	<!-- Àå¹Ù±¸´Ï ¼öÁ¤ ³¡ -->	
	
	<!--  ÁÖ¹® ÀÔ·ÂÇÏ±â ½ÃÀÛ -->		
	function order_insert()
	{
		document.pre_order_insert.submit();
		return true;
	}
	<!-- ÁÖ¹® ÀÔ·ÂÇÏ±â ³¡ -->	
	
	<!-- ¸Þ½ÃÁö º¸±â ½ÃÀÛ -->	
	function Message(a) 
	{
    var NewWin = null;
    if(a == '1') url = "http://www.114flower.co.kr/af/pricequiz/contents/card.html";
    else url = "http://www.114flower.co.kr/af/pricequiz/contents/card2.html";

    NewWin = window.open(url,"Message","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no, width=566, height=547, screenX=0, screenY=0");
      
    if (NewWin != null && NewWin.opener == null)
      NewWin.opener=window;
	}
	<!-- ¸Þ½ÃÁö º¸±â ³¡ -->	
	
	<!-- ÀÌ¿ë¾à°ü µ¿ÀÇÇÏ±â ½ÃÀÛ -->	
	function Agree()
	{
		var result = window.confirm("ÀÌ¿ë¾à°ü¿¡ µ¿ÀÇÇÏÁö ¾Ê½À´Ï±î?");
		if(result == true)	location.href='/';
		else return;
	}
	<!-- ÀÌ¿ë¾à°ü µ¿ÀÇÇÏ±â ³¡ -->	
	
	<!-- ·Î±×ÀÎ ÆË¾÷ ½ÃÀÛ -->	
	function Login(a)
	{
		if(a == '0') location.href="/Myroom/login.html";
		else if(a == '1') location.href="/Myroom/login.html";
	}
	<!-- ·Î±×ÀÎ ÆË¾÷ ³¡ -->
	
	<!-- ·Î±×¾Æ¿ô ½ÃÀÛ -->
	function logout()
	{
		location.href='/Myroom/cookie_logout.html';
	}	
	<!-- ·Î±×¾Æ¿ô ³¡ -->
	
	<!-- ¹è¼Û»çÁø º¸±â ½ÃÀÛ -->	
	function photo(no) 
   	{
    	var NewWin = null;
	 	url = "/Myroom/photo_view.html?photo_no=" + no;

	  	NewWin = window.open(url,"photo","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no, width=400, height=400, screenX=0, screenY=0");
      
      	if(NewWin != null && NewWin.opener == null)
	    NewWin.opener=window;
   	}
   	<!-- ¹è¼Û»çÁø º¸±â ³¡ -->	
   	
   	<!-- ÁÖ¹®³»¿ª »ó¼¼º¸±â ½ÃÀÛ -->	
	function showDetail(a) 
	{ 
   		var url  = '/Myroom/order_info.html?search_no='+ a;
     	newWindo = null;
     	newWindo = window.open(url, 'deliver_check', 'toolbar=0, scrollbars=yes, location=no, directories=no, resizable=no, width=630, height=500, screenX=0, screenY=0');	         
	}
	<!-- ÁÖ¹®³»¿ª »ó¼¼º¸±â ³¡-->	
	
	<!-- ±¹¹Î & ºñ¾¾ ¿µ¼öÁõ ¿äÃ» ½ÃÀÛ -->
	function want(){
	window.open('/Search/want.html','notice','height=230, width=370, left=150, top=80');
	}
	<!-- ±¹¹Î & ºñ¾¾ ¿µ¼öÁõ ¿äÃ» ³¡ -->
	
	<!-- ÀÌ´Ï½Ã½º °áÁ¦Á¶È¸ ½ÃÀÛ -->
	function ini_view() 
	{ 
     newWindo = null;
     newWindo = window.open("https://iniweb.inicis.com/mall/personal/ApCnMall10_per.jsp", "deliver_check", "toolbar=0, scrollbars=yes, location=no, directories=no, resizable=no, width=750, height=470, screenX=0, screenY=0");
	         
     if (newWindo != null && newWindo.opener == null)
      newWindo.opener=window;
	}
	<!-- ÀÌ´Ï½Ã½º °áÁ¦Á¶È¸ ³¡ -->
	
	<!-- ÆË¾÷Ã¢ ¶ç¿ì±â ½ºÅ©¸³Æ® ½ÃÀÛ -->	
	function commonOpener(where_go,w_width,w_height,w_left,w_top,f_target,s_yn)
	{
		size_value = "width="+w_width+",height="+w_height+",left="+w_left+",top="+w_top+",scrollbars="+s_yn;		
		remote=window.open("","",size_value);
		remote.location.href = where_go;
		if(remote.opener == null) remote.opener=window;
		remote.opener.name=f_target;
	}	
	<!-- ÆË¾÷Ã¢ ¶ç¿ì±â ½ºÅ©¸³Æ® ³¡ -->

	<!-- ÀÌ´Ï½Ã½º °áÁ¦Á¶È¸ ½ÃÀÛ -->
function card_confirm()
{
	commonOpener('https://iniweb.inicis.com/mall/personal/ApCnMall10_per_new.jsp',720,500,'mainFrame');
	window.close();
}		
	<!-- ÀÌ´Ï½Ã½º °áÁ¦Á¶È¸ ³¡ -->
	
	<!-- Left Menu script START  -->	
if (document.getElementById){
document.write('<style type="text/css">\n')
document.write('.submenu{display: none;}\n')
document.write('</style>\n')
}

function SwitchMenu(obj){
    if(document.getElementById){
    var el = document.getElementById(obj);
    var ar = document.getElementById("maindiv").getElementsByTagName("span"); 

		if(el.style.display != "block"){
                for (var i=0; i<ar.length; i++){
                                if (ar[i].className=="submenu") 
                                ar[i].style.display = "none";
                        }
                        el.style.display = "block";
                }else{
                        el.style.display = "none";
                }
        }	
}
	<!-- Left Menu script END  -->	
//-->
