$(function(){
$('a[@href~="phtgakusai/gakusaipht.html"]').click(function(){
window.open(this.href, "gakusaipht","width=1020,height=756,resizable or resizable=yes or resizable=1,left=0px,top=0px,scrollbars or scrollbars=yes or scrollbars=1");
return false;
});
});
