$(function(){
$('a[@href~="Photo/seiryoFestaPamph.pdf"]').click(function(){
window.open(this.href, "seiryofesta","width=700,height=800,left=300,top=0, resizable or resizable=yes or resizable=1, scrollbars or scrollbars=yes or scrollbars=1");
return false;
});
});
