//*----------------
//DSiWare aus Directory only Share File
//@FEI
//*----------------

//Load FLV
var flv_eur_e = ["trailer_e_sensei.flv","trailer_e_150.flv"];
var flv_eur_f = ["trailer_f_sensei.flv","trailer_f_150.flv"];
var flv_eur_s = ["trailer_s_sensei.flv","trailer_s_150.flv"];
var flv_eur_g = ["trailer_g_sensei.flv","trailer_g_150.flv"];
var flv_eur_i = ["trailer_i_sensei.flv","trailer_i_150.flv"];
var flv_eur_d = ["trailer_d_150.flv"];



//Trailer
var trailer_0;
var trailer_1;
var trailer_2;
var trailer_3;
var trailer_4;
var trailer_5;


var tmpPrevNum = 0;

//flv control
function flvCtrl(currNum) {
	swfTarget("topFlash"+tmpPrevNum).flv_stop();
	tmpPrevNum = currNum;
}

function swfTarget(str) {
	if (navigator.appName.indexOf("Microsoft") != -1) {
		return window[str];
	} else {
		return document[str];
	}
}




//copyright
function copyright_eur_e(){
	var copyright = '';
	copyright +='<a href="http://www.pegi.info/en/" target="_blank"><img src="images/pegi_3.gif" class="PEGI 3" width="70" height="95" border="0" align="left" /></a>';
	copyright +='<div class="caution"><img src="images/ico_oukan.gif" width="17" height="11" /><a href="http://www.hudson.co.jp/dsiw/" target="_blank">HUDSON&acute;s DSiWare Portal Site</a></div>';
	copyright +='*&nbsp;Nintendo trademarks used under license. DSiWare is available only through the Nintendo DSi system.<br />';
	copyright +='*&nbsp;Unauthorized use or reproduction of materials on this site is strictly prohibited.<br />';
	copyright +='*&nbsp;Screenshots shown are from the development phase.<br />';
	copyright +='&copy; 2009 HUDSON SOFT &copy; 2009 nikoli';
	document.write(copyright);
}
function copyright_eur_f(){
	var copyright = '';
	copyright +='<a href="http://www.pegi.info/fr/" target="_blank"><img src="images/pegi_3.gif" class="PEGI 3" width="70" height="95" border="0" align="left" /></a>';
	copyright +='<div class="caution"><img src="images/ico_oukan.gif" width="17" height="11" /><a href="http://www.hudson.co.jp/dsiw/" target="_blank">HUDSON&acute;s DSiWare Portal Site</a></div>';
	copyright +='*&nbsp;Nintendo trademarks used under license. DSiWare is available only through the Nintendo DSi system.<br />';
	copyright +='*&nbsp;Unauthorized use or reproduction of materials on this site is strictly prohibited.<br />';
	copyright +='*&nbsp;Screenshots shown are from the development phase.<br />';
	copyright +='&copy; 2009 HUDSON SOFT &copy; 2009 nikoli';
	document.write(copyright);
}
function copyright_eur_s(){
	var copyright = '';
	copyright +='<a href="http://www.pegi.info/es/" target="_blank"><img src="images/pegi_3.gif" class="PEGI 3" width="70" height="95" border="0" align="left" /></a>';
	copyright +='<div class="caution"><img src="images/ico_oukan.gif" width="17" height="11" /><a href="http://www.hudson.co.jp/dsiw/" target="_blank">HUDSON&acute;s DSiWare Portal Site</a></div>';
	copyright +='*&nbsp;Nintendo trademarks used under license. DSiWare is available only through the Nintendo DSi system.<br />';
	copyright +='*&nbsp;Unauthorized use or reproduction of materials on this site is strictly prohibited.<br />';
	copyright +='*&nbsp;Screenshots shown are from the development phase.<br />';
	copyright +='&copy; 2009 HUDSON SOFT &copy; 2009 nikoli';
	document.write(copyright);
}
function copyright_eur_g(){
	var copyright = '';
	copyright +='<a href="http://www.usk.de/" target="_blank"><img src="images/usk_all.gif" class="USK All" width="108" height="109" border="0" align="left" /></a>';
	copyright +='<div class="caution"><img src="images/ico_oukan.gif" width="17" height="11" /><a href="http://www.hudson.co.jp/dsiw/" target="_blank">HUDSON&acute;s DSiWare Portal Site</a></div>';
	copyright +='*&nbsp;Nintendo trademarks used under license. DSiWare is available only through the Nintendo DSi system.<br />';
	copyright +='*&nbsp;Unauthorized use or reproduction of materials on this site is strictly prohibited.<br />';
	copyright +='*&nbsp;Screenshots shown are from the development phase.<br />';
	copyright +='&copy; 2009 HUDSON SOFT &copy; 2009 nikoli';
	document.write(copyright);
}
function copyright_eur_i(){
	var copyright = '';
	copyright +='<a href="http://www.pegi.info/it/" target="_blank"><img src="images/pegi_3.gif" class="PEGI 3" width="70" height="95" border="0" align="left" /></a>';
	copyright +='<div class="caution"><img src="images/ico_oukan.gif" width="17" height="11" /><a href="http://www.hudson.co.jp/dsiw/" target="_blank">HUDSON&acute;s DSiWare Portal Site</a></div>';
	copyright +='*&nbsp;Nintendo trademarks used under license. DSiWare is available only through the Nintendo DSi system.<br />';
	copyright +='*&nbsp;Unauthorized use or reproduction of materials on this site is strictly prohibited.<br />';
	copyright +='*&nbsp;Screenshots shown are from the development phase.<br />';
	copyright +='&copy; 2009 HUDSON SOFT &copy; 2009 nikoli';
	document.write(copyright);
}
function copyright_eur_d(){
	var copyright = '';
	copyright +='<a href="http://www.pegi.info/nl/" target="_blank"><img src="images/pegi_3.gif" class="PEGI 3" width="70" height="95" border="0" align="left" /></a>';
	copyright +='<div class="caution"><img src="images/ico_oukan.gif" width="17" height="11" /><a href="http://www.hudson.co.jp/dsiw/" target="_blank">HUDSON&acute;s DSiWare Portal Site</a></div>';
	copyright +='*&nbsp;Nintendo trademarks used under license. DSiWare is available only through the Nintendo DSi system.<br />';
	copyright +='*&nbsp;Unauthorized use or reproduction of materials on this site is strictly prohibited.<br />';
	copyright +='*&nbsp;Screenshots shown are from the development phase.<br />';
	copyright +='&copy; 2009 HUDSON SOFT &copy; 2009 nikoli';
	document.write(copyright);
}




