// JavaScript Document

function bookmark(){
	if(navigator.userAgent.indexOf("MSIE") > -1){
		window.external.AddFavorite('http://www.solar-eco.jp/','太陽光発電 総合研究所');
	}
	else if(navigator.userAgent.indexOf("Firefox") > -1){
		window.sidebar.addPanel('太陽光発電 総合研究所','http://www.solar-eco.jp/','');
	}
}