/////////////////////////////////////////////
//	Å«»çÁø º¸±â 
/////////////////////////////////////////////			
function ZoomIn(itemcode)
{
	window.open("/generic/Cate/NWD_view_photo.aspx?Prod_NO=" + itemcode + "&LoadIndex=0","NWDViewPhoto","width=450,height=400");
}

/////////////////////////////////////////////
//	°ü½É¹°Ç°¿¡ µî·ÏÇÏ±â
/////////////////////////////////////////////
function WishList(itemcode)
{
	location.href="/Xbin/InputWishlist.aspx?Prod_NO=" + itemcode;
}