﻿$(document).ready(function(){
　　$(".newWin").click(function(){
　　　　window.open(this.href,'_blank','width=817,scrollbars=yes,resizable=yes');
　　　　　　return false;
　　　　});
});

$(document).ready(function(){
　　$(".newWin2").click(function(){
　　　　window.open(this.href,'_blank','width=1050,scrollbars=yes,resizable=yes');
　　　　　　return false;
　　　　});
});

