if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer
document.write('<!-'+'-[if IE]>');
document.write('<input type="button" value="お気に入りに追加"');
document.write(' onclick="window.external.AddFavorite(\'http://www.ncos.co.jp/products/rec/index.html\',\'Ｃ言語のよくある間違い Review-C\')">');
document.write('<![endif]-'+'->');
}

else if(navigator.userAgent.indexOf("Firefox") > -1){ //Firefox
document.write('<input type="button" value="ブックマークに追加"');
document.write(' onclick="window.sidebar.addPanel(\'Ｃ言語のよくある間違い Review-C\',\'http://www.ncos.co.jp/products/rec/index.html\',\'\');">');
}

else if(navigator.userAgent.indexOf("Opera") > -1){ //Opera
document.write('<a href="http://www.ncos.co.jp/products/rec/index.html" rel="sidebar" title="Ｃ言語のよくある間違い Review-C">ブックマークに追加</a>');
}

else { //該当なし
void(0); //何もしない
}
