<!--
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.sci-tec.jp/\',\'電動カートのレンタル専門ショップ　株式会社サイテック\')">');
document.write('<![endif]-'+'->');
}

else if(navigator.userAgent.indexOf("Firefox") > -1){ //Firefox
document.write('<input type="button" value="お気に入りに追加"');
document.write(' onclick="window.sidebar.addPanel(\'電動カートのレンタル専門ショップ　株式会社サイテック\',\'http://www.sci-tec.jp/\',\'\');">');
}

else { //該当なし
void(0); //何もしない
}
//-->

