//個人情報の別窓指定
function privacy_open(){
	window.open("privacy/index.html",'_blank','scrollbars=1,status=yes,top=0,left=0,width=727,height=900');
}
//消火器シュミレーションの別窓指定
function fire_open(){
	window.open("product/simulation/index.html",'_blank','status=yes,scrollbars=yes,top=0,left=0,width=750,height=650');
}


