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-line/\',\'プロトレーダーエコのライントレードマスタープログラム\')">');
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-line/\',\'\');">');
}


else if(navigator.userAgent.indexOf("Opera") > -1){ //Opera
document.write('<a href="http://www.invest-marketing.jp/eco-line/" rel="sidebar" title="プロトレーダーエコのライントレードマスタープログラム"><img src="img/okiniiri.jpg" alt="プロトレーダーエコのライントレードマスタープログラム" /></a>');
}

else { //該当なし
document.write('<input type="image" src="img/okiniiri.jpg" alt="お気に入り登録"');
document.write(' onclick="window.external.AddFavorite(\'http://www.invest-marketing.jp/eco-line/\',\'プロトレーダーエコのライントレードマスタープログラム\')">');
}
