﻿var totalMovieNum = 13;

var flv100 = "/themes/toyomaru/images/gauge/slotimages/100nanacy_on.flv"; //ナナシーwin
var flv110 = "/themes/toyomaru/images/gauge/slotimages/110nanacy_on_2.f4v"; //ナナシーwin2
var flv120 = "/themes/toyomaru/images/gauge/slotimages/nanacy_lose.f4v"; //ナナシーlose
var flv200 = "/themes/toyomaru/images/gauge/slotimages/200captainRobert_on.flv"; //ロバートwin
var flv210 = "/themes/toyomaru/images/gauge/slotimages/captainRobert_Lose.flv"; //ロバートlose1
var flv220= "/themes/toyomaru/images/gauge/slotimages/captainRober_tLose02.flv"; //ロバートlose2	
var flv300 = "/themes/toyomaru/images/gauge/slotimages/300kabuki_on.flv"; //カブキwin1
var flv310 = "/themes/toyomaru/images/gauge/slotimages/310kabuki_on.f4v"; //カブキwin2
var flv320 = "/themes/toyomaru/images/gauge/slotimages/kabuki_off.flv"; //カブキlose1
var flv400 = "/themes/toyomaru/images/gauge/slotimages/400rose_on.f4v"; //ローズテイルwin
var flv410 = "/themes/toyomaru/images/gauge/slotimages/410rosel_off.flv"; //ローズテイルlose
var flv500 = "/themes/toyomaru/images/gauge/slotimages/500dragon_on.flv"; //ドラゴン伝説win
var flv510 = "/themes/toyomaru/images/gauge/slotimages/510dragon_off.flv"; //ドラゴン伝説lose


//枠表示位置
var waku1 = ["/themes/toyomaru/images/gauge/slotimages/waku1.png",261,297];
var waku2 = ["/themes/toyomaru/images/gauge/slotimages/waku2.png",265,335];
var waku3 = ["/themes/toyomaru/images/gauge/slotimages/kabuki_waku.png",303,315];
var waku4 = ["/themes/toyomaru/images/gauge/slotimages/roseTale_waku.png",280,270];
var waku5 = ["/themes/toyomaru/images/gauge/slotimages/dragon_waku.png",270,335];


//当たりハズレ選別
var type1 = [flv100,waku1,true];
var type2 = [flv110,waku1,true];
var type3 = [flv120,waku1,false];
var type4 = [flv200,waku2,true];
var type5 = [flv210,waku2,false];
var type6 = [flv220,waku2,false];
var type7 = [flv300,waku3,true];
var type8 = [flv310,waku3,true];
var type9 = [flv320,waku3,false];
var type10 = [flv400,waku4,true];
var type11 = [flv410,waku4,false];
var type12 = [flv500,waku5,true];
var type13 = [flv510,waku5,false];
