<!--»èÁ¦½Ã ½ÃÀÛ-->
function del($href) {
  if(confirm("Á¤¸» »èÁ¦ÇÏ½Ã°Ú½À´Ï±î?")) {
    document.location.href = $href;
  }
}
<!--»èÁ¦½Ã ³¡-->
function my_wish($href) {
  if(confirm("°ü½É¹°Ç° ¸ñ·Ï¿¡ µî·ÏÇÕ´Ï´Ù.")) {
    document.location.href = $href;
  }
}
<!-- Ä¿¼­¸¦ ·Î±×ÀÎÄ­À¸·Î ½ÃÀÛ-->
function fff() { 
if (document.zb_login) 
document.zb_login.user_id.focus() 
} 
<!-- Ä¿¼­¸¦ ·Î±×ÀÎÄ­À¸·Î ³¡

  var Toggle =1;

  function DWtop(chk) {
    Toggle = 0;
    switch(chk) {
          case 1: pf.stop(); break;
          case 2: pf.stop(); break;
    }
  }

  function DWstart(chk) {
    Toggle = 1;
    switch(chk) {
          case 1: pf.start(); break;
          case 2: pf.start(); break;
    }
  }

function frm1_check(f) {
	if((f.baguni_qty.value.search(/[^0-9]+/) != -1) || (f.baguni_qty.value<'1')) {
		alert('¼ö·®À» ¹Ù¸£°Ô ÀÔ·ÂÇØ ÁÖ½Ê½Ã¿À.'); f.baguni_qty.focus(); return false; }
    return true;
}

function up (inx) {
	document.form.baguni_qty.value = parseInt (document.form.baguni_qty.value) + 1;
}
function down (inx) {
	if (parseInt(document.form.baguni_qty.value) == 0)
	return;
	document.form.baguni_qty.value = parseInt (document.form.baguni_qty.value) - 1;
}

function popup(url)
{
	window.open(url,"More3","scrollbars=1,resizable=1,status=1,width=650, height=420, top=10, left=25");
}

function popup_0913(){
  if ( getCookie( "popup_0913" ) != "done" ){
      var winopts = "width=700,height=300,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no";
      var popWindow = window.open('http://fujite9.cafe24.com/bbshop/popup/popup_0913.html','popup_0913', winopts);
  }
}

function popup_0923(){
      var winopts = "width=350,height=351,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no";
      var popWindow = window.open('http://fujite9.cafe24.com/bbshop/popup/popup_0923.html','popup_0923', winopts);
}

function popup_0913_2(){
  if ( getCookie( "popup_0913_2" ) != "done" ){
      var winopts = "width=350,height=300,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no";
      var popWindow = window.open('http://fujite9.cafe24.com/bbshop/popup/popup_0913_2.html','popup_0913_2', winopts);
  }
}

function setCookie( name, value, expiredays )
{
	var todayDate = new Date();
	todayDate.setDate( todayDate.getDate() + expiredays );
	document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";"
}

function getCookie( name )
{
    var nameOfCookie = name + "=";
    var x = 0;
    while ( x <= document.cookie.length )
    {
     var y = (x+nameOfCookie.length);
     if ( document.cookie.substring( x, y ) == nameOfCookie ) {
        if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
       	endOfCookie = document.cookie.length;
        return unescape( document.cookie.substring( y, endOfCookie ) );
     }
		x = document.cookie.indexOf( " ", x ) + 1;
	 if ( x == 0 )
     break;
	}
  return "";
}