<!--
function MM_openBrWindowCfm(theURL,winName,features,fileName,recipe) { //v2.0
/*
  fileName = window.location.pathname;
  p = fileName.lastIndexOf("/");
  fileName = fileName.substring(p+1);
*/
  if(fileName==null || recipe==null || fileName=="" || recipe==""){
	alert("投票できません。");
	return false;
  }
  window.open(theURL+'?filename='+fileName+'&recipe='+recipe,winName,features);
}
//-->
