<!--

//AutoPlayer
function fncAutoPlayer(psLng, pstrSyohinBuyDt, pstrSyohinBuyNo1){
	var features='Height=195,Width=368,Top=20,Left=20,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes';
	window.open("AutoPlayer/AutoPlayer.asp?"+"lng="+psLng + "&strSyohinBuyDt=" + pstrSyohinBuyDt + "&strSyohinBuyNo1=" + pstrSyohinBuyNo1, "AutoPlayer",features);
}

//-->