/*
	==========================================================================
	Module: scr.js
	==========================================================================
	Copyright (c) 2008, 日本ビジネス開発
	==========================================================================
*/

//  フェードインアウト効果  --------------------------------------------------
//  第１グループ ----
var time=1;

var i=110;
function change11(imgURL){
	image1.filters.blendTrans.Apply();
	image1.filters.blendTrans.duration=time;
	i++; 
	if(i==114) i=111; 
	document.image1.src = "./img/" + i + "a.jpg";
	image1.filters.blendTrans.Play();
}
var ii=120;
function change12(imgURL){
	image1.filters.blendTrans.Apply();
	image1.filters.blendTrans.duration=time;
	ii++; 
	if(ii==124) ii=121; 
	document.image1.src = "./img/" + ii + "a.jpg";
	image1.filters.blendTrans.Play();
}
var iii=130;
function change13(imgURL){
	image1.filters.blendTrans.Apply();
	image1.filters.blendTrans.duration=time;
	iii++; 
	if(iii==134) iii=131; 
	document.image1.src = "./img/" + iii + "a.jpg";
	image1.filters.blendTrans.Play();
}

//  第２グループ ----
var time=1;

var j=210;
function change21(imgURL){
	image1.filters.blendTrans.Apply();
	image1.filters.blendTrans.duration=time;
	j++; 
	if(j==214) j=211; 
	document.image1.src = "./img/" + j + "a.jpg";
	image1.filters.blendTrans.Play();
}
var jj=220;
function change22(imgURL){
	image1.filters.blendTrans.Apply();
	image1.filters.blendTrans.duration=time;
	jj++; 
	if(jj==224) jj=221; 
	document.image1.src = "./img/" + jj + "a.jpg";
	image1.filters.blendTrans.Play();
}
var jjj=230;
function change23(imgURL){
	image1.filters.blendTrans.Apply();
	image1.filters.blendTrans.duration=time;
	jjj++; 
	if(jjj==234) jjj=231; 
	document.image1.src = "./img/" + jjj + "a.jpg";
	image1.filters.blendTrans.Play();
}
var jjjj=240;
function change24(imgURL){
	image1.filters.blendTrans.Apply();
	image1.filters.blendTrans.duration=time;
	jjjj++; 
	if(jjjj==243) jjjj=241; 
	document.image1.src = "./img/" + jjjj + "a.jpg";
	image1.filters.blendTrans.Play();
}
var jjjjj=250;
function change25(imgURL){
	image1.filters.blendTrans.Apply();
	image1.filters.blendTrans.duration=time;
	jjjjj++; 
	if(jjjjj==253) jjjjj=251; 
	document.image1.src = "./img/" + jjjjj + "a.jpg";
	image1.filters.blendTrans.Play();
}
var jjjjjj=260;
function change26(imgURL){
	image1.filters.blendTrans.Apply();
	image1.filters.blendTrans.duration=time;
	jjjjjj++; 
	if(jjjjjj==264) jjjjjj=261; 
	document.image1.src = "./img/" + jjjjjj + "a.jpg";
	image1.filters.blendTrans.Play();
}

//  第３グループ ----(入替り写真を２枚に設定)
var time=1;

var k=310;
function change31(imgURL){
	image1.filters.blendTrans.Apply();
	image1.filters.blendTrans.duration=time;
	k++; 
	if(k==313) k=311; 
	document.image1.src = "./img/" + k + "a.jpg";
	image1.filters.blendTrans.Play();
}
var kk=320;
function change32(imgURL){
	image1.filters.blendTrans.Apply();
	image1.filters.blendTrans.duration=time;
	kk++; 
	if(kk==323) kk=321; 
	document.image1.src = "./img/" + kk + "a.jpg";
	image1.filters.blendTrans.Play();
}
var kkk=330;
function change33(imgURL){
	image1.filters.blendTrans.Apply();
	image1.filters.blendTrans.duration=time;
	kkk++; 
	if(kkk==333) kkk=331; 
	document.image1.src = "./img/" + kkk + "a.jpg";
	image1.filters.blendTrans.Play();
}

//  福利厚生 ----
var time=1;

var m=510;
function change51(imgURL){
	image1.filters.blendTrans.Apply();
	image1.filters.blendTrans.duration=time;
	m++; 
	if(m==513) m=511; 
	document.image1.src = "./img/" + m + "a.jpg";
	image1.filters.blendTrans.Play();
}
var mm=520;
function change52(imgURL){
	image1.filters.blendTrans.Apply();
	image1.filters.blendTrans.duration=time;
	mm++; 
	if(mm==524) mm=521; 
	document.image1.src = "./img/" + mm + "a.jpg";
	image1.filters.blendTrans.Play();
}
var mmm=530;
function change53(imgURL){
	image1.filters.blendTrans.Apply();
	image1.filters.blendTrans.duration=time;
	mmm++; 
	if(mmm==534) mmm=531; 
	document.image1.src = "./img/" + mmm + "a.jpg";
	image1.filters.blendTrans.Play();
}

//  スタッフ紹介 ----
var time=1;

var n=610;
function change61(imgURL){
	image1.filters.blendTrans.Apply();
	image1.filters.blendTrans.duration=time;
	n++; 
	if(n==614) n=611; 
	document.image1.src = "./img/" + n + "a.jpg";
	image1.filters.blendTrans.Play();
}
var nn=620;
function change62(imgURL){
	image1.filters.blendTrans.Apply();
	image1.filters.blendTrans.duration=time;
	nn++; 
	if(nn==624) nn=621; 
	document.image1.src = "./img/" + nn + "a.jpg";
	image1.filters.blendTrans.Play();
}
var nnn=630;
function change63(imgURL){
	image1.filters.blendTrans.Apply();
	image1.filters.blendTrans.duration=time;
	nnn++; 
	if(nnn==634) nnn=631; 
	document.image1.src = "./img/" + nnn + "a.jpg";
	image1.filters.blendTrans.Play();
}
var nnnn=640;
function change64(imgURL){
	image1.filters.blendTrans.Apply();
	image1.filters.blendTrans.duration=time;
	nnnn++; 
	if(nnnn==644) nnnn=641; 
	document.image1.src = "./img/" + nnnn + "a.jpg";
	image1.filters.blendTrans.Play();
}
