document.write('<a href="./index.html">');
document.write('<img border="0" src="./Picture/Rogo.jpg">');
document.write('</a>');
document.write('<br>');
ADRES = new Array("index","Story","Chara_0","System_0","Battle_System_0","Country","Others");
for(i=0; i<7; i++) {
	document.write('<a href="./'+ADRES[i]+'.html">');
	document.write('<img border="0" src="./'+i+'.gif">');
	document.write('</a>');
}
document.write('<a href="http://www.shinestar.name/">');
document.write('<img border="0" src="./7.gif">');
document.write('</a>');
