
var tmpDate = new Date();





//mouseover------------------

function cngimg(n){
	var imgsrc = document.images[n].src;
	if(imgsrc.indexOf("_on") < 0){
		document.images[n].src=imgsrc.substring(0,imgsrc.length-4) +"_on.gif";
	}
	else{
		document.images[n].src=imgsrc.substring(0,imgsrc.length-7) +".gif";
	}
}
function cngimg02(n){
	var imgsrc = document.images[n].src;
	if(imgsrc.indexOf("_on") < 0){
		document.images[n].src=imgsrc.substring(0,imgsrc.length-4) +"_on.jpg";
	}
	else{
		document.images[n].src=imgsrc.substring(0,imgsrc.length-7) +".jpg";
	}
}



//Prototype.js
document.write('<script src="/common09/js/prototype-1.6.0.3.js"></script>');

//DisclaimerArea
document.write('<script src="/english/common09/js/disclaimer.js"></script>');


//PromotionArea
document.write('<script src="/english/common09/js/pfnavi.js"></script>');