// JavaScript Document for Video Gallery
// Copyright Japan Gymnastic Association, All Rights Reserved.

//女子ゆか
var wfx1;
wfx1="/goods/video/2007/toyota/video/wfx-1.asx";
var wfx2;
wfx2="/goods/video/2007/toyota/video/wfx-2.asx";
var wfx3;
wfx3="/goods/video/2007/toyota/video/wfx-3.asx";
var wfx4;
wfx4="/goods/video/2007/toyota/video/wfx-4.asx";
var wfx5;
wfx5="/goods/video/2007/toyota/video/wfx-5.asx";
var wfx6;
wfx6="/goods/video/2007/toyota/video/wfx-6.asx";
var wfx7;
wfx7="/goods/video/2007/toyota/video/wfx-7.asx";

//女子平均台
var wbb1;
wbb1="/goods/video/2007/toyota/video/wbb-1.asx";
var wbb2;
wbb2="/goods/video/2007/toyota/video/wbb-2.asx";
var wbb3;
wbb3="/goods/video/2007/toyota/video/wbb-3.asx";

//女子段違い平行棒
var wub1;
wub1="/goods/video/2007/toyota/video/wub-1.asx";
var wub2;
wub2="/goods/video/2007/toyota/video/wub-2.asx";
var wub3;
wub3="/goods/video/2007/toyota/video/wub-3.asx";
var wub4;
wub4="/goods/video/2007/toyota/video/wub-4.asx";

//女子跳馬
var wvt1;
wvt1="/goods/video/2007/toyota/video/wvt-1.asx";
var wvt2;
wvt2="/goods/video/2007/toyota/video/wvt-2.asx";
var wvt3;
wvt3="/goods/video/2007/toyota/video/wvt-3.asx";
var wvt4;
wvt4="/goods/video/2007/toyota/video/wvt-4.asx";

//男子鉄棒
var mhb1;
mhb1="/goods/video/2007/toyota/video/mhb-1.asx";
var mhb2;
mhb2="/goods/video/2007/toyota/video/mhb-2.asx";
var mhb3;
mhb3="/goods/video/2007/toyota/video/mhb-3.asx";
var mhb4;
mhb4="/goods/video/2007/toyota/video/mhb-4.asx";

//男子平行棒
var mpb1;
mpb1="/goods/video/2007/toyota/video/mpb-1.asx";
var mpb2;
mpb2="/goods/video/2007/toyota/video/mpb-2.asx";
var mpb3;
mpb3="/goods/video/2007/toyota/video/mpb-3.asx";
var mpb4;
mpb4="/goods/video/2007/toyota/video/mpb-4.asx";

//男子跳馬
var mvt1;
mvt1="/goods/video/2007/toyota/video/mvt-1.asx";
var mvt2;
mvt2="/goods/video/2007/toyota/video/mvt-2.asx";
var mvt3;
mvt3="/goods/video/2007/toyota/video/mvt-3.asx";

//男子つり輪
var msr1;
msr1="/goods/video/2007/toyota/video/msr-1.asx";
var msr2;
msr2="/goods/video/2007/toyota/video/msr-2.asx";
var msr3;
msr3="/goods/video/2007/toyota/video/msr-3.asx";
var msr4;
msr4="/goods/video/2007/toyota/video/msr-4.asx";

//男子あん馬
var mph1;
mph1="/goods/video/2007/toyota/video/mph-1.asx";
var mph2;
mph2="/goods/video/2007/toyota/video/mph-2.asx";
var mph3;
mph3="/goods/video/2007/toyota/video/mph-3.asx";
var mph4;
mph4="/goods/video/2007/toyota/video/mph-4.asx";
var mph5;
mph5="/goods/video/2007/toyota/video/mph-5.asx";
var mph6;
mph6="/goods/video/2007/toyota/video/mph-6.asx";

//男子ゆか
var mfx1;
mfx1="/goods/video/2007/toyota/video/mfx-1.asx";
var mfx2;
mfx2="/goods/video/2007/toyota/video/mfx-2.asx";
var mfx3;
mfx3="/goods/video/2007/toyota/video/mfx-3.asx";


function func() {
	mySelect = document.EventChange.EventSelect.selectedIndex;
	document.getElementById("LinkPart").innerHTML = document.EventChange.EventSelect.options[mySelect].value;
} 
function objlink(link) {
	document.getElementById("video").innerHTML = "<object id='WMP' classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' codebase='http://activex.microsoft.com/activex/controls/ mplayer/en/nsmp2inf.cab#Version=5,1,52,701' "
	+ "standby='Loading Microsoft Windows Media Player components…' type='application/x-oleobject' width='320' height='309'>"
	+ "<param name='FileName' value='" + link +"'>"
	+ "<param name='AutoStart' value='true'>"
	+ "<param name='ShowControls' value='true'>"
	+ "<param name='ShowStatusBar' value='true'>"
	+ "<param name='Loop' value='false'>"
	+ "<embed id='WMP' type='application/x-mplayer2' pluginspage='http://www.microsoft.com/Windows/MediaPlayer/' src='" + link + "' autostart='1' showcontrols='1' showstatusbar='1' loop='1' width='320' height='309'>"
	+ "</embed></object>";
}

function overcellcol(no){
	document.getElementById("col"+no).style.cursor="pointer"
	document.getElementById("col"+no).style.backgroundColor="#ffff99";

}
function outcellcol(no){
	document.getElementById("col"+no).style.cursor="default"
	document.getElementById("col"+no).style.backgroundColor="#ffffff";
}



