if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer
document.write('<!-'+'-[if IE]>');
document.write('<input type="image" src="img/okiniiri.jpg" alt="お気に入り登録"');
document.write(' onclick="window.external.AddFavorite(\'http://www.invest-marketing.jp/eco-excel/\',\'プロトレーダーエコのハイブリッドエクセルシステム\')">');
document.write('<![endif]-'+'->');
}

else if(navigator.userAgent.indexOf("Firefox") > -1){ //Firefox
document.write('<input type="image" src="img/okiniiri.jpg" alt="お気に入り登録" ');
document.write(' onclick="window.sidebar.addPanel(\'プロトレーダーエコのハイブリッドエクセルシステム\',\'http://www.invest-marketing.jp/eco-excel/\',\'\');">');
}


else if(navigator.userAgent.indexOf("Opera") > -1){ //Opera
document.write('<a href="http://www.invest-marketing.jp/eco-excel/" rel="sidebar" title="プロトレーダーエコのハイブリッドエクセルシステム"><img src="img/okiniiri.jpg" alt="FX自動販売 エコのエクセルシステムトレード" /></a>');
}

else { //該当なし
document.write('<input type="image" src="img/okiniiri.jpg" alt="お気に入り登録"');
document.write(' onclick="window.external.AddFavorite(\'http://www.invest-marketing.jp/eco-excel/\',\'プロトレーダーエコのハイブリッドエクセルシステム\')">');
}