// ブラウザがInternet explorer の場合は、ActiveXで表示
if (navigator.appName.indexOf("Microsoft Internet Explorer") == 0)
{
document.write('<OBJECT WIDTH=320 HEIGHT=240 ID="Video" CLASSID="CLSID:C520D71D-9ACB-11D5-9221-0048545CF4D6">');
document.write('<PARAM NAME="URL" VALUE="http://riversrv.town.shimoichi.nara.jp/push.htm;0?scrw=1280&Video_Source=0">');
document.write('<PARAM NAME="txtNoVideo" VALUE="No Video">');
document.write('<PARAM NAME="txtTipRClick" VALUE="右クリックで保存メニュー">');
document.write('<PARAM NAME="txtTipSave" VALUE="保存中...">');
document.write('<PARAM NAME="txtTipIdle" VALUE="右クリックで映像表示メニュー">');
document.write('</OBJECT>');
// ActiveXの起動
document.Video.Start();
}
else
{
//Internet Exploere 以外はプラグインで表示
document.write('<EMBED type="video/x-nficwmh263" src="http://riversrv.town.shimoichi.nara.jp/push.htm;0?scrw=1280&Video_Source=0 noinput=1" ismap="ismap" width="3.0" height="240" align="left" pluginspage="plug_nn.html">');
}