
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function okini(){
	var ver = navigator.appVersion.charAt (0);
	if (navigator.appName == "Microsoft Internet Explorer" && ver >= 4) {
		window.external.AddFavorite('http://homepage2.nifty.com/hanafuu/', '「はなふう」の動物大好きさん');
	}
	else{
		alert("Internet Explorer 4 以上のみの対応です");
	}
}
//-->

//----------------（別ウインドウ/噴出し）---------------

<!--
function subwin1(){
window.open("http://homepage2.nifty.com/hanafuu/yoshi-puro.html","window1","toolbar=0,location=0,status=0,scrollbars=0,width=600,height=500,resizable=0'");
}
function subwin2(){
window.open("http://homepage2.nifty.com/hanafuu/pi/cgi-form/forme-mail-hanafuu.html","window1","toolbar=0,location=0,status=1,scrollbars=1,width=600,height=600,resizable=0'");
}
function subwin3(){
window.open("http://homepage2.nifty.com/hanafuu/BBS-link.htm","window1","toolbar=0,location=0,status=1,scrollbars=1,width=750,height=650,resizable=0'");
}

// -->
