<!--


function window_open(URL,widt,heit) {     //²¿¸®±Û ´Þ±â

	window.open(URL, "new_win", "width="+widt+",height="+heit+",status=no,scrollbars=yes,resizable=yes");
}

function checkEnter()
{
	if (event.keyCode==13)
		CheckForm_key();
	else
		return;
}

function CheckForm_key() {
	if (this.value == "" ) {
		alert("Ã£À¸½Ç ´Ü¾î¸¦ ÀÔ·ÂÇÏ¼¼¿ä.");
		this.focus();
		return;
	}
/*	if (f.keyword.value.length < 2 ) {
		alert("2±ÛÀÚ ÀÌ»ó ÀÔ·ÂÇØÁÖ¼¼¿ä.");
		f.keyword.focus();
		return;
	}*/

	f.submit();
}

function dele(b_code) {
	ans=confirm("»èÁ¦ÇÏ½Ã°Ú½À´Ï±î?")
	if(ans==true) {
		alert("»èÁ¦ÇÏ¼Ì½À´Ï´Ù.");
		document.location.href="goods_delete.asp?b_code="+b_code;
	}
	else if(ans==false) {
		alert("Ãë¼ÒÇÏ¼Ì½À´Ï´Ù");
	}
}	

function button_action(to_href,thisform) {  //book/checkform_in¿¡¼­ ¿¢¼¿ »ÌÀ»¶§

	thisform.action = to_href ;
	thisform.submit();  
}	


function allcheck(thisform) {

	if (thisform.ckif.checked == true)
	{
			for( var i=0; i<thisform.ckid.length; i++) {
				thisform.ckid[i].checked = true;
			}
	//document.goods2.allif.checked = false //¸ðµç ÆäÀÌÁö ¼±ÅÃ Ã¼Å©¹Ú½º¸¦ ÇØÁ¦

	}
	else if (thisform.ckif.checked == false)
	{
			for( var i=0; i<thisform.ckid.length; i++) {
					thisform.ckid[i].checked = false;
			}
	}
}

function allpagecheck() {

	if (document.goods2.ckif.checked == true)
	{
		document.goods2.ckif.checked = false
	}
}


function ShowCheck(part_div,check_div,check_form) { //Ã¼Å©¹Ú½º·Î º¸¿´´Ù ¾Èº¸¿´´Ù



newlay=part_div
newlay2=check_div
newlay3=check_form

	if (document.all[newlay3].all[newlay2].checked == true)
	{
document.all[newlay].style.display = '';
document.all[newlay].style.visibility="visible"
	}
	else if (document.all[newlay3].all[newlay2].checked == false)
	{
document.all[newlay].style.display = 'none';
document.all[newlay].style.visibility="hidden"
	}

}

function ShowDiv(part_div) { //´Ü¼ø º¸ÀÌ±â - Ä«Å×°í¸® ¼öÁ¤¿¡¼­.

newlay=part_div

document.all[newlay].style.display = '';
document.all[newlay].style.visibility="visible"

}

function CloseDiv(part_div) { //´Ü¼ø º¸ÀÌ±â - Ä«Å×°í¸® ¼öÁ¤¿¡¼­.

newlay=part_div

document.all[newlay].style.display = 'none';
document.all[newlay].style.visibility="hidden"

}

function buy_temp(userid,b_code,hostid,cart_part) {       //Àå¹Ù±¸´Ï·Î ÀÌµ¿
    
	if (userid=='')
	{alert('È¸¿ø¸¸ °¡´ÉÇÕ´Ï´Ù. ·Î±×ÀÎ ÇØÁÖ¼¼¿ä')
	}
	else {
	document.cart.location.href="/shop/buy_temp.asp?hostid"+hostid+"&ckid=" + b_code + "&cart_part="+cart_part;

	if (cart_part==1)
	{
		ans=confirm("Àå¹Ù±¸´Ï¿¡ ´ã¾Ò½À´Ï´Ù. È®ÀÎÇÏ½Ã°Ú½À´Ï±î?")
		if(ans==true) {
			document.location.href="/shop/cart.asp"
		}
	}

	if (cart_part==2)
	{
		ans=confirm("°ßÀûÇÔ¿¡ ´ã¾Ò½À´Ï´Ù. È®ÀÎÇÏ½Ã°Ú½À´Ï±î?")
		if(ans==true) {
			document.location.href="/shop/cart_estimate.asp"
		}
	}

	if (cart_part==3)
	{
		ans=confirm("´ë·®ÆÇ¸Å ¸®½ºÆ®¿¡ ´ã¾Ò½À´Ï´Ù. È®ÀÎÇÏ½Ã°Ú½À´Ï±î?")
		if(ans==true) {
			document.location.href="/shop/cart_largesale.asp"
		}
	}

	}

}





function buy_temp_all(userid,cart_part) {       //Àå¹Ù±¸´Ï·Î ÀÌµ¿
    
	if (userid=='')
	{alert('È¸¿ø¸¸ °¡´ÉÇÕ´Ï´Ù. ·Î±×ÀÎ ÇØÁÖ¼¼¿ä')
	}
	else {

	document.goods2.action="/shop/buy_temp.asp?cart_part="+cart_part
	document.goods2.submit();

	}

}

function buy_temp_all_host(userid,cart_part) {       //Àå¹Ù±¸´Ï·Î ÀÌµ¿
    
	document.goods2.action="/shop/buy_temp_host.asp?cart_part="+cart_part
	document.goods2.submit();

}



function buy_temp_host(userid,hostid,b_code,cart_part) {       //Àå¹Ù±¸´Ï·Î ÀÌµ¿

    
	if (userid=='')
	{alert('È¸¿ø¸¸ °¡´ÉÇÕ´Ï´Ù. ·Î±×ÀÎ ÇØÁÖ¼¼¿ä')
	}
	else {
	document.cart.location.href="/shop/buy_temp_host.asp?hostid="+hostid+"&ckid="+b_code+"&cart_part="+cart_part;

	if (cart_part==1)
	{
		ans=confirm("Àå¹Ù±¸´Ï¿¡ ´ã¾Ò½À´Ï´Ù. È®ÀÎÇÏ½Ã°Ú½À´Ï±î?")
		if(ans==true) {
			document.location.href="/shop/cart_host.asp?hostid="+hostid;
		}
	}

	if (cart_part==2)
	{
		ans=confirm("°ßÀûÇÔ¿¡ ´ã¾Ò½À´Ï´Ù. È®ÀÎÇÏ½Ã°Ú½À´Ï±î?")
		if(ans==true) {
			document.location.href="/shop/cart_estimate.asp?hostid="+hostid;
		}
	}

	if (cart_part==3)
	{
		ans=confirm("´ë·®ÆÇ¸Å ¸®½ºÆ®¿¡ ´ã¾Ò½À´Ï´Ù. È®ÀÎÇÏ½Ã°Ú½À´Ï±î?")
		if(ans==true) {
			document.location.href="/shop/cart_largesale.asp?hostid="+hostid;
		}
	}

	}

}

function buy_temp_host_opt(userid,b_code,cart_part) {       //Àå¹Ù±¸´Ï·Î ÀÌµ¿
    
	if (userid=='')
	{alert('È¸¿ø¸¸ °¡´ÉÇÕ´Ï´Ù. ·Î±×ÀÎ ÇØÁÖ¼¼¿ä')
	}
	else {
	var opt_idx=document.opt_form.opt_idx.value
	document.cart.location.href="/shop/buy_temp_host.asp?ckid="+b_code+"&opt_idx="+opt_idx+"&cart_part="+cart_part;

	if (cart_part==1)
	{
		ans=confirm("Àå¹Ù±¸´Ï¿¡ ´ã¾Ò½À´Ï´Ù. È®ÀÎÇÏ½Ã°Ú½À´Ï±î?")
		if(ans==true) {
			document.location.href="/shop/cart_host.asp"
		}
	}

	if (cart_part==2)
	{
		ans=confirm("°ßÀûÇÔ¿¡ ´ã¾Ò½À´Ï´Ù. È®ÀÎÇÏ½Ã°Ú½À´Ï±î?")
		if(ans==true) {
			document.location.href="/shop/cart_estimate.asp"
		}
	}

	if (cart_part==3)
	{
		ans=confirm("´ë·®ÆÇ¸Å ¸®½ºÆ®¿¡ ´ã¾Ò½À´Ï´Ù. È®ÀÎÇÏ½Ã°Ú½À´Ï±î?")
		if(ans==true) {
			document.location.href="/shop/cart_largesale.asp"
		}
	}

	}

}


function buy_temp_host_none(userid,hostid,b_code,cart_part) {       //Àå¹Ù±¸´Ï·Î ÀÌµ¿

    
	ans=confirm("ºñÈ¸¿ø ±¸¸ÅÀÔ´Ï´Ù. ÄíÆù, ±Ý¾×º° »çÀºÇ°Ãß°¡´Â È¸¿ø¸¸ °¡´ÉÇÕ´Ï´Ù. °¨»çÇÕ´Ï´Ù.")
		if(ans==true) {
	document.cart.location.href="/shop/buy_temp_host.asp?hostid="+hostid+"&ckid="+b_code+"&cart_part="+cart_part;
		} 

		ans=confirm("Àå¹Ù±¸´Ï¿¡ ´ã¾Ò½À´Ï´Ù. È®ÀÎÇÏ½Ã°Ú½À´Ï±î?")
		if(ans==true) {
			document.location.href="/shop/cart_host.asp?hostid="+hostid;
		}

}




function buy_temp_host_gola(userid,hostid,b_code,cart_part) {       //Àå¹Ù±¸´Ï·Î ÀÌµ¿
    


	var goods_opt=document.gola_form.goods_opt.value
    var gola_check='N'

	if (document.gola_form.opt_idx.length){  //¶óµð¿À ¹öÆ°ÀÌ 1°³ ÀÌ»óÀÎÁö ¾Ë¾Æº¼¶§. ¹è¿­ÀÎÁö È®ÀÎ

	for (i=0;i<document.gola_form.opt_idx.length ;i++ ){
		if (document.gola_form.opt_idx[i].checked==true){
		var gola_check='Y';
		}
	}

	}

	else {   //¶óµð¿À¹öÆ°ÀÌ 1°³ ¹Û¿¡ ¾øÀ»¶§ ÀÏ¶§
		if (document.gola_form.opt_idx.checkeed==true){
		var gola_check='Y'
		}
	}


    if (goods_opt =='yes' && gola_check=='N'){
	 alert('¾Æ·¡ °ñ¶ó´ã±â ¼±ÅÃÇØÁÖ¼¼¿ä');
     return;
    }
  
	document.gola_form.action="/shop/buy_temp_host.asp?cart_part="+cart_part;
	document.gola_form.submit();

}



function buy_temp_open_gola(userid,offerid,b_code,cart_part) {       //Àå¹Ù±¸´Ï·Î ÀÌµ¿
    


	var goods_opt=document.gola_form.goods_opt.value
    var gola_check='N'

	if (document.gola_form.opt_idx.length){  //¶óµð¿À ¹öÆ°ÀÌ 1°³ ÀÌ»óÀÎÁö ¾Ë¾Æº¼¶§. ¹è¿­ÀÎÁö È®ÀÎ

	for (i=0;i<document.gola_form.opt_idx.length ;i++ ){
		if (document.gola_form.opt_idx[i].checked==true){
		var gola_check='Y';
		}
	}

	}

	else {   //¶óµð¿À¹öÆ°ÀÌ 1°³ ¹Û¿¡ ¾øÀ»¶§ ÀÏ¶§
		if (document.gola_form.opt_idx.checkeed==true){
		var gola_check='Y'
		}
	}


    if (goods_opt =='yes' && gola_check=='N'){
	 alert('¾Æ·¡ °ñ¶ó´ã±â ¼±ÅÃÇØÁÖ¼¼¿ä');
     return;
    }
  
	document.gola_form.action="/shop/buy_temp_open.asp?cart_part="+cart_part+"&offerid="+offerid;
	document.gola_form.submit();

}





function wishlist_host(userid,hostid,b_code) {       //º¸°üÇÔ¿¡ ´ã±â

	if (userid=='')
	{alert('È¸¿ø¸¸ °¡´ÉÇÕ´Ï´Ù. ·Î±×ÀÎ ÇØÁÖ¼¼¿ä')
	}
	else {
    
	document.location.href="/shop/move.asp?tohref=wishlist&ckid="+b_code+"&hostid="+hostid;
}
}

function con_down_host(userid,b_code) {       //Àå¹Ù±¸´Ï·Î ÀÌµ¿
    
	if (userid=='')
	{alert('È¸¿ø¸¸ °¡´ÉÇÕ´Ï´Ù. ·Î±×ÀÎ ÇØÁÖ¼¼¿ä')
	}
	else {
	document.cart.location.href="/shop/con_down_host.asp?ckid="+b_code

	}

}

function con_down_all_host(userid) {       //Àå¹Ù±¸´Ï·Î ÀÌµ¿
    
	if (userid=='')
	{alert('È¸¿ø¸¸ °¡´ÉÇÕ´Ï´Ù. ·Î±×ÀÎ ÇØÁÖ¼¼¿ä')
	}
	else {

	document.goods2.action="/shop/con_down_host.asp"
	document.goods2.submit();

	}

}



function g_content_show(g_content,i) {       //°Ô½ÃÆÇ ³»¿ë º¸¿©ÁÖ±â
	newlay=g_content+i

	if (document.board.opst.value == 0) {
		document.all[newlay].style.display = '';
		document.all[newlay].style.visibility="visible"
	//	document.cart.location.href="http://www.saramsajin.com/freeboard/click.asp?idx=" + i;
		document.board.opst.value =1
	}else if (document.board.opst.value == 1) {
		document.all[newlay].style.display = 'none';
		document.all[newlay].style.visibility="hidden"
		document.board.opst.value =0
	}
}



function key_next(thisform,nfield,num) {
	if(thisform.value.length >= num) nfield.focus();
}

// ÀÌ¹ÌÁö ¹Ù²î´Â µå¸²À§¹ö ¼Ò½º

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
// -->

