ThisD = new Date();

ThisYear = ThisD.getYear();

ThisYear_y = (ThisYear < 2000) ? ThisYear+1900 : ThisYear;

function copy(){
	document.write("Copyright(C)"+ThisYear_y+"&nbsp;YAMAHA&nbsp;MUSIC&nbsp;TOHOKU&nbsp;CO.,LTD.&nbsp;All&nbsp;Rights&nbsp;Reserved.");
}


function prd_detail(URL){
win=window.open(URL,"detail","menubar=yes,toolbar=yes,location=yes,status=yse,scrollbars=yes,resizable=yes,width=450,height=480");
win.focus();
}

function score_search(URL){
win=window.open(URL,"search","menubar=yes,toolbar=yes,location=yes,status=yse,scrollbars=yes,resizable=yes,width=750,height=450");
win.focus();
}