function ShowInfo() { //ヘッダニュース
/*
	img = "btn_info01";
	alt = "8月24日（日）イベント in ユニセフハウス";
	url = "info_01"
	infoBtn = '<a href="'+url+'.html"><img src="images/'+img+'.gif " width="371" height="20" border="0" alt="'+alt+'"></a>';
	document.getElementById('info_area').innerHTML = infoBtn;
*/
}

function MM_openBrWindow(theURL,winName,features) { //別ウィンドウ
  window.open(theURL,winName,features);
}