<!--
function fsShowLuckyMen(){
	//alert(xName);
	var xURL ="lucky.html";
	detailWin=window.open(xURL,"LuckyMen","resizable=yes,scrollbars=no,width=480,height=320,left=0,top=0");
	detailWin.focus();
}
//
function fsOpenWin(xPath,xWidth,xHeight){
	//alert(xName);
	detailWin=window.open(xPath,"kizunapop","resizable=yes,scrollbars=auto,width="+xWidth+",height="+xHeight+",left=0,top=0");
	detailWin.focus();
}

//-->

