/* roll over */
function MM_swapImgRestore() { //v3.0
	var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
	var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
	var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
	if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.0
	var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
	d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
	if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
	for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
	if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
	var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
	if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

/* comment change */
function commentChange(com){
	if(com == 0){
		document.getElementById('comment').innerHTML='各アナウンサーのオリジナルコンテンツ、要チェックなコーナーぞくぞく公開！'
	} else {
		com = com + "";
		document.getElementById('comment').innerHTML=com;
	}
}


// アナページ　メニュー
function menu(){
	document.write('<div class="contents">');
	document.write('<table width="180" border="0" cellpadding="0" cellspacing="0" background="../old/images/smenu_bg.gif">');
	document.write('<tr>');
	document.write('<td colspan="3"><img src="../old/images/f_top01.gif" width="180" height="2" border="0" alt=""></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td background="../old/images/f_left01.gif"><img src="../../common/old/images/spacer.gif" width="2" height="1" border="0" alt=""></td>');
	document.write('<td>');
	document.write('<div style="margin: 10px 0px 0px 10px;"><a href="../index.sms" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'smenu01\',\'\',\'../old/images/smenu01_on.gif\',1)"><img name="smenu01" border="0" src="../old/images/smenu01_off.gif" width="157" height="26" alt="TOP"></a></div>');
	document.write('<div style="margin: 0px 0px 0px 10px;"><a href="../topics/index.sms" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'smenu02\',\'\',\'../old/images/smenu02_on.gif\',1)"><img name="smenu02" src="../old/images/smenu02_off.gif" width="157" height="26" border="0" alt="トピックス"></a></div>');
	document.write('<div style="margin: 0px 0px 0px 10px;"><a href="../profile_man/index.sms" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'smenu03\',\'\',\'../old/images/smenu03_on.gif\',1)"><img name="smenu03" src="../old/images/smenu03_off.gif" width="157" height="26" border="0" alt="男性アナウンサー"></a></div>');
	document.write('<div style="margin: 0px 0px 0px 10px;"><a href="../profile_woman/index.sms" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'smenu04\',\'\',\'../old/images/smenu04_on.gif\',1)"><img name="smenu04" src="../old/images/smenu04_off.gif" width="157" height="26" border="0" alt="女性アナウンサー"></a></div>');
	document.write('<div style="margin: 0px 0px 0px 10px;"><a href="../movie/index.sms" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'smenu05\',\'\',\'../old/images/smenu05_on.gif\',1)"><img name="smenu05" src="../old/images/smenu05_off.gif" width="157" height="26" border="0" alt="アナのつぶやき"></a></div>');
	document.write('<div style="margin: 0px 0px 0px 10px;"><a href="../roudoku/index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'smenu06\',\'\',\'../old/images/smenu06_on.gif\',1)"><img name="smenu06" src="../old/images/smenu06_off.gif" width="157" height="26" border="0" alt="アナの宅配便"></a></div>');
	document.write('<div style="margin: 0px 0px 7px 10px;"><a href="../ana_colle/index.sms" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'smenu07\',\'\',\'../old/images/smenu07_on.gif\',1)"><img name="smenu07" src="../old/images/smenu07_off.gif" width="157" height="26" border="0" alt="Ana_colle !"></a></div>');
	document.write('</td>');
	document.write('<td background="../old/images/f_right01.gif"><img src="../../common/old/images/spacer.gif" width="2" height="1" border="0" alt=""></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td colspan="3"><img src="../old/images/f_bottom01.gif" width="180" height="2" border="0" alt=""></td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('</div>');
	}


