
	



<!-- 特集メニュー部分 --//>
function exMenu(tName,tId)
{
	tMenu = document.getElementById(tName).style;
	
	if (tMenu.display == 'none'){
		 tMenu.display = "block";
		 document.getElementById(tId).style.backgroundColor ="#EBF1FF";
		 
	}else{ 
		tMenu.display = "none";
		document.getElementById(tId).style.backgroundColor ="#FFFFFF";
	}
}



<!-- ポップアップ--//>

function MM_openBrWindow(theURL,winName,features) { //v2.0
  newWin = window.open(theURL,winName,features);
 newWin.focus();
}



