	LinkTo = new Array();
	LinkTo[0] = "http://www.uma-e.net/tokushima/join_Inquiry.aspx";
	LinkTo[1] = "print.html";
	var pWindowWidth = 800;
	var pWindowHeight = 700;
function center(URL) {
	var cen ='width=' + pWindowWidth;
	cen += ',';
	cen += 'height=' + pWindowHeight;
	cen += ',';
	var cenw = (screen.width / 2) - (pWindowWidth / 2);
	var cenh = (screen.height / 2) - (pWindowHeight / 2);
	cen += 'left=' + cenw;
	cen +=',';
	cen += 'top=' + cenh;
	cen +=',';
	cen += 'scrollbars=yes';
	window.open(LinkTo[URL],'newwin',cen);
}