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