$(function() {
$('a[href$="renewal-plan2011.pdf"]').click(function(){
window.open(this.href, "info_area","width=950,height=700,scrollbars=yes");
return false;
});
});
