/* Flashバージョンチェック */
/*
var flashVersion=false;
var nn=(navigator.appName.charAt(0)=="N" && navigator.userAgent.indexOf("Safari") == -1) || false;
var n6=(document.getElementById && nn) || false;
var ie=(document.all && !nn) || false;
var safari=(navigator.userAgent.indexOf("Safari")!=-1) || false;
var mac=(navigator.userAgent.indexOf("Mac")!=-1) || false;
var ver=""+navigator.appVersion;
var fno=ver.indexOf(" ");
var macChecked=0;
ver=eval(ver.substring(0,fno));
var macIE5=(mac && navigator.userAgent.indexOf("MSIE 5")!=-1) || false;

if(ie && !mac){
	var flashVersion=new ActiveXObject("ShockwaveFlash.ShockwaveFlash").FlashVersion();
	flashVersion=Math.floor(flashVersion / 0x10000);
}

if (!flashVersion)
{
if (nn && !document.plugins &&!safari) flashVersion=false;
else if ((nn || n6 || safari || macIE5) && navigator.plugins) flashVersion=navigator.plugins["Shockwave Flash"].description.charAt(16);
else flashVersion=false;
}

if (ie && mac && !macIE5) {
window.onload=chkMac;
}

function chkMac()
{
if (window["sample"]) flashVersion=((window["sample"].FlashVersion() & 0xffff0000) >> 16);
macChecked=1;
(window["sample"]);
result();
}
*/
/* Flashのバージョンが低い場合の表示 */
/*
function off_flash(){
	document.write("<a href='http://www.hitokuchigyoza.jp/index.html'><img src='flash_img/no_img_01.jpg' alt='オンラインショップ' border='0' /></a>");
	document.write("<img src='flash_img/no_img_00.jpg' width='7' height='200' />");
	document.write("<a href='outline/shop.html'><img src='flash_img/no_img_02.jpg' alt='店舗案内' width='254' height='200' border='0' /></a>");
	document.write("<img src='flash_img/no_img_00.jpg' width='7' height='200' />");
	document.write("<a href='catalog/help.html'><img src='flash_img/no_img_03.jpg' alt='広告作品集' width='254' height='200' border='0' /></a>");
	document.write("<a href='http://www.adobe.com/go/getflashplayer_jp' target='_blank'><img src='flash_img/no_img_flash.jpg' alt='Adobe Flash Player のダウンロード' width='776' height='66' border='0' /></a>");
}
*/
/* FlashのバージョンがOKの表示 */
/*
function on_flash(){
	document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='776' height='266' id='top' align='middle'>");
	document.write("<param name='allowScriptAccess' value='sameDomain' />");
	document.write("<param name='movie' value='top.swf' />");
	document.write("<param name='menu' value='false' />");
	document.write("<param name='quality' value='high' />");
	document.write("<param name='bgcolor' value='#ffffff' />");
	document.write("<embed src='top.swf' menu='false' quality='high' bgcolor='#ffffff' width='776' height='266' name='top' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
	document.write("</object>");
}

function result(){
	if(mac && ie && macChecked==0){
		return;
	}
	if(!flashVersion){
		//Flashプレーヤーがインストールされていない場合
		off_flash();

	}else if (flashVersion<=6){
		//var6以下の場合
		off_flash();

	}else{
		//問題無し
		on_flash();
		
	}
}
*/
/* Flashバージョンチェック　ここまで */


function OpenWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
