function BatFaqWin() { //FAQウィンドウオープン
	window.open('http://www.b-bat.tv/faq/index.html','bbatfaqwin','scrollbars=yes,width=720,height=450');
}

function BatReqWin() { //推奨動作環境ウィンドウオープン
	window.open('http://www.b-bat.tv/requirement_comp/index.html','bbatreqwin','scrollbars=yes,width=640,height=525');
}

function animalDetail(animalcode) { //動物詳細windowオープン
	url = 'http://www.tokyo-zoo.net/encyclopedia/species?code=' + animalcode;
	window.open(url,'Detail','scrollbars=yes,width=730,height=500');
}