﻿// お気に入り登録用
if(navigator.userAgent.indexOf("MSIE") > -1){
	document.write('Internet Explorer 専用お気に入り追加ボタン。　\&nbsp;\&raquo;\&nbsp;　');
	document.write('\<input type=\"button\" value=\"お気に入りに追加\"');
	document.write(' onclick=\"window.external.AddFavorite(\'http:\/\/www.northalps.net\',\'北アルプスブロードバンドネットワーク\');\" \/>');
}else if(navigator.userAgent.indexOf("Firefox") > -1){
	document.write('Firefox 専用ブックマーク追加ボタン。　\&nbsp;\&raquo;\&nbsp;　');
	document.write('\<input type=\"button\" value=\"ブックマークに追加\"');
	document.write(' onclick=\"window.sidebar.addPanel(\'北アルプスブロードバンドネットワーク\',\'http:\/\/www.northalps.net\',\'\');\" \/>');
}else if(navigator.userAgent.indexOf("Opera") > -1){
	document.write('Opera ブックマーク追加用。　\&nbsp;\&raquo;\&nbsp;　');
	document.write('\<a href=\"http:\/\/www.northalps.net\" rel=\"sidebar\" title=\"北アルプスブロードバンドネットワーク\">ブックマークに追加\<\/a>');
}else if(navigator.userAgent.indexOf("Netscape") > -1){
	document.write('Netscape 専用ブックマーク追加ボタン。　\&nbsp;\&raquo;\&nbsp;　');
	document.write('\<input type=\"button\" value=\"ブックマークに追加\"');
	document.write(' onclick=\"window.sidebar.addPanel(\'北アルプスブロードバンドネットワーク\',\'http:\/\/www.northalps.net\',\'\');\" \/>');
}else if(navigator.userAgent.indexOf("safari") > -1){
	void(0);
}else {
	document.write('「Ctrl」+「D」を押すか、ブラウザの「ブックマーク」操作で追加をもしくは編集をお願いします。');
}

