function JstFlash(label)
{
document["top_flash"].TGotoFrame("/",label);
}
function JstFlash2(label)
{
document["top_flash"].TGotoFrame("/",label);
document["top_flash"].Play()
}


// 画像のフェードイン・フェードアウト
//spd = 50; // 変化させる間隔（ミリ秒単位）
//ntc = 16; // 何%ずつ変化させるか
//cnt = 0;
// フェードイン
//function fdInImg(img) {
//  document.images[img].filters['alpha'].opacity = cnt;
//  cnt += ntc;
//  if(cnt >= 100) return;
//  setTimeout("fdInImg('"+img+"')",spd);
//}
//function RandomImg(){
//	var adr;
//	args=RandomImg.arguments;
//	var selectnum = Math.floor((Math.random() * 100)) % args.length;
//	if(args[selectnum]=="zeal_top_001.jpg"){adr='<a href=\"index/bbq.html\">';}
//	if(args[selectnum]=="zeal_top_003.jpg"){adr='<a href=\"plan/004.html\">';}
//	if(args[selectnum]=="zeal_top_004.jpg"){adr='<a href=\"javascript:;\">';}
//	if(args[selectnum]=="zeal_top_005.jpg"){adr='<a href=\"plan/051.html\">';}
//	if(args[selectnum]=="zeal_top_006.jpg"){adr='<a href=\"plan/005.html\">';}
//	if(args[selectnum]=="zeal_top_007.jpg"){adr='<a href=\"plan/147.html\">';}
//	if(args[selectnum]=="zeal_top_009.jpg"){adr='<a href=\"plan/146.html\">';}
//	if(args[selectnum]=="zeal_top_010.jpg"){adr='<a href=\"plan/009.html\">';}
//	var output = adr + "<img src=img/" + args[selectnum] + " width=\"960\" height=\"317\" id=\"cruise_img\" style=\"filter:alpha(opacity=0);\" onLoad=\"fdInImg(\'cruise_img\')\">" + "</a>";
//	return output;
//}