if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer
document.write('<!-'+'-[if IE]>');
document.write('<a href="#"');
document.write(' onclick="window.external.AddFavorite(\'http://www.renpeki.jp\',\'地中壁施工協会\')" title="地中壁施工協会をブックマークする">ブックマーク</a>');
document.write('<![endif]-'+'->');
}

else if(navigator.userAgent.indexOf("Firefox") > -1){ //Firefox
document.write('<a href="#"');
document.write(' onclick="window.sidebar.addPanel(\'地中壁施工協会\',\'http://www.renpeki.jp\',\'\');" title="地中壁施工協会をブックマークする">ブックマーク</a>');
}

else if(navigator.userAgent.indexOf("Opera") > -1){ //Opera
document.write('<a href="http://www.renpeki.jp" rel="sidebar" title="地中壁施工協会をブックマークする">ブックマーク</a>');
}

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