<!--»èÁ¦½Ã ½ÃÀÛ-->
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;
}
