<!-- 
	//Á¦Ç° »ó¼¼ ÆË¾÷
	function openProductPop(fileName)
	{
		alert('·Î±×ÀÎÇÏ¼¼¿ä');
		location.href="/board/mb_login.php";
	}

	//Á¦Ç° »ó¼¼ ÆË¾÷
	function openProductPopEn(fileName)
	{
		alert('please logon!!');
		location.href="/board/mb_login.php?lang=en";
	}
	function Big(fileName,ext,w,h){
		var aa = parseInt(w);
		var bb = parseInt(h);

		if (screen.width < aa || screen.height < bb) {
			var real_w = screen.width-200;
			var real_h = screen.height-200;
			window.open("pop_big.php?pic="+ fileName+"&ext="+ext, "Big", "width="+ real_w +",height="+ real_h +",scrollbars=yes,toolbar=no,resizable=yes");
		}else{
			window.open("pop_big.php?pic="+ fileName +"&width="+ w +"&height="+ h+"&ext="+ext, "Big", "width="+ w +",height="+ h +",scrollbars=yes,toolbar=no,resizable=yes");
		}
	}
//-->
