<!--»èÁ¦½Ã ½ÃÀÛ-->
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.cart_qty.value.search(/[^0-9]+/) != -1) || (f.cart_qty.value<'1')) {
		alert('¼ö·®À» ¹Ù¸£°Ô ÀÔ·ÂÇØ ÁÖ½Ê½Ã¿À.'); f.cart_qty.focus(); return false; }
    return true;
}


function up (inx) {
	document.form.cart_qty.value = parseInt (document.form.cart_qty.value) + 1;
}
function down (inx) {
	if (parseInt(document.form.cart_qty.value) == 0)
	return;
	document.form.cart_qty.value = parseInt (document.form.cart_qty.value) - 1;
}
function largeimage(item_id) {
      window.open("largeimage.php?item_id="+item_id, "LargeImage", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=<?=$image_size[0]?>,height=<?=$image_size[1]?>,left="+200+",top=100");
    }

function direct_order(theForm)
{
     theForm.action = "./direct_ok.php";
     theForm.submit();
}
