// ページの上へ
function ScrollTOP(){window.scrollBy(0,-10000);return;}
// マウスオンでサブ画像
function ChgSUB(SRC,ID){
document.getElementById('detail_l_photo').src=SRC;
document.getElementById('hrefarea').href=SRC;
for(i=0;i<5;i++){
document.getElementById('simg-'+i).style.border = "1px solid #ccc";
document.getElementById(ID).style.border = "1px solid #111";
}
}
