<!-- 
	//力前 惑技 扑诀
	function openProductPop(fileName)
	{
		alert('plaese logon!');
		location.href="/board/mb_login.php";
	}

	//力前 惑技 扑诀
	function openProductPopEn(fileName)
	{
		alert('plaese logon!');
		location.href="/board/mb_login.php";
	}
	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");
		}
	}
//-->