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