// JavaScript Document

function white() {
	wx = 930;
	wy = 670;
	x = (screen.width  - wx) / 2;
	y = (screen.height - wy) / 2;
	window.open("http://www.f-wajirohp.jp/whitebird/index.html","sub","toolbar=no,location=no,status=no,scrollbars=no,resizable=no,left="+x+",top="+y+",width="+wx+",height="+wy);
}
