

function top_mail(){
  document.write("gendaimail[at]gmail.com");
}


function top_okiniiri(){
if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer
document.write('<!-'+'-[if IE]>');
document.write('はじめての簿記3級<br>Internet Explorer 専用お気に入り追加ボタン。<br>');
document.write('<input type="button" value="お気に入りに追加"');
document.write(' onclick="window.external.AddFavorite(\'http://www.bookkeep.info/\',\'はじめての簿記3級 ～簿記検定をやさしく入門！～\')">');
document.write('<![endif]-'+'->');
}

else if(navigator.userAgent.indexOf("Firefox") > -1){ //Firefox
document.write('はじめての簿記3級<br>Firefox 専用ブックマーク追加ボタン<br>');
document.write('<input type="button" value="ブックマークに追加"');
document.write(' onclick="window.sidebar.addPanel(\'はじめての簿記3級 ～簿記検定をやさしく入門！～\',\'http://www.bookkeep.info/\',\'\');">');
}

else if(navigator.userAgent.indexOf("Opera") > -1){ //Opera
document.write('はじめての簿記3級<br>Opera ブックマーク追加用');
document.write('<a href="http://www.bookkeep.info/" rel="sidebar" title="はじめての簿記3級 ～簿記検定をやさしく入門！～">ブックマークに追加</a>');
}

else { //該当なし
void(0); //何もしない
}
}




function myadress(){
 document.write("　　　■メールアドレス ： gendai_mail@livedoor.com");
}


