function open01() {
	win=window.open('/ppolicy.html','win1','menubar=no,scrollbars=yes,resizable=yes,width=600, height=630');
	win.focus();
}

function open03() {
	win=window.open('http://www.espstudent.jp/FS-APL/FS-Form/form.cgi?Code=top_contact','win3','menubar=no,scrollbars=yes,resizable=yes,width=600, height=630');
	win.focus();
}

function open02(theURL) {
  win=window.open(theURL,'win2','menubar=no,scrollbars=yes,resizable=yes,width=700, height=700');
  win.focus();
}



