//*----------------
//DSiWare usa Directory only Share File
//@FEI
//*----------------

//Load FLV
var flv_usa_e = ["trailer_e_150.flv"];
var flv_usa_f = ["trailer_f_150.flv"];
var flv_usa_s = ["trailer_s_150.flv"];



//Trailer
var trailer_0;
var trailer_1;
var trailer_2;

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_usa_e(){
	var copyright = '';
	copyright +='<a href="http://www.esrb.org/" target="_blank"><img src="images/esrb_none.gif" class="esrb" width="177" height="100" 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_usa_f(){
	var copyright = '';
	copyright +='<a href="http://www.esrb.org/" target="_blank"><img src="images/esrb_none.gif" class="esrb" width="177" height="100" 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_usa_s(){
	var copyright = '';
	copyright +='<a href="http://www.esrb.org/" target="_blank"><img src="images/esrb_none.gif" class="esrb" width="177" height="100" 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);
}



