function SetIE(){
	window.external.AddFavorite("http://www.amenity-staff.com/","収益物件ならcuore不動産投資");
}

function SetFireFox(){
	window.sidebar.addPanel("収益物件ならcuore不動産投資", "http://www.amenity-staff.com/", "");
}

function SetBookMark(){
	if(navigator.userAgent.indexOf("MSIE")!=-1){
		SetIE();
	}
	else if(navigator.userAgent.indexOf("Gecko")!=-1){
		SetFireFox();
	}
	else{
		alert("お使いのブラウザには対応していません。\nお手数ですが、手動でご登録ください。");
	}
}
