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