/* kyo.com ver:0.9 */

function annee(){
	TheDate=new Date();
	annee_now=parseInt(TheDate.getYear());

	if(annee_now<200 && annee_now>99) annee_now+=1900;
	if(annee_now<100 && annee_now>80) annee_now+=1900;
	if(annee_now<=80) annee_now+=2000;

	annee_now='-'+annee_now;
	document.write(annee_now);
}

function changeText(t){
	if(document.getElementById) document.getElementById(t).innerHTML=t;
}

function OpenNavi(Lang){
	if(parent.frames.length != 0){
		if(Lang=="J") parent.frames['F'].location.href="/x-menu-j.html";
		if(Lang=="E") parent.frames['F'].location.href="/x-menu.html";
		if(Lang=="F") parent.frames['F'].location.href="/x-menu-f.html";
	}
}

function OpenWin(fileN){
window.open(fileN,'COMMENT',"height=180,width=520,scrollbars=yes,resizable=yes,toolbar=0,menubar=0,location=0,directories=0,status=1,alwaysRaised");
}


function OpenPhoto(picN,Fwin,picSize){
if(!picSize) picSize="width=670,height=670";
settings=',"toolbar=0,menubar=0,location=0,directories=0,status=1,'+picSize+',scrollbars=auto,resizable=1,alwaysRaised"';
window.open(picN,Fwin,settings);
}


function sona(fileN){
var fichier=("/redirect/www.amazon.co.jp/exec/obidos/clipserve/"+fileN+".ra");
window.open(fichier,'sound',"height=160,width=160,scrollbars=no,resizable=no,toolbar=0,menubar=0,location=0,directories=0,status=0");
}


function showhide(id){

	var imgObj=("i"+id);
	var mid=("m"+id);
	imgOpen=("/img/p2-.gif");
	imgClose=("/img/p2+.gif");

	if(document.getElementById){
		if(document.getElementById(mid).style.display=="none"){
			document.getElementById(mid).style.display="block";
			document.images[imgObj].src=(imgOpen);
		}else{
			document.getElementById(mid).style.display="none";
			document.images[imgObj].src=(imgClose);
		}
	}
}


function showhides(id){

	var mid=("m"+id);

	if(document.getElementById){
		if(document.getElementById(mid).style.display=="none"){
			document.getElementById(mid).style.display="block";
		}else{
			document.getElementById(mid).style.display="none";
		}
	}
}
