//ロールオーバー時処理
function rollover(onImg, name){
document.images[name].src = onImg;
}

//ロールアウト時処理
function rollout(offImg, name){
document.images[name].src = offImg;
}

//Nav
img = new Image();
img.src = "/common/images/gnav_product_on.gif";
img = new Image();
img.src = "/common/images/gnav_event_on.gif";
img = new Image();
img.src = "/common/images/gnav_profile_on.gif";
img = new Image();
img.src = "/common/images/gnav_pr_on.gif";
img = new Image();
img.src = "/common/images/gnav_disaster_on.gif";
img = new Image();
img.src = "/common/images/gnav_contact_on.gif";


// プレスリリース セレクトメニュー
function getURL() {
  location.href = document.pressYear.elements['sct'].options[document.pressYear.elements['sct'].selectedIndex].value;
}


